Shades of Mulled Wine #4E405A
Tints of Mulled Wine #4E405A
RGB
CMYK
RGB Variations
Color information
#4E405A (or 0x4E405A) is known color: Mulled Wine. HEX triplet: 4E, 40 and 5A. RGB value is (78,64,90). Sum of RGB (Red+Green+Blue) = 78+64+90=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E405A is #B1BFA5. Grayscale: #474747. Windows color (decimal): -11648934 or 5914702. OLE color: 5914702.
HSL color Cylindrical-coordinate representation of color #4E405A: hue angle of 272.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4E405A is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 64 | 90 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.65 |
| HSL | 272.31º | 0.17% | 0.3% | - |
| HSV(B) | 272.31º | 0.29% | 0.35% | - |
| XYZ | 6.82 | 6.02 | 10.48 | - |
| YUV | 71.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 90 | 0.13 | 0.29 | 0 | 0.65 | 272.31 | 0.17 | 0.3 |
| Hex | 4E | 40 | 5A | D | 1D | 0 | 41 | 110 | 11 | 1E |
| Octal | 116 | 100 | 132 | 15 | 35 | 0 | 101 | 420 | 21 | 36 |
| Binary | 1001110 | 1000000 | 1011010 | 1101 | 11101 | 0 | 1000001 | 100010000 | 10001 | 11110 |
Color Harmonies of #4E405A
Complementary color
Monochromatic Colors of #4E405A
Black with #4E405A
Text Example
Text Example
White with #4E405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E405A; }
p { color: rgb(78,64,90); }
H1.HeaderClassName
{
color: #4E405A;
}
.AnyTagClassName
{
color: #4E405A;
}
</style>
background-color css
<style>
a { background-color: #4E405A; }
a { background-color: rgb(78,64,90); }
div.DivClassName
{
background-color: #4E405A;
}
.BgClassName
{
background-color: #4E405A;
}
</style>
border-color css
<style>
span { border-color: #4E405A; }
span { border-color: rgb(78,64,90); }
td.TdClassName
{
border-color: #4E405A;
}
.TagClassName
{
border-color: #4E405A;
}
</style>