Shades of Windsor #49367F
Tints of Windsor #49367F
RGB
CMYK
RGB Variations
Color information
#49367F (or 0x49367F) is known color: Windsor. HEX triplet: 49, 36 and 7F. RGB value is (73,54,127). Sum of RGB (Red+Green+Blue) = 73+54+127=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 127 (50% from 255 or 50% from 254); Max value from RGB is 127 - color contains mainly: blue. Hex color #49367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49367F is #B6C980. Grayscale: #434343. Windows color (decimal): -11979137 or 8336969. OLE color: 8336969.
HSL color Cylindrical-coordinate representation of color #49367F: hue angle of 255.62º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49367F is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 54 | 127 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.50 |
| HSL | 255.62º | 0.4% | 0.35% | - |
| HSV(B) | 255.62º | 0.57% | 0.5% | - |
| XYZ | 7.9 | 5.59 | 20.74 | - |
| YUV | 68 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 127 | 0.43 | 0.57 | 0 | 0.50 | 255.62 | 0.4 | 0.35 |
| Hex | 49 | 36 | 7F | 2B | 39 | 0 | 32 | 100 | 28 | 23 |
| Octal | 111 | 66 | 177 | 53 | 71 | 0 | 62 | 400 | 50 | 43 |
| Binary | 1001001 | 110110 | 1111111 | 101011 | 111001 | 0 | 110010 | 100000000 | 101000 | 100011 |
Color Harmonies of #49367F
Complementary color
Monochromatic Colors of #49367F
Black with #49367F
Text Example
Text Example
White with #49367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49367F; }
p { color: rgb(73,54,127); }
H1.HeaderClassName
{
color: #49367F;
}
.AnyTagClassName
{
color: #49367F;
}
</style>
background-color css
<style>
a { background-color: #49367F; }
a { background-color: rgb(73,54,127); }
div.DivClassName
{
background-color: #49367F;
}
.BgClassName
{
background-color: #49367F;
}
</style>
border-color css
<style>
span { border-color: #49367F; }
span { border-color: rgb(73,54,127); }
td.TdClassName
{
border-color: #49367F;
}
.TagClassName
{
border-color: #49367F;
}
</style>