Shades of Windsor #49367E
Tints of Windsor #49367E
RGB
CMYK
RGB Variations
Color information
#49367E (or 0x49367E) is known color: Windsor. HEX triplet: 49, 36 and 7E. RGB value is (73,54,126). Sum of RGB (Red+Green+Blue) = 73+54+126=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #49367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49367E is #B6C981. Grayscale: #434343. Windows color (decimal): -11979138 or 8271433. OLE color: 8271433.
HSL color Cylindrical-coordinate representation of color #49367E: hue angle of 255.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49367E is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 54 | 126 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.51 |
| HSL | 255.83º | 0.4% | 0.35% | - |
| HSV(B) | 255.83º | 0.57% | 0.49% | - |
| XYZ | 7.83 | 5.56 | 20.4 | - |
| YUV | 67.89 | 160.79 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 126 | 0.42 | 0.57 | 0 | 0.51 | 255.83 | 0.4 | 0.35 |
| Hex | 49 | 36 | 7E | 2A | 39 | 0 | 33 | 100 | 28 | 23 |
| Octal | 111 | 66 | 176 | 52 | 71 | 0 | 63 | 400 | 50 | 43 |
| Binary | 1001001 | 110110 | 1111110 | 101010 | 111001 | 0 | 110011 | 100000000 | 101000 | 100011 |
Color Harmonies of #49367E
Complementary color
Monochromatic Colors of #49367E
Black with #49367E
Text Example
Text Example
White with #49367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49367E; }
p { color: rgb(73,54,126); }
H1.HeaderClassName
{
color: #49367E;
}
.AnyTagClassName
{
color: #49367E;
}
</style>
background-color css
<style>
a { background-color: #49367E; }
a { background-color: rgb(73,54,126); }
div.DivClassName
{
background-color: #49367E;
}
.BgClassName
{
background-color: #49367E;
}
</style>
border-color css
<style>
span { border-color: #49367E; }
span { border-color: rgb(73,54,126); }
td.TdClassName
{
border-color: #49367E;
}
.TagClassName
{
border-color: #49367E;
}
</style>