Shades of Windsor #49327D
Tints of Windsor #49327D
RGB
CMYK
RGB Variations
Color information
#49327D (or 0x49327D) is known color: Windsor. HEX triplet: 49, 32 and 7D. RGB value is (73,50,125). Sum of RGB (Red+Green+Blue) = 73+50+125=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #49327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49327D is #B6CD82. Grayscale: #414141. Windows color (decimal): -11980163 or 8204873. OLE color: 8204873.
HSL color Cylindrical-coordinate representation of color #49327D: hue angle of 258.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49327D is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 50 | 125 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.51 |
| HSL | 258.4º | 0.43% | 0.34% | - |
| HSV(B) | 258.4º | 0.6% | 0.49% | - |
| XYZ | 7.59 | 5.18 | 20 | - |
| YUV | 65.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 125 | 0.42 | 0.60 | 0 | 0.51 | 258.4 | 0.43 | 0.34 |
| Hex | 49 | 32 | 7D | 2A | 3C | 0 | 33 | 102 | 2B | 22 |
| Octal | 111 | 62 | 175 | 52 | 74 | 0 | 63 | 402 | 53 | 42 |
| Binary | 1001001 | 110010 | 1111101 | 101010 | 111100 | 0 | 110011 | 100000010 | 101011 | 100010 |
Color Harmonies of #49327D
Complementary color
Monochromatic Colors of #49327D
Black with #49327D
Text Example
Text Example
White with #49327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49327D; }
p { color: rgb(73,50,125); }
H1.HeaderClassName
{
color: #49327D;
}
.AnyTagClassName
{
color: #49327D;
}
</style>
background-color css
<style>
a { background-color: #49327D; }
a { background-color: rgb(73,50,125); }
div.DivClassName
{
background-color: #49327D;
}
.BgClassName
{
background-color: #49327D;
}
</style>
border-color css
<style>
span { border-color: #49327D; }
span { border-color: rgb(73,50,125); }
td.TdClassName
{
border-color: #49327D;
}
.TagClassName
{
border-color: #49327D;
}
</style>