Shades of Windsor #492F7F
Tints of Windsor #492F7F
RGB
CMYK
RGB Variations
Color information
#492F7F (or 0x492F7F) is known color: Windsor. HEX triplet: 49, 2F and 7F. RGB value is (73,47,127). Sum of RGB (Red+Green+Blue) = 73+47+127=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #492F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F7F is #B6D080. Grayscale: #3F3F3F. Windows color (decimal): -11980929 or 8335177. OLE color: 8335177.
HSL color Cylindrical-coordinate representation of color #492F7F: hue angle of 259.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492F7F is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 47 | 127 | - |
| CMYK | 0.43 | 0.63 | 0 | 0.50 |
| HSL | 259.5º | 0.46% | 0.34% | - |
| HSV(B) | 259.5º | 0.63% | 0.5% | - |
| XYZ | 7.59 | 4.98 | 20.64 | - |
| YUV | 63.89 | 163.61 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 127 | 0.43 | 0.63 | 0 | 0.50 | 259.5 | 0.46 | 0.34 |
| Hex | 49 | 2F | 7F | 2B | 3F | 0 | 32 | 104 | 2E | 22 |
| Octal | 111 | 57 | 177 | 53 | 77 | 0 | 62 | 404 | 56 | 42 |
| Binary | 1001001 | 101111 | 1111111 | 101011 | 111111 | 0 | 110010 | 100000100 | 101110 | 100010 |
Color Harmonies of #492F7F
Complementary color
Monochromatic Colors of #492F7F
Black with #492F7F
Text Example
Text Example
White with #492F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F7F; }
p { color: rgb(73,47,127); }
H1.HeaderClassName
{
color: #492F7F;
}
.AnyTagClassName
{
color: #492F7F;
}
</style>
background-color css
<style>
a { background-color: #492F7F; }
a { background-color: rgb(73,47,127); }
div.DivClassName
{
background-color: #492F7F;
}
.BgClassName
{
background-color: #492F7F;
}
</style>
border-color css
<style>
span { border-color: #492F7F; }
span { border-color: rgb(73,47,127); }
td.TdClassName
{
border-color: #492F7F;
}
.TagClassName
{
border-color: #492F7F;
}
</style>