Shades of Windsor #49397A
Tints of Windsor #49397A
RGB
CMYK
RGB Variations
Color information
#49397A (or 0x49397A) is known color: Windsor. HEX triplet: 49, 39 and 7A. RGB value is (73,57,122). Sum of RGB (Red+Green+Blue) = 73+57+122=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #49397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49397A is #B6C685. Grayscale: #444444. Windows color (decimal): -11978374 or 8010057. OLE color: 8010057.
HSL color Cylindrical-coordinate representation of color #49397A: hue angle of 254.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49397A is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 57 | 122 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.52 |
| HSL | 254.77º | 0.36% | 0.35% | - |
| HSV(B) | 254.77º | 0.53% | 0.48% | - |
| XYZ | 7.72 | 5.75 | 19.11 | - |
| YUV | 69.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 122 | 0.40 | 0.53 | 0 | 0.52 | 254.77 | 0.36 | 0.35 |
| Hex | 49 | 39 | 7A | 28 | 35 | 0 | 34 | FF | 24 | 23 |
| Octal | 111 | 71 | 172 | 50 | 65 | 0 | 64 | 377 | 44 | 43 |
| Binary | 1001001 | 111001 | 1111010 | 101000 | 110101 | 0 | 110100 | 11111111 | 100100 | 100011 |
Color Harmonies of #49397A
Complementary color
Monochromatic Colors of #49397A
Black with #49397A
Text Example
Text Example
White with #49397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49397A; }
p { color: rgb(73,57,122); }
H1.HeaderClassName
{
color: #49397A;
}
.AnyTagClassName
{
color: #49397A;
}
</style>
background-color css
<style>
a { background-color: #49397A; }
a { background-color: rgb(73,57,122); }
div.DivClassName
{
background-color: #49397A;
}
.BgClassName
{
background-color: #49397A;
}
</style>
border-color css
<style>
span { border-color: #49397A; }
span { border-color: rgb(73,57,122); }
td.TdClassName
{
border-color: #49397A;
}
.TagClassName
{
border-color: #49397A;
}
</style>