Shades of Windsor #492188
Tints of Windsor #492188
RGB
CMYK
RGB Variations
Color information
#492188 (or 0x492188) is known color: Windsor. HEX triplet: 49, 21 and 88. RGB value is (73,33,136). Sum of RGB (Red+Green+Blue) = 73+33+136=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #492188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492188 is #B6DE77. Grayscale: #383838. Windows color (decimal): -11984504 or 8921417. OLE color: 8921417.
HSL color Cylindrical-coordinate representation of color #492188: hue angle of 263.3º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492188 is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 33 | 136 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.47 |
| HSL | 263.3º | 0.61% | 0.33% | - |
| HSV(B) | 263.3º | 0.76% | 0.53% | - |
| XYZ | 7.74 | 4.28 | 23.71 | - |
| YUV | 56.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 136 | 0.46 | 0.76 | 0 | 0.47 | 263.3 | 0.61 | 0.33 |
| Hex | 49 | 21 | 88 | 2E | 4C | 0 | 2F | 107 | 3D | 21 |
| Octal | 111 | 41 | 210 | 56 | 114 | 0 | 57 | 407 | 75 | 41 |
| Binary | 1001001 | 100001 | 10001000 | 101110 | 1001100 | 0 | 101111 | 100000111 | 111101 | 100001 |
Color Harmonies of #492188
Complementary color
Monochromatic Colors of #492188
Black with #492188
Text Example
Text Example
White with #492188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492188; }
p { color: rgb(73,33,136); }
H1.HeaderClassName
{
color: #492188;
}
.AnyTagClassName
{
color: #492188;
}
</style>
background-color css
<style>
a { background-color: #492188; }
a { background-color: rgb(73,33,136); }
div.DivClassName
{
background-color: #492188;
}
.BgClassName
{
background-color: #492188;
}
</style>
border-color css
<style>
span { border-color: #492188; }
span { border-color: rgb(73,33,136); }
td.TdClassName
{
border-color: #492188;
}
.TagClassName
{
border-color: #492188;
}
</style>