Shades of Windsor #49238A
Tints of Windsor #49238A
RGB
CMYK
RGB Variations
Color information
#49238A (or 0x49238A) is known color: Windsor. HEX triplet: 49, 23 and 8A. RGB value is (73,35,138). Sum of RGB (Red+Green+Blue) = 73+35+138=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #49238A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49238A is #B6DC75. Grayscale: #393939. Windows color (decimal): -11983990 or 9053001. OLE color: 9053001.
HSL color Cylindrical-coordinate representation of color #49238A: hue angle of 262.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49238A is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 35 | 138 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.46 |
| HSL | 262.14º | 0.6% | 0.34% | - |
| HSV(B) | 262.14º | 0.75% | 0.54% | - |
| XYZ | 7.94 | 4.45 | 24.49 | - |
| YUV | 58.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 138 | 0.47 | 0.75 | 0 | 0.46 | 262.14 | 0.6 | 0.34 |
| Hex | 49 | 23 | 8A | 2F | 4B | 0 | 2E | 106 | 3C | 22 |
| Octal | 111 | 43 | 212 | 57 | 113 | 0 | 56 | 406 | 74 | 42 |
| Binary | 1001001 | 100011 | 10001010 | 101111 | 1001011 | 0 | 101110 | 100000110 | 111100 | 100010 |
Color Harmonies of #49238A
Complementary color
Monochromatic Colors of #49238A
Black with #49238A
Text Example
Text Example
White with #49238A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49238A; }
p { color: rgb(73,35,138); }
H1.HeaderClassName
{
color: #49238A;
}
.AnyTagClassName
{
color: #49238A;
}
</style>
background-color css
<style>
a { background-color: #49238A; }
a { background-color: rgb(73,35,138); }
div.DivClassName
{
background-color: #49238A;
}
.BgClassName
{
background-color: #49238A;
}
</style>
border-color css
<style>
span { border-color: #49238A; }
span { border-color: rgb(73,35,138); }
td.TdClassName
{
border-color: #49238A;
}
.TagClassName
{
border-color: #49238A;
}
</style>