Shades of Mulled Wine #4E425B
Tints of Mulled Wine #4E425B
RGB
CMYK
RGB Variations
Color information
#4E425B (or 0x4E425B) is known color: Mulled Wine. HEX triplet: 4E, 42 and 5B. RGB value is (78,66,91). Sum of RGB (Red+Green+Blue) = 78+66+91=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E425B is #B1BDA4. Grayscale: #484848. Windows color (decimal): -11648421 or 5980750. OLE color: 5980750.
HSL color Cylindrical-coordinate representation of color #4E425B: hue angle of 268.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E425B is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 66 | 91 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.64 |
| HSL | 268.8º | 0.16% | 0.31% | - |
| HSV(B) | 268.8º | 0.27% | 0.36% | - |
| XYZ | 6.98 | 6.27 | 10.74 | - |
| YUV | 72.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 91 | 0.14 | 0.27 | 0 | 0.64 | 268.8 | 0.16 | 0.31 |
| Hex | 4E | 42 | 5B | E | 1B | 0 | 40 | 10D | 10 | 1F |
| Octal | 116 | 102 | 133 | 16 | 33 | 0 | 100 | 415 | 20 | 37 |
| Binary | 1001110 | 1000010 | 1011011 | 1110 | 11011 | 0 | 1000000 | 100001101 | 10000 | 11111 |
Color Harmonies of #4E425B
Complementary color
Monochromatic Colors of #4E425B
Black with #4E425B
Text Example
Text Example
White with #4E425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E425B; }
p { color: rgb(78,66,91); }
H1.HeaderClassName
{
color: #4E425B;
}
.AnyTagClassName
{
color: #4E425B;
}
</style>
background-color css
<style>
a { background-color: #4E425B; }
a { background-color: rgb(78,66,91); }
div.DivClassName
{
background-color: #4E425B;
}
.BgClassName
{
background-color: #4E425B;
}
</style>
border-color css
<style>
span { border-color: #4E425B; }
span { border-color: rgb(78,66,91); }
td.TdClassName
{
border-color: #4E425B;
}
.TagClassName
{
border-color: #4E425B;
}
</style>