Shades of Mulled Wine #4A3E56
Tints of Mulled Wine #4A3E56
RGB
CMYK
RGB Variations
Color information
#4A3E56 (or 0x4A3E56) is known color: Mulled Wine. HEX triplet: 4A, 3E and 56. RGB value is (74,62,86). Sum of RGB (Red+Green+Blue) = 74+62+86=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A3E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E56 is #B5C1A9. Grayscale: #444444. Windows color (decimal): -11911594 or 5652042. OLE color: 5652042.
HSL color Cylindrical-coordinate representation of color #4A3E56: hue angle of 270º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A3E56 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 62 | 86 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.66 |
| HSL | 270º | 0.16% | 0.29% | - |
| HSV(B) | 270º | 0.28% | 0.34% | - |
| XYZ | 6.23 | 5.57 | 9.55 | - |
| YUV | 68.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 86 | 0.14 | 0.28 | 0 | 0.66 | 270 | 0.16 | 0.29 |
| Hex | 4A | 3E | 56 | E | 1C | 0 | 42 | 10E | 10 | 1D |
| Octal | 112 | 76 | 126 | 16 | 34 | 0 | 102 | 416 | 20 | 35 |
| Binary | 1001010 | 111110 | 1010110 | 1110 | 11100 | 0 | 1000010 | 100001110 | 10000 | 11101 |
Color Harmonies of #4A3E56
Complementary color
Monochromatic Colors of #4A3E56
Black with #4A3E56
Text Example
Text Example
White with #4A3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E56; }
p { color: rgb(74,62,86); }
H1.HeaderClassName
{
color: #4A3E56;
}
.AnyTagClassName
{
color: #4A3E56;
}
</style>
background-color css
<style>
a { background-color: #4A3E56; }
a { background-color: rgb(74,62,86); }
div.DivClassName
{
background-color: #4A3E56;
}
.BgClassName
{
background-color: #4A3E56;
}
</style>
border-color css
<style>
span { border-color: #4A3E56; }
span { border-color: rgb(74,62,86); }
td.TdClassName
{
border-color: #4A3E56;
}
.TagClassName
{
border-color: #4A3E56;
}
</style>