Shades of Windsor #492C82
Tints of Windsor #492C82
RGB
CMYK
RGB Variations
Color information
#492C82 (or 0x492C82) is known color: Windsor. HEX triplet: 49, 2C and 82. RGB value is (73,44,130). Sum of RGB (Red+Green+Blue) = 73+44+130=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #492C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492C82 is #B6D37D. Grayscale: #3E3E3E. Windows color (decimal): -11981694 or 8531017. OLE color: 8531017.
HSL color Cylindrical-coordinate representation of color #492C82: hue angle of 260.23º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492C82 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 44 | 130 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.49 |
| HSL | 260.23º | 0.49% | 0.34% | - |
| HSV(B) | 260.23º | 0.66% | 0.51% | - |
| XYZ | 7.68 | 4.83 | 21.65 | - |
| YUV | 62.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 130 | 0.44 | 0.66 | 0 | 0.49 | 260.23 | 0.49 | 0.34 |
| Hex | 49 | 2C | 82 | 2C | 42 | 0 | 31 | 104 | 31 | 22 |
| Octal | 111 | 54 | 202 | 54 | 102 | 0 | 61 | 404 | 61 | 42 |
| Binary | 1001001 | 101100 | 10000010 | 101100 | 1000010 | 0 | 110001 | 100000100 | 110001 | 100010 |
Color Harmonies of #492C82
Complementary color
Monochromatic Colors of #492C82
Black with #492C82
Text Example
Text Example
White with #492C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492C82; }
p { color: rgb(73,44,130); }
H1.HeaderClassName
{
color: #492C82;
}
.AnyTagClassName
{
color: #492C82;
}
</style>
background-color css
<style>
a { background-color: #492C82; }
a { background-color: rgb(73,44,130); }
div.DivClassName
{
background-color: #492C82;
}
.BgClassName
{
background-color: #492C82;
}
</style>
border-color css
<style>
span { border-color: #492C82; }
span { border-color: rgb(73,44,130); }
td.TdClassName
{
border-color: #492C82;
}
.TagClassName
{
border-color: #492C82;
}
</style>