Shades of Windsor #49258E
Tints of Windsor #49258E
RGB
CMYK
RGB Variations
Color information
#49258E (or 0x49258E) is known color: Windsor. HEX triplet: 49, 25 and 8E. RGB value is (73,37,142). Sum of RGB (Red+Green+Blue) = 73+37+142=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #49258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49258E is #B6DA71. Grayscale: #3B3B3B. Windows color (decimal): -11983474 or 9315657. OLE color: 9315657.
HSL color Cylindrical-coordinate representation of color #49258E: hue angle of 260.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49258E is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 37 | 142 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.44 |
| HSL | 260.57º | 0.59% | 0.35% | - |
| HSV(B) | 260.57º | 0.74% | 0.56% | - |
| XYZ | 8.29 | 4.69 | 26.06 | - |
| YUV | 59.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 37 | 142 | 0.49 | 0.74 | 0 | 0.44 | 260.57 | 0.59 | 0.35 |
| Hex | 49 | 25 | 8E | 31 | 4A | 0 | 2C | 105 | 3B | 23 |
| Octal | 111 | 45 | 216 | 61 | 112 | 0 | 54 | 405 | 73 | 43 |
| Binary | 1001001 | 100101 | 10001110 | 110001 | 1001010 | 0 | 101100 | 100000101 | 111011 | 100011 |
Color Harmonies of #49258E
Complementary color
Monochromatic Colors of #49258E
Black with #49258E
Text Example
Text Example
White with #49258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49258E; }
p { color: rgb(73,37,142); }
H1.HeaderClassName
{
color: #49258E;
}
.AnyTagClassName
{
color: #49258E;
}
</style>
background-color css
<style>
a { background-color: #49258E; }
a { background-color: rgb(73,37,142); }
div.DivClassName
{
background-color: #49258E;
}
.BgClassName
{
background-color: #49258E;
}
</style>
border-color css
<style>
span { border-color: #49258E; }
span { border-color: rgb(73,37,142); }
td.TdClassName
{
border-color: #49258E;
}
.TagClassName
{
border-color: #49258E;
}
</style>