Shades of Windsor #49287B
Tints of Windsor #49287B
RGB
CMYK
RGB Variations
Color information
#49287B (or 0x49287B) is known color: Windsor. HEX triplet: 49, 28 and 7B. RGB value is (73,40,123). Sum of RGB (Red+Green+Blue) = 73+40+123=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #49287B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49287B is #B6D784. Grayscale: #3B3B3B. Windows color (decimal): -11982725 or 8071241. OLE color: 8071241.
HSL color Cylindrical-coordinate representation of color #49287B: hue angle of 263.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49287B is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 40 | 123 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.52 |
| HSL | 263.86º | 0.51% | 0.32% | - |
| HSV(B) | 263.86º | 0.67% | 0.48% | - |
| XYZ | 7.08 | 4.36 | 19.21 | - |
| YUV | 59.33 | 163.93 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 123 | 0.41 | 0.67 | 0 | 0.52 | 263.86 | 0.51 | 0.32 |
| Hex | 49 | 28 | 7B | 29 | 43 | 0 | 34 | 108 | 33 | 20 |
| Octal | 111 | 50 | 173 | 51 | 103 | 0 | 64 | 410 | 63 | 40 |
| Binary | 1001001 | 101000 | 1111011 | 101001 | 1000011 | 0 | 110100 | 100001000 | 110011 | 100000 |
Color Harmonies of #49287B
Complementary color
Monochromatic Colors of #49287B
Black with #49287B
Text Example
Text Example
White with #49287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49287B; }
p { color: rgb(73,40,123); }
H1.HeaderClassName
{
color: #49287B;
}
.AnyTagClassName
{
color: #49287B;
}
</style>
background-color css
<style>
a { background-color: #49287B; }
a { background-color: rgb(73,40,123); }
div.DivClassName
{
background-color: #49287B;
}
.BgClassName
{
background-color: #49287B;
}
</style>
border-color css
<style>
span { border-color: #49287B; }
span { border-color: rgb(73,40,123); }
td.TdClassName
{
border-color: #49287B;
}
.TagClassName
{
border-color: #49287B;
}
</style>