Shades of Windsor #492C88
Tints of Windsor #492C88
RGB
CMYK
RGB Variations
Color information
#492C88 (or 0x492C88) is known color: Windsor. HEX triplet: 49, 2C and 88. RGB value is (73,44,136). Sum of RGB (Red+Green+Blue) = 73+44+136=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #492C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C88 is #B6D377. Grayscale: #3E3E3E. Windows color (decimal): -11981688 or 8924233. OLE color: 8924233.
HSL color Cylindrical-coordinate representation of color #492C88: hue angle of 258.91º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492C88 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 44 | 136 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.47 |
| HSL | 258.91º | 0.51% | 0.35% | - |
| HSV(B) | 258.91º | 0.68% | 0.53% | - |
| XYZ | 8.09 | 5 | 23.83 | - |
| YUV | 63.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 136 | 0.46 | 0.68 | 0 | 0.47 | 258.91 | 0.51 | 0.35 |
| Hex | 49 | 2C | 88 | 2E | 44 | 0 | 2F | 103 | 33 | 23 |
| Octal | 111 | 54 | 210 | 56 | 104 | 0 | 57 | 403 | 63 | 43 |
| Binary | 1001001 | 101100 | 10001000 | 101110 | 1000100 | 0 | 101111 | 100000011 | 110011 | 100011 |
Color Harmonies of #492C88
Complementary color
Monochromatic Colors of #492C88
Black with #492C88
Text Example
Text Example
White with #492C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C88; }
p { color: rgb(73,44,136); }
H1.HeaderClassName
{
color: #492C88;
}
.AnyTagClassName
{
color: #492C88;
}
</style>
background-color css
<style>
a { background-color: #492C88; }
a { background-color: rgb(73,44,136); }
div.DivClassName
{
background-color: #492C88;
}
.BgClassName
{
background-color: #492C88;
}
</style>
border-color css
<style>
span { border-color: #492C88; }
span { border-color: rgb(73,44,136); }
td.TdClassName
{
border-color: #492C88;
}
.TagClassName
{
border-color: #492C88;
}
</style>