Shades of Windsor #492A87
Tints of Windsor #492A87
RGB
CMYK
RGB Variations
Color information
#492A87 (or 0x492A87) is known color: Windsor. HEX triplet: 49, 2A and 87. RGB value is (73,42,135). Sum of RGB (Red+Green+Blue) = 73+42+135=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #492A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492A87 is #B6D578. Grayscale: #3D3D3D. Windows color (decimal): -11982201 or 8858185. OLE color: 8858185.
HSL color Cylindrical-coordinate representation of color #492A87: hue angle of 260º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492A87 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 42 | 135 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.47 |
| HSL | 260º | 0.53% | 0.35% | - |
| HSV(B) | 260º | 0.69% | 0.53% | - |
| XYZ | 7.95 | 4.82 | 23.43 | - |
| YUV | 61.87 | 169.27 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 42 | 135 | 0.46 | 0.69 | 0 | 0.47 | 260 | 0.53 | 0.35 |
| Hex | 49 | 2A | 87 | 2E | 45 | 0 | 2F | 104 | 35 | 23 |
| Octal | 111 | 52 | 207 | 56 | 105 | 0 | 57 | 404 | 65 | 43 |
| Binary | 1001001 | 101010 | 10000111 | 101110 | 1000101 | 0 | 101111 | 100000100 | 110101 | 100011 |
Color Harmonies of #492A87
Complementary color
Monochromatic Colors of #492A87
Black with #492A87
Text Example
Text Example
White with #492A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492A87; }
p { color: rgb(73,42,135); }
H1.HeaderClassName
{
color: #492A87;
}
.AnyTagClassName
{
color: #492A87;
}
</style>
background-color css
<style>
a { background-color: #492A87; }
a { background-color: rgb(73,42,135); }
div.DivClassName
{
background-color: #492A87;
}
.BgClassName
{
background-color: #492A87;
}
</style>
border-color css
<style>
span { border-color: #492A87; }
span { border-color: rgb(73,42,135); }
td.TdClassName
{
border-color: #492A87;
}
.TagClassName
{
border-color: #492A87;
}
</style>