Shades of Windsor #49337B
Tints of Windsor #49337B
RGB
CMYK
RGB Variations
Color information
#49337B (or 0x49337B) is known color: Windsor. HEX triplet: 49, 33 and 7B. RGB value is (73,51,123). Sum of RGB (Red+Green+Blue) = 73+51+123=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #49337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49337B is #B6CC84. Grayscale: #414141. Windows color (decimal): -11979909 or 8074057. OLE color: 8074057.
HSL color Cylindrical-coordinate representation of color #49337B: hue angle of 258.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49337B is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 51 | 123 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.52 |
| HSL | 258.33º | 0.41% | 0.34% | - |
| HSV(B) | 258.33º | 0.59% | 0.48% | - |
| XYZ | 7.51 | 5.21 | 19.35 | - |
| YUV | 65.79 | 160.29 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 123 | 0.41 | 0.59 | 0 | 0.52 | 258.33 | 0.41 | 0.34 |
| Hex | 49 | 33 | 7B | 29 | 3B | 0 | 34 | 102 | 29 | 22 |
| Octal | 111 | 63 | 173 | 51 | 73 | 0 | 64 | 402 | 51 | 42 |
| Binary | 1001001 | 110011 | 1111011 | 101001 | 111011 | 0 | 110100 | 100000010 | 101001 | 100010 |
Color Harmonies of #49337B
Complementary color
Monochromatic Colors of #49337B
Black with #49337B
Text Example
Text Example
White with #49337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49337B; }
p { color: rgb(73,51,123); }
H1.HeaderClassName
{
color: #49337B;
}
.AnyTagClassName
{
color: #49337B;
}
</style>
background-color css
<style>
a { background-color: #49337B; }
a { background-color: rgb(73,51,123); }
div.DivClassName
{
background-color: #49337B;
}
.BgClassName
{
background-color: #49337B;
}
</style>
border-color css
<style>
span { border-color: #49337B; }
span { border-color: rgb(73,51,123); }
td.TdClassName
{
border-color: #49337B;
}
.TagClassName
{
border-color: #49337B;
}
</style>