Shades of Windsor #492D81
Tints of Windsor #492D81
RGB
CMYK
RGB Variations
Color information
#492D81 (or 0x492D81) is known color: Windsor. HEX triplet: 49, 2D and 81. RGB value is (73,45,129). Sum of RGB (Red+Green+Blue) = 73+45+129=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #492D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D81 is #B6D27E. Grayscale: #3E3E3E. Windows color (decimal): -11981439 or 8465737. OLE color: 8465737.
HSL color Cylindrical-coordinate representation of color #492D81: hue angle of 260º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #492D81 is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 45 | 129 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.49 |
| HSL | 260º | 0.48% | 0.34% | - |
| HSV(B) | 260º | 0.65% | 0.51% | - |
| XYZ | 7.65 | 4.88 | 21.31 | - |
| YUV | 62.95 | 165.28 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 129 | 0.43 | 0.65 | 0 | 0.49 | 260 | 0.48 | 0.34 |
| Hex | 49 | 2D | 81 | 2B | 41 | 0 | 31 | 104 | 30 | 22 |
| Octal | 111 | 55 | 201 | 53 | 101 | 0 | 61 | 404 | 60 | 42 |
| Binary | 1001001 | 101101 | 10000001 | 101011 | 1000001 | 0 | 110001 | 100000100 | 110000 | 100010 |
Color Harmonies of #492D81
Complementary color
Monochromatic Colors of #492D81
Black with #492D81
Text Example
Text Example
White with #492D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D81; }
p { color: rgb(73,45,129); }
H1.HeaderClassName
{
color: #492D81;
}
.AnyTagClassName
{
color: #492D81;
}
</style>
background-color css
<style>
a { background-color: #492D81; }
a { background-color: rgb(73,45,129); }
div.DivClassName
{
background-color: #492D81;
}
.BgClassName
{
background-color: #492D81;
}
</style>
border-color css
<style>
span { border-color: #492D81; }
span { border-color: rgb(73,45,129); }
td.TdClassName
{
border-color: #492D81;
}
.TagClassName
{
border-color: #492D81;
}
</style>