Shades of Windsor #49218B
Tints of Windsor #49218B
RGB
CMYK
RGB Variations
Color information
#49218B (or 0x49218B) is known color: Windsor. HEX triplet: 49, 21 and 8B. RGB value is (73,33,139). Sum of RGB (Red+Green+Blue) = 73+33+139=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #49218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49218B is #B6DE74. Grayscale: #383838. Windows color (decimal): -11984501 or 9118025. OLE color: 9118025.
HSL color Cylindrical-coordinate representation of color #49218B: hue angle of 262.64º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49218B is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 33 | 139 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.45 |
| HSL | 262.64º | 0.62% | 0.34% | - |
| HSV(B) | 262.64º | 0.76% | 0.55% | - |
| XYZ | 7.95 | 4.37 | 24.85 | - |
| YUV | 57.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 139 | 0.47 | 0.76 | 0 | 0.45 | 262.64 | 0.62 | 0.34 |
| Hex | 49 | 21 | 8B | 2F | 4C | 0 | 2D | 107 | 3E | 22 |
| Octal | 111 | 41 | 213 | 57 | 114 | 0 | 55 | 407 | 76 | 42 |
| Binary | 1001001 | 100001 | 10001011 | 101111 | 1001100 | 0 | 101101 | 100000111 | 111110 | 100010 |
Color Harmonies of #49218B
Complementary color
Monochromatic Colors of #49218B
Black with #49218B
Text Example
Text Example
White with #49218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49218B; }
p { color: rgb(73,33,139); }
H1.HeaderClassName
{
color: #49218B;
}
.AnyTagClassName
{
color: #49218B;
}
</style>
background-color css
<style>
a { background-color: #49218B; }
a { background-color: rgb(73,33,139); }
div.DivClassName
{
background-color: #49218B;
}
.BgClassName
{
background-color: #49218B;
}
</style>
border-color css
<style>
span { border-color: #49218B; }
span { border-color: rgb(73,33,139); }
td.TdClassName
{
border-color: #49218B;
}
.TagClassName
{
border-color: #49218B;
}
</style>