Shades of Windsor #49287D
Tints of Windsor #49287D
RGB
CMYK
RGB Variations
Color information
#49287D (or 0x49287D) is known color: Windsor. HEX triplet: 49, 28 and 7D. RGB value is (73,40,125). Sum of RGB (Red+Green+Blue) = 73+40+125=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #49287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49287D is #B6D782. Grayscale: #3B3B3B. Windows color (decimal): -11982723 or 8202313. OLE color: 8202313.
HSL color Cylindrical-coordinate representation of color #49287D: hue angle of 263.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49287D is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 40 | 125 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.51 |
| HSL | 263.29º | 0.52% | 0.32% | - |
| HSV(B) | 263.29º | 0.68% | 0.49% | - |
| XYZ | 7.21 | 4.41 | 19.87 | - |
| YUV | 59.56 | 164.93 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 40 | 125 | 0.42 | 0.68 | 0 | 0.51 | 263.29 | 0.52 | 0.32 |
| Hex | 49 | 28 | 7D | 2A | 44 | 0 | 33 | 107 | 34 | 20 |
| Octal | 111 | 50 | 175 | 52 | 104 | 0 | 63 | 407 | 64 | 40 |
| Binary | 1001001 | 101000 | 1111101 | 101010 | 1000100 | 0 | 110011 | 100000111 | 110100 | 100000 |
Color Harmonies of #49287D
Complementary color
Monochromatic Colors of #49287D
Black with #49287D
Text Example
Text Example
White with #49287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49287D; }
p { color: rgb(73,40,125); }
H1.HeaderClassName
{
color: #49287D;
}
.AnyTagClassName
{
color: #49287D;
}
</style>
background-color css
<style>
a { background-color: #49287D; }
a { background-color: rgb(73,40,125); }
div.DivClassName
{
background-color: #49287D;
}
.BgClassName
{
background-color: #49287D;
}
</style>
border-color css
<style>
span { border-color: #49287D; }
span { border-color: rgb(73,40,125); }
td.TdClassName
{
border-color: #49287D;
}
.TagClassName
{
border-color: #49287D;
}
</style>