Shades of Windsor #492F78
Tints of Windsor #492F78
RGB
CMYK
RGB Variations
Color information
#492F78 (or 0x492F78) is known color: Windsor. HEX triplet: 49, 2F and 78. RGB value is (73,47,120). Sum of RGB (Red+Green+Blue) = 73+47+120=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #492F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F78 is #B6D087. Grayscale: #3E3E3E. Windows color (decimal): -11980936 or 7876425. OLE color: 7876425.
HSL color Cylindrical-coordinate representation of color #492F78: hue angle of 261.37º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #492F78 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 47 | 120 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.53 |
| HSL | 261.37º | 0.44% | 0.33% | - |
| HSV(B) | 261.37º | 0.61% | 0.47% | - |
| XYZ | 7.15 | 4.81 | 18.32 | - |
| YUV | 63.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 120 | 0.39 | 0.61 | 0 | 0.53 | 261.37 | 0.44 | 0.33 |
| Hex | 49 | 2F | 78 | 27 | 3D | 0 | 35 | 105 | 2C | 21 |
| Octal | 111 | 57 | 170 | 47 | 75 | 0 | 65 | 405 | 54 | 41 |
| Binary | 1001001 | 101111 | 1111000 | 100111 | 111101 | 0 | 110101 | 100000101 | 101100 | 100001 |
Color Harmonies of #492F78
Complementary color
Monochromatic Colors of #492F78
Black with #492F78
Text Example
Text Example
White with #492F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F78; }
p { color: rgb(73,47,120); }
H1.HeaderClassName
{
color: #492F78;
}
.AnyTagClassName
{
color: #492F78;
}
</style>
background-color css
<style>
a { background-color: #492F78; }
a { background-color: rgb(73,47,120); }
div.DivClassName
{
background-color: #492F78;
}
.BgClassName
{
background-color: #492F78;
}
</style>
border-color css
<style>
span { border-color: #492F78; }
span { border-color: rgb(73,47,120); }
td.TdClassName
{
border-color: #492F78;
}
.TagClassName
{
border-color: #492F78;
}
</style>