Shades of Mulled Wine #4E4A5B
Tints of Mulled Wine #4E4A5B
RGB
CMYK
RGB Variations
Color information
#4E4A5B (or 0x4E4A5B) is known color: Mulled Wine. HEX triplet: 4E, 4A and 5B. RGB value is (78,74,91). Sum of RGB (Red+Green+Blue) = 78+74+91=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E4A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A5B is #B1B5A4. Grayscale: #4D4D4D. Windows color (decimal): -11646373 or 5982798. OLE color: 5982798.
HSL color Cylindrical-coordinate representation of color #4E4A5B: hue angle of 254.12º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E4A5B is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 74 | 91 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.64 |
| HSL | 254.12º | 0.1% | 0.32% | - |
| HSV(B) | 254.12º | 0.19% | 0.36% | - |
| XYZ | 7.48 | 7.27 | 10.91 | - |
| YUV | 77.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 91 | 0.14 | 0.19 | 0 | 0.64 | 254.12 | 0.1 | 0.32 |
| Hex | 4E | 4A | 5B | E | 13 | 0 | 40 | FE | A | 20 |
| Octal | 116 | 112 | 133 | 16 | 23 | 0 | 100 | 376 | 12 | 40 |
| Binary | 1001110 | 1001010 | 1011011 | 1110 | 10011 | 0 | 1000000 | 11111110 | 1010 | 100000 |
Color Harmonies of #4E4A5B
Complementary color
Monochromatic Colors of #4E4A5B
Black with #4E4A5B
Text Example
Text Example
White with #4E4A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A5B; }
p { color: rgb(78,74,91); }
H1.HeaderClassName
{
color: #4E4A5B;
}
.AnyTagClassName
{
color: #4E4A5B;
}
</style>
background-color css
<style>
a { background-color: #4E4A5B; }
a { background-color: rgb(78,74,91); }
div.DivClassName
{
background-color: #4E4A5B;
}
.BgClassName
{
background-color: #4E4A5B;
}
</style>
border-color css
<style>
span { border-color: #4E4A5B; }
span { border-color: rgb(78,74,91); }
td.TdClassName
{
border-color: #4E4A5B;
}
.TagClassName
{
border-color: #4E4A5B;
}
</style>