Shades of Windsor #49357F
Tints of Windsor #49357F
RGB
CMYK
RGB Variations
Color information
#49357F (or 0x49357F) is known color: Windsor. HEX triplet: 49, 35 and 7F. RGB value is (73,53,127). Sum of RGB (Red+Green+Blue) = 73+53+127=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #49357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49357F is #B6CA80. Grayscale: #434343. Windows color (decimal): -11979393 or 8336713. OLE color: 8336713.
HSL color Cylindrical-coordinate representation of color #49357F: hue angle of 256.22º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49357F is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 53 | 127 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.50 |
| HSL | 256.22º | 0.41% | 0.35% | - |
| HSV(B) | 256.22º | 0.58% | 0.5% | - |
| XYZ | 7.85 | 5.49 | 20.73 | - |
| YUV | 67.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 53 | 127 | 0.43 | 0.58 | 0 | 0.50 | 256.22 | 0.41 | 0.35 |
| Hex | 49 | 35 | 7F | 2B | 3A | 0 | 32 | 100 | 29 | 23 |
| Octal | 111 | 65 | 177 | 53 | 72 | 0 | 62 | 400 | 51 | 43 |
| Binary | 1001001 | 110101 | 1111111 | 101011 | 111010 | 0 | 110010 | 100000000 | 101001 | 100011 |
Color Harmonies of #49357F
Complementary color
Monochromatic Colors of #49357F
Black with #49357F
Text Example
Text Example
White with #49357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49357F; }
p { color: rgb(73,53,127); }
H1.HeaderClassName
{
color: #49357F;
}
.AnyTagClassName
{
color: #49357F;
}
</style>
background-color css
<style>
a { background-color: #49357F; }
a { background-color: rgb(73,53,127); }
div.DivClassName
{
background-color: #49357F;
}
.BgClassName
{
background-color: #49357F;
}
</style>
border-color css
<style>
span { border-color: #49357F; }
span { border-color: rgb(73,53,127); }
td.TdClassName
{
border-color: #49357F;
}
.TagClassName
{
border-color: #49357F;
}
</style>