Shades of Windsor #492E7D
Tints of Windsor #492E7D
RGB
CMYK
RGB Variations
Color information
#492E7D (or 0x492E7D) is known color: Windsor. HEX triplet: 49, 2E and 7D. RGB value is (73,46,125). Sum of RGB (Red+Green+Blue) = 73+46+125=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #492E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E7D is #B6D182. Grayscale: #3E3E3E. Windows color (decimal): -11981187 or 8203849. OLE color: 8203849.
HSL color Cylindrical-coordinate representation of color #492E7D: hue angle of 260.51º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #492E7D is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 46 | 125 | - |
| CMYK | 0.42 | 0.63 | 0 | 0.51 |
| HSL | 260.51º | 0.46% | 0.34% | - |
| HSV(B) | 260.51º | 0.63% | 0.49% | - |
| XYZ | 7.43 | 4.85 | 19.95 | - |
| YUV | 63.08 | 162.95 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 125 | 0.42 | 0.63 | 0 | 0.51 | 260.51 | 0.46 | 0.34 |
| Hex | 49 | 2E | 7D | 2A | 3F | 0 | 33 | 105 | 2E | 22 |
| Octal | 111 | 56 | 175 | 52 | 77 | 0 | 63 | 405 | 56 | 42 |
| Binary | 1001001 | 101110 | 1111101 | 101010 | 111111 | 0 | 110011 | 100000101 | 101110 | 100010 |
Color Harmonies of #492E7D
Complementary color
Monochromatic Colors of #492E7D
Black with #492E7D
Text Example
Text Example
White with #492E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E7D; }
p { color: rgb(73,46,125); }
H1.HeaderClassName
{
color: #492E7D;
}
.AnyTagClassName
{
color: #492E7D;
}
</style>
background-color css
<style>
a { background-color: #492E7D; }
a { background-color: rgb(73,46,125); }
div.DivClassName
{
background-color: #492E7D;
}
.BgClassName
{
background-color: #492E7D;
}
</style>
border-color css
<style>
span { border-color: #492E7D; }
span { border-color: rgb(73,46,125); }
td.TdClassName
{
border-color: #492E7D;
}
.TagClassName
{
border-color: #492E7D;
}
</style>