Shades of Windsor #492B84
Tints of Windsor #492B84
RGB
CMYK
RGB Variations
Color information
#492B84 (or 0x492B84) is known color: Windsor. HEX triplet: 49, 2B and 84. RGB value is (73,43,132). Sum of RGB (Red+Green+Blue) = 73+43+132=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #492B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B84 is #B6D47B. Grayscale: #3D3D3D. Windows color (decimal): -11981948 or 8661833. OLE color: 8661833.
HSL color Cylindrical-coordinate representation of color #492B84: hue angle of 260.22º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #492B84 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 43 | 132 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.48 |
| HSL | 260.22º | 0.51% | 0.34% | - |
| HSV(B) | 260.22º | 0.67% | 0.52% | - |
| XYZ | 7.78 | 4.81 | 22.35 | - |
| YUV | 62.12 | 167.44 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 132 | 0.45 | 0.67 | 0 | 0.48 | 260.22 | 0.51 | 0.34 |
| Hex | 49 | 2B | 84 | 2D | 43 | 0 | 30 | 104 | 33 | 22 |
| Octal | 111 | 53 | 204 | 55 | 103 | 0 | 60 | 404 | 63 | 42 |
| Binary | 1001001 | 101011 | 10000100 | 101101 | 1000011 | 0 | 110000 | 100000100 | 110011 | 100010 |
Color Harmonies of #492B84
Complementary color
Monochromatic Colors of #492B84
Black with #492B84
Text Example
Text Example
White with #492B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B84; }
p { color: rgb(73,43,132); }
H1.HeaderClassName
{
color: #492B84;
}
.AnyTagClassName
{
color: #492B84;
}
</style>
background-color css
<style>
a { background-color: #492B84; }
a { background-color: rgb(73,43,132); }
div.DivClassName
{
background-color: #492B84;
}
.BgClassName
{
background-color: #492B84;
}
</style>
border-color css
<style>
span { border-color: #492B84; }
span { border-color: rgb(73,43,132); }
td.TdClassName
{
border-color: #492B84;
}
.TagClassName
{
border-color: #492B84;
}
</style>