Shades of Windsor #492D86
Tints of Windsor #492D86
RGB
CMYK
RGB Variations
Color information
#492D86 (or 0x492D86) is known color: Windsor. HEX triplet: 49, 2D and 86. RGB value is (73,45,134). Sum of RGB (Red+Green+Blue) = 73+45+134=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #492D86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492D86 is #B6D279. Grayscale: #3F3F3F. Windows color (decimal): -11981434 or 8793417. OLE color: 8793417.
HSL color Cylindrical-coordinate representation of color #492D86: hue angle of 258.88º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492D86 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 45 | 134 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.47 |
| HSL | 258.88º | 0.5% | 0.35% | - |
| HSV(B) | 258.88º | 0.66% | 0.53% | - |
| XYZ | 7.99 | 5.01 | 23.1 | - |
| YUV | 63.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 134 | 0.46 | 0.66 | 0 | 0.47 | 258.88 | 0.5 | 0.35 |
| Hex | 49 | 2D | 86 | 2E | 42 | 0 | 2F | 103 | 32 | 23 |
| Octal | 111 | 55 | 206 | 56 | 102 | 0 | 57 | 403 | 62 | 43 |
| Binary | 1001001 | 101101 | 10000110 | 101110 | 1000010 | 0 | 101111 | 100000011 | 110010 | 100011 |
Color Harmonies of #492D86
Complementary color
Monochromatic Colors of #492D86
Black with #492D86
Text Example
Text Example
White with #492D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D86; }
p { color: rgb(73,45,134); }
H1.HeaderClassName
{
color: #492D86;
}
.AnyTagClassName
{
color: #492D86;
}
</style>
background-color css
<style>
a { background-color: #492D86; }
a { background-color: rgb(73,45,134); }
div.DivClassName
{
background-color: #492D86;
}
.BgClassName
{
background-color: #492D86;
}
</style>
border-color css
<style>
span { border-color: #492D86; }
span { border-color: rgb(73,45,134); }
td.TdClassName
{
border-color: #492D86;
}
.TagClassName
{
border-color: #492D86;
}
</style>