Shades of Windsor #49197E
Tints of Windsor #49197E
RGB
CMYK
RGB Variations
Color information
#49197E (or 0x49197E) is known color: Windsor. HEX triplet: 49, 19 and 7E. RGB value is (73,25,126). Sum of RGB (Red+Green+Blue) = 73+25+126=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 126 (49.61% from 255 or 56.25% from 224); Max value from RGB is 126 - color contains mainly: blue. Hex color #49197E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49197E is #B6E681. Grayscale: #323232. Windows color (decimal): -11986562 or 8264009. OLE color: 8264009.
HSL color Cylindrical-coordinate representation of color #49197E: hue angle of 268.51º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49197E is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 25 | 126 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.51 |
| HSL | 268.51º | 0.67% | 0.3% | - |
| HSV(B) | 268.51º | 0.8% | 0.49% | - |
| XYZ | 6.86 | 3.62 | 20.08 | - |
| YUV | 50.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 126 | 0.42 | 0.80 | 0 | 0.51 | 268.51 | 0.67 | 0.3 |
| Hex | 49 | 19 | 7E | 2A | 50 | 0 | 33 | 10D | 43 | 1E |
| Octal | 111 | 31 | 176 | 52 | 120 | 0 | 63 | 415 | 103 | 36 |
| Binary | 1001001 | 11001 | 1111110 | 101010 | 1010000 | 0 | 110011 | 100001101 | 1000011 | 11110 |
Color Harmonies of #49197E
Complementary color
Monochromatic Colors of #49197E
Black with #49197E
Text Example
Text Example
White with #49197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49197E; }
p { color: rgb(73,25,126); }
H1.HeaderClassName
{
color: #49197E;
}
.AnyTagClassName
{
color: #49197E;
}
</style>
background-color css
<style>
a { background-color: #49197E; }
a { background-color: rgb(73,25,126); }
div.DivClassName
{
background-color: #49197E;
}
.BgClassName
{
background-color: #49197E;
}
</style>
border-color css
<style>
span { border-color: #49197E; }
span { border-color: rgb(73,25,126); }
td.TdClassName
{
border-color: #49197E;
}
.TagClassName
{
border-color: #49197E;
}
</style>