Shades of Windsor #492F7C
Tints of Windsor #492F7C
RGB
CMYK
RGB Variations
Color information
#492F7C (or 0x492F7C) is known color: Windsor. HEX triplet: 49, 2F and 7C. RGB value is (73,47,124). Sum of RGB (Red+Green+Blue) = 73+47+124=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #492F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F7C is #B6D083. Grayscale: #3F3F3F. Windows color (decimal): -11980932 or 8138569. OLE color: 8138569.
HSL color Cylindrical-coordinate representation of color #492F7C: hue angle of 260.26º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492F7C is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 47 | 124 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.51 |
| HSL | 260.26º | 0.45% | 0.34% | - |
| HSV(B) | 260.26º | 0.62% | 0.49% | - |
| XYZ | 7.4 | 4.9 | 19.63 | - |
| YUV | 63.55 | 162.11 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 124 | 0.41 | 0.62 | 0 | 0.51 | 260.26 | 0.45 | 0.34 |
| Hex | 49 | 2F | 7C | 29 | 3E | 0 | 33 | 104 | 2D | 22 |
| Octal | 111 | 57 | 174 | 51 | 76 | 0 | 63 | 404 | 55 | 42 |
| Binary | 1001001 | 101111 | 1111100 | 101001 | 111110 | 0 | 110011 | 100000100 | 101101 | 100010 |
Color Harmonies of #492F7C
Complementary color
Monochromatic Colors of #492F7C
Black with #492F7C
Text Example
Text Example
White with #492F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F7C; }
p { color: rgb(73,47,124); }
H1.HeaderClassName
{
color: #492F7C;
}
.AnyTagClassName
{
color: #492F7C;
}
</style>
background-color css
<style>
a { background-color: #492F7C; }
a { background-color: rgb(73,47,124); }
div.DivClassName
{
background-color: #492F7C;
}
.BgClassName
{
background-color: #492F7C;
}
</style>
border-color css
<style>
span { border-color: #492F7C; }
span { border-color: rgb(73,47,124); }
td.TdClassName
{
border-color: #492F7C;
}
.TagClassName
{
border-color: #492F7C;
}
</style>