Shades of Windsor #49287E
Tints of Windsor #49287E
RGB
CMYK
RGB Variations
Color information
#49287E (or 0x49287E) is known color: Windsor. HEX triplet: 49, 28 and 7E. RGB value is (73,40,126). Sum of RGB (Red+Green+Blue) = 73+40+126=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #49287E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49287E is #B6D781. Grayscale: #3B3B3B. Windows color (decimal): -11982722 or 8267849. OLE color: 8267849.
HSL color Cylindrical-coordinate representation of color #49287E: hue angle of 263.02º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49287E is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 40 | 126 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.51 |
| HSL | 263.02º | 0.52% | 0.33% | - |
| HSV(B) | 263.02º | 0.68% | 0.49% | - |
| XYZ | 7.27 | 4.44 | 20.21 | - |
| YUV | 59.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 126 | 0.42 | 0.68 | 0 | 0.51 | 263.02 | 0.52 | 0.33 |
| Hex | 49 | 28 | 7E | 2A | 44 | 0 | 33 | 107 | 34 | 21 |
| Octal | 111 | 50 | 176 | 52 | 104 | 0 | 63 | 407 | 64 | 41 |
| Binary | 1001001 | 101000 | 1111110 | 101010 | 1000100 | 0 | 110011 | 100000111 | 110100 | 100001 |
Color Harmonies of #49287E
Complementary color
Monochromatic Colors of #49287E
Black with #49287E
Text Example
Text Example
White with #49287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49287E; }
p { color: rgb(73,40,126); }
H1.HeaderClassName
{
color: #49287E;
}
.AnyTagClassName
{
color: #49287E;
}
</style>
background-color css
<style>
a { background-color: #49287E; }
a { background-color: rgb(73,40,126); }
div.DivClassName
{
background-color: #49287E;
}
.BgClassName
{
background-color: #49287E;
}
</style>
border-color css
<style>
span { border-color: #49287E; }
span { border-color: rgb(73,40,126); }
td.TdClassName
{
border-color: #49287E;
}
.TagClassName
{
border-color: #49287E;
}
</style>