Shades of Windsor #49217B
Tints of Windsor #49217B
RGB
CMYK
RGB Variations
Color information
#49217B (or 0x49217B) is known color: Windsor. HEX triplet: 49, 21 and 7B. RGB value is (73,33,123). Sum of RGB (Red+Green+Blue) = 73+33+123=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #49217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49217B is #B6DE84. Grayscale: #363636. Windows color (decimal): -11984517 or 8069449. OLE color: 8069449.
HSL color Cylindrical-coordinate representation of color #49217B: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49217B is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 33 | 123 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.52 |
| HSL | 266.67º | 0.58% | 0.31% | - |
| HSV(B) | 266.67º | 0.73% | 0.48% | - |
| XYZ | 6.87 | 3.93 | 19.14 | - |
| YUV | 55.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 123 | 0.41 | 0.73 | 0 | 0.52 | 266.67 | 0.58 | 0.31 |
| Hex | 49 | 21 | 7B | 29 | 49 | 0 | 34 | 10B | 3A | 1F |
| Octal | 111 | 41 | 173 | 51 | 111 | 0 | 64 | 413 | 72 | 37 |
| Binary | 1001001 | 100001 | 1111011 | 101001 | 1001001 | 0 | 110100 | 100001011 | 111010 | 11111 |
Color Harmonies of #49217B
Complementary color
Monochromatic Colors of #49217B
Black with #49217B
Text Example
Text Example
White with #49217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49217B; }
p { color: rgb(73,33,123); }
H1.HeaderClassName
{
color: #49217B;
}
.AnyTagClassName
{
color: #49217B;
}
</style>
background-color css
<style>
a { background-color: #49217B; }
a { background-color: rgb(73,33,123); }
div.DivClassName
{
background-color: #49217B;
}
.BgClassName
{
background-color: #49217B;
}
</style>
border-color css
<style>
span { border-color: #49217B; }
span { border-color: rgb(73,33,123); }
td.TdClassName
{
border-color: #49217B;
}
.TagClassName
{
border-color: #49217B;
}
</style>