Shades of Windsor #49347B
Tints of Windsor #49347B
RGB
CMYK
RGB Variations
Color information
#49347B (or 0x49347B) is known color: Windsor. HEX triplet: 49, 34 and 7B. RGB value is (73,52,123). Sum of RGB (Red+Green+Blue) = 73+52+123=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #49347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49347B is #B6CB84. Grayscale: #424242. Windows color (decimal): -11979653 or 8074313. OLE color: 8074313.
HSL color Cylindrical-coordinate representation of color #49347B: hue angle of 257.75º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49347B is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 52 | 123 | - |
| CMYK | 0.41 | 0.58 | 0 | 0.52 |
| HSL | 257.75º | 0.41% | 0.34% | - |
| HSV(B) | 257.75º | 0.58% | 0.48% | - |
| XYZ | 7.55 | 5.3 | 19.36 | - |
| YUV | 66.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 52 | 123 | 0.41 | 0.58 | 0 | 0.52 | 257.75 | 0.41 | 0.34 |
| Hex | 49 | 34 | 7B | 29 | 3A | 0 | 34 | 102 | 29 | 22 |
| Octal | 111 | 64 | 173 | 51 | 72 | 0 | 64 | 402 | 51 | 42 |
| Binary | 1001001 | 110100 | 1111011 | 101001 | 111010 | 0 | 110100 | 100000010 | 101001 | 100010 |
Color Harmonies of #49347B
Complementary color
Monochromatic Colors of #49347B
Black with #49347B
Text Example
Text Example
White with #49347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49347B; }
p { color: rgb(73,52,123); }
H1.HeaderClassName
{
color: #49347B;
}
.AnyTagClassName
{
color: #49347B;
}
</style>
background-color css
<style>
a { background-color: #49347B; }
a { background-color: rgb(73,52,123); }
div.DivClassName
{
background-color: #49347B;
}
.BgClassName
{
background-color: #49347B;
}
</style>
border-color css
<style>
span { border-color: #49347B; }
span { border-color: rgb(73,52,123); }
td.TdClassName
{
border-color: #49347B;
}
.TagClassName
{
border-color: #49347B;
}
</style>