Shades of Windsor #49238B
Tints of Windsor #49238B
RGB
CMYK
RGB Variations
Color information
#49238B (or 0x49238B) is known color: Windsor. HEX triplet: 49, 23 and 8B. RGB value is (73,35,139). Sum of RGB (Red+Green+Blue) = 73+35+139=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #49238B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49238B is #B6DC74. Grayscale: #393939. Windows color (decimal): -11983989 or 9118537. OLE color: 9118537.
HSL color Cylindrical-coordinate representation of color #49238B: hue angle of 261.92º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49238B is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 35 | 139 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.45 |
| HSL | 261.92º | 0.6% | 0.34% | - |
| HSV(B) | 261.92º | 0.75% | 0.55% | - |
| XYZ | 8.01 | 4.48 | 24.87 | - |
| YUV | 58.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 139 | 0.47 | 0.75 | 0 | 0.45 | 261.92 | 0.6 | 0.34 |
| Hex | 49 | 23 | 8B | 2F | 4B | 0 | 2D | 106 | 3C | 22 |
| Octal | 111 | 43 | 213 | 57 | 113 | 0 | 55 | 406 | 74 | 42 |
| Binary | 1001001 | 100011 | 10001011 | 101111 | 1001011 | 0 | 101101 | 100000110 | 111100 | 100010 |
Color Harmonies of #49238B
Complementary color
Monochromatic Colors of #49238B
Black with #49238B
Text Example
Text Example
White with #49238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49238B; }
p { color: rgb(73,35,139); }
H1.HeaderClassName
{
color: #49238B;
}
.AnyTagClassName
{
color: #49238B;
}
</style>
background-color css
<style>
a { background-color: #49238B; }
a { background-color: rgb(73,35,139); }
div.DivClassName
{
background-color: #49238B;
}
.BgClassName
{
background-color: #49238B;
}
</style>
border-color css
<style>
span { border-color: #49238B; }
span { border-color: rgb(73,35,139); }
td.TdClassName
{
border-color: #49238B;
}
.TagClassName
{
border-color: #49238B;
}
</style>