Shades of Windsor #492C85
Tints of Windsor #492C85
RGB
CMYK
RGB Variations
Color information
#492C85 (or 0x492C85) is known color: Windsor. HEX triplet: 49, 2C and 85. RGB value is (73,44,133). Sum of RGB (Red+Green+Blue) = 73+44+133=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #492C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C85 is #B6D37A. Grayscale: #3E3E3E. Windows color (decimal): -11981691 or 8727625. OLE color: 8727625.
HSL color Cylindrical-coordinate representation of color #492C85: hue angle of 259.55º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492C85 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 44 | 133 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.48 |
| HSL | 259.55º | 0.5% | 0.35% | - |
| HSV(B) | 259.55º | 0.67% | 0.52% | - |
| XYZ | 7.88 | 4.91 | 22.72 | - |
| YUV | 62.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 133 | 0.45 | 0.67 | 0 | 0.48 | 259.55 | 0.5 | 0.35 |
| Hex | 49 | 2C | 85 | 2D | 43 | 0 | 30 | 104 | 32 | 23 |
| Octal | 111 | 54 | 205 | 55 | 103 | 0 | 60 | 404 | 62 | 43 |
| Binary | 1001001 | 101100 | 10000101 | 101101 | 1000011 | 0 | 110000 | 100000100 | 110010 | 100011 |
Color Harmonies of #492C85
Complementary color
Monochromatic Colors of #492C85
Black with #492C85
Text Example
Text Example
White with #492C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C85; }
p { color: rgb(73,44,133); }
H1.HeaderClassName
{
color: #492C85;
}
.AnyTagClassName
{
color: #492C85;
}
</style>
background-color css
<style>
a { background-color: #492C85; }
a { background-color: rgb(73,44,133); }
div.DivClassName
{
background-color: #492C85;
}
.BgClassName
{
background-color: #492C85;
}
</style>
border-color css
<style>
span { border-color: #492C85; }
span { border-color: rgb(73,44,133); }
td.TdClassName
{
border-color: #492C85;
}
.TagClassName
{
border-color: #492C85;
}
</style>