Shades of Windsor #49247B
Tints of Windsor #49247B
RGB
CMYK
RGB Variations
Color information
#49247B (or 0x49247B) is known color: Windsor. HEX triplet: 49, 24 and 7B. RGB value is (73,36,123). Sum of RGB (Red+Green+Blue) = 73+36+123=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #49247B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49247B is #B6DB84. Grayscale: #383838. Windows color (decimal): -11983749 or 8070217. OLE color: 8070217.
HSL color Cylindrical-coordinate representation of color #49247B: hue angle of 265.52º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49247B is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 36 | 123 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.52 |
| HSL | 265.52º | 0.55% | 0.31% | - |
| HSV(B) | 265.52º | 0.71% | 0.48% | - |
| XYZ | 6.95 | 4.11 | 19.17 | - |
| YUV | 56.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 123 | 0.41 | 0.71 | 0 | 0.52 | 265.52 | 0.55 | 0.31 |
| Hex | 49 | 24 | 7B | 29 | 47 | 0 | 34 | 10A | 37 | 1F |
| Octal | 111 | 44 | 173 | 51 | 107 | 0 | 64 | 412 | 67 | 37 |
| Binary | 1001001 | 100100 | 1111011 | 101001 | 1000111 | 0 | 110100 | 100001010 | 110111 | 11111 |
Color Harmonies of #49247B
Complementary color
Monochromatic Colors of #49247B
Black with #49247B
Text Example
Text Example
White with #49247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49247B; }
p { color: rgb(73,36,123); }
H1.HeaderClassName
{
color: #49247B;
}
.AnyTagClassName
{
color: #49247B;
}
</style>
background-color css
<style>
a { background-color: #49247B; }
a { background-color: rgb(73,36,123); }
div.DivClassName
{
background-color: #49247B;
}
.BgClassName
{
background-color: #49247B;
}
</style>
border-color css
<style>
span { border-color: #49247B; }
span { border-color: rgb(73,36,123); }
td.TdClassName
{
border-color: #49247B;
}
.TagClassName
{
border-color: #49247B;
}
</style>