Shades of Windsor #491D92
Tints of Windsor #491D92
RGB
CMYK
RGB Variations
Color information
#491D92 (or 0x491D92) is known color: Windsor. HEX triplet: 49, 1D and 92. RGB value is (73,29,146). Sum of RGB (Red+Green+Blue) = 73+29+146=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #491D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D92 is #B6E26D. Grayscale: #373737. Windows color (decimal): -11985518 or 9575753. OLE color: 9575753.
HSL color Cylindrical-coordinate representation of color #491D92: hue angle of 262.56º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491D92 is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 29 | 146 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.43 |
| HSL | 262.56º | 0.67% | 0.34% | - |
| HSV(B) | 262.56º | 0.8% | 0.57% | - |
| XYZ | 8.38 | 4.37 | 27.6 | - |
| YUV | 55.49 | 179.08 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 146 | 0.5 | 0.80 | 0 | 0.43 | 262.56 | 0.67 | 0.34 |
| Hex | 49 | 1D | 92 | 32 | 50 | 0 | 2B | 107 | 43 | 22 |
| Octal | 111 | 35 | 222 | 62 | 120 | 0 | 53 | 407 | 103 | 42 |
| Binary | 1001001 | 11101 | 10010010 | 110010 | 1010000 | 0 | 101011 | 100000111 | 1000011 | 100010 |
Color Harmonies of #491D92
Complementary color
Monochromatic Colors of #491D92
Black with #491D92
Text Example
Text Example
White with #491D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D92; }
p { color: rgb(73,29,146); }
H1.HeaderClassName
{
color: #491D92;
}
.AnyTagClassName
{
color: #491D92;
}
</style>
background-color css
<style>
a { background-color: #491D92; }
a { background-color: rgb(73,29,146); }
div.DivClassName
{
background-color: #491D92;
}
.BgClassName
{
background-color: #491D92;
}
</style>
border-color css
<style>
span { border-color: #491D92; }
span { border-color: rgb(73,29,146); }
td.TdClassName
{
border-color: #491D92;
}
.TagClassName
{
border-color: #491D92;
}
</style>