Shades of Windsor #49237C
Tints of Windsor #49237C
RGB
CMYK
RGB Variations
Color information
#49237C (or 0x49237C) is known color: Windsor. HEX triplet: 49, 23 and 7C. RGB value is (73,35,124). Sum of RGB (Red+Green+Blue) = 73+35+124=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #49237C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49237C is #B6DC83. Grayscale: #383838. Windows color (decimal): -11984004 or 8135497. OLE color: 8135497.
HSL color Cylindrical-coordinate representation of color #49237C: hue angle of 265.62º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49237C is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 35 | 124 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.51 |
| HSL | 265.62º | 0.56% | 0.31% | - |
| HSV(B) | 265.62º | 0.72% | 0.49% | - |
| XYZ | 6.99 | 4.07 | 19.49 | - |
| YUV | 56.51 | 166.09 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 124 | 0.41 | 0.72 | 0 | 0.51 | 265.62 | 0.56 | 0.31 |
| Hex | 49 | 23 | 7C | 29 | 48 | 0 | 33 | 10A | 38 | 1F |
| Octal | 111 | 43 | 174 | 51 | 110 | 0 | 63 | 412 | 70 | 37 |
| Binary | 1001001 | 100011 | 1111100 | 101001 | 1001000 | 0 | 110011 | 100001010 | 111000 | 11111 |
Color Harmonies of #49237C
Complementary color
Monochromatic Colors of #49237C
Black with #49237C
Text Example
Text Example
White with #49237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49237C; }
p { color: rgb(73,35,124); }
H1.HeaderClassName
{
color: #49237C;
}
.AnyTagClassName
{
color: #49237C;
}
</style>
background-color css
<style>
a { background-color: #49237C; }
a { background-color: rgb(73,35,124); }
div.DivClassName
{
background-color: #49237C;
}
.BgClassName
{
background-color: #49237C;
}
</style>
border-color css
<style>
span { border-color: #49237C; }
span { border-color: rgb(73,35,124); }
td.TdClassName
{
border-color: #49237C;
}
.TagClassName
{
border-color: #49237C;
}
</style>