Shades of Windsor #49207D
Tints of Windsor #49207D
RGB
CMYK
RGB Variations
Color information
#49207D (or 0x49207D) is known color: Windsor. HEX triplet: 49, 20 and 7D. RGB value is (73,32,125). Sum of RGB (Red+Green+Blue) = 73+32+125=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #49207D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49207D is #B6DF82. Grayscale: #363636. Windows color (decimal): -11984771 or 8200265. OLE color: 8200265.
HSL color Cylindrical-coordinate representation of color #49207D: hue angle of 266.45º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49207D is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 32 | 125 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.51 |
| HSL | 266.45º | 0.59% | 0.31% | - |
| HSV(B) | 266.45º | 0.74% | 0.49% | - |
| XYZ | 6.97 | 3.93 | 19.79 | - |
| YUV | 54.86 | 167.58 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 125 | 0.42 | 0.74 | 0 | 0.51 | 266.45 | 0.59 | 0.31 |
| Hex | 49 | 20 | 7D | 2A | 4A | 0 | 33 | 10A | 3B | 1F |
| Octal | 111 | 40 | 175 | 52 | 112 | 0 | 63 | 412 | 73 | 37 |
| Binary | 1001001 | 100000 | 1111101 | 101010 | 1001010 | 0 | 110011 | 100001010 | 111011 | 11111 |
Color Harmonies of #49207D
Complementary color
Monochromatic Colors of #49207D
Black with #49207D
Text Example
Text Example
White with #49207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49207D; }
p { color: rgb(73,32,125); }
H1.HeaderClassName
{
color: #49207D;
}
.AnyTagClassName
{
color: #49207D;
}
</style>
background-color css
<style>
a { background-color: #49207D; }
a { background-color: rgb(73,32,125); }
div.DivClassName
{
background-color: #49207D;
}
.BgClassName
{
background-color: #49207D;
}
</style>
border-color css
<style>
span { border-color: #49207D; }
span { border-color: rgb(73,32,125); }
td.TdClassName
{
border-color: #49207D;
}
.TagClassName
{
border-color: #49207D;
}
</style>