Shades of Windsor #492B85
Tints of Windsor #492B85
RGB
CMYK
RGB Variations
Color information
#492B85 (or 0x492B85) is known color: Windsor. HEX triplet: 49, 2B and 85. RGB value is (73,43,133). Sum of RGB (Red+Green+Blue) = 73+43+133=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #492B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492B85 is #B6D47A. Grayscale: #3D3D3D. Windows color (decimal): -11981947 or 8727369. OLE color: 8727369.
HSL color Cylindrical-coordinate representation of color #492B85: hue angle of 260º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492B85 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 43 | 133 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.48 |
| HSL | 260º | 0.51% | 0.35% | - |
| HSV(B) | 260º | 0.68% | 0.52% | - |
| XYZ | 7.85 | 4.84 | 22.71 | - |
| YUV | 62.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 133 | 0.45 | 0.68 | 0 | 0.48 | 260 | 0.51 | 0.35 |
| Hex | 49 | 2B | 85 | 2D | 44 | 0 | 30 | 104 | 33 | 23 |
| Octal | 111 | 53 | 205 | 55 | 104 | 0 | 60 | 404 | 63 | 43 |
| Binary | 1001001 | 101011 | 10000101 | 101101 | 1000100 | 0 | 110000 | 100000100 | 110011 | 100011 |
Color Harmonies of #492B85
Complementary color
Monochromatic Colors of #492B85
Black with #492B85
Text Example
Text Example
White with #492B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B85; }
p { color: rgb(73,43,133); }
H1.HeaderClassName
{
color: #492B85;
}
.AnyTagClassName
{
color: #492B85;
}
</style>
background-color css
<style>
a { background-color: #492B85; }
a { background-color: rgb(73,43,133); }
div.DivClassName
{
background-color: #492B85;
}
.BgClassName
{
background-color: #492B85;
}
</style>
border-color css
<style>
span { border-color: #492B85; }
span { border-color: rgb(73,43,133); }
td.TdClassName
{
border-color: #492B85;
}
.TagClassName
{
border-color: #492B85;
}
</style>