Shades of Windsor #492D78
Tints of Windsor #492D78
RGB
CMYK
RGB Variations
Color information
#492D78 (or 0x492D78) is known color: Windsor. HEX triplet: 49, 2D and 78. RGB value is (73,45,120). Sum of RGB (Red+Green+Blue) = 73+45+120=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #492D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D78 is #B6D287. Grayscale: #3D3D3D. Windows color (decimal): -11981448 or 7875913. OLE color: 7875913.
HSL color Cylindrical-coordinate representation of color #492D78: hue angle of 262.4º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492D78 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 45 | 120 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.53 |
| HSL | 262.4º | 0.45% | 0.32% | - |
| HSV(B) | 262.4º | 0.63% | 0.47% | - |
| XYZ | 7.08 | 4.65 | 18.29 | - |
| YUV | 61.92 | 160.78 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 120 | 0.39 | 0.63 | 0 | 0.53 | 262.4 | 0.45 | 0.32 |
| Hex | 49 | 2D | 78 | 27 | 3F | 0 | 35 | 106 | 2D | 20 |
| Octal | 111 | 55 | 170 | 47 | 77 | 0 | 65 | 406 | 55 | 40 |
| Binary | 1001001 | 101101 | 1111000 | 100111 | 111111 | 0 | 110101 | 100000110 | 101101 | 100000 |
Color Harmonies of #492D78
Complementary color
Monochromatic Colors of #492D78
Black with #492D78
Text Example
Text Example
White with #492D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D78; }
p { color: rgb(73,45,120); }
H1.HeaderClassName
{
color: #492D78;
}
.AnyTagClassName
{
color: #492D78;
}
</style>
background-color css
<style>
a { background-color: #492D78; }
a { background-color: rgb(73,45,120); }
div.DivClassName
{
background-color: #492D78;
}
.BgClassName
{
background-color: #492D78;
}
</style>
border-color css
<style>
span { border-color: #492D78; }
span { border-color: rgb(73,45,120); }
td.TdClassName
{
border-color: #492D78;
}
.TagClassName
{
border-color: #492D78;
}
</style>