Shades of Mulled Wine #4E4A5E
Tints of Mulled Wine #4E4A5E
RGB
CMYK
RGB Variations
Color information
#4E4A5E (or 0x4E4A5E) is known color: Mulled Wine. HEX triplet: 4E, 4A and 5E. RGB value is (78,74,94). Sum of RGB (Red+Green+Blue) = 78+74+94=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E4A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A5E is #B1B5A1. Grayscale: #4D4D4D. Windows color (decimal): -11646370 or 6179406. OLE color: 6179406.
HSL color Cylindrical-coordinate representation of color #4E4A5E: hue angle of 252º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E4A5E is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 78 | 74 | 94 | - |
CMYK | 0.17 | 0.21 | 0 | 0.63 |
HSL | 252º | 0.12% | 0.33% | - |
HSV(B) | 252º | 0.21% | 0.37% | - |
XYZ | 7.61 | 7.33 | 11.6 | - |
YUV | 77.48 | 137.33 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 78 | 74 | 94 | 0.17 | 0.21 | 0 | 0.63 | 252 | 0.12 | 0.33 |
Hex | 4E | 4A | 5E | 11 | 15 | 0 | 3F | FC | C | 21 |
Octal | 116 | 112 | 136 | 21 | 25 | 0 | 77 | 374 | 14 | 41 |
Binary | 1001110 | 1001010 | 1011110 | 10001 | 10101 | 0 | 111111 | 11111100 | 1100 | 100001 |
Color Harmonies of #4E4A5E
Complementary color
Monochromatic Colors of #4E4A5E
Black with #4E4A5E
Text Example
Text Example
White with #4E4A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A5E; }
p { color: rgb(78,74,94); }
H1.HeaderClassName
{
color: #4E4A5E;
}
.AnyTagClassName
{
color: #4E4A5E;
}
</style>
background-color css
<style>
a { background-color: #4E4A5E; }
a { background-color: rgb(78,74,94); }
div.DivClassName
{
background-color: #4E4A5E;
}
.BgClassName
{
background-color: #4E4A5E;
}
</style>
border-color css
<style>
span { border-color: #4E4A5E; }
span { border-color: rgb(78,74,94); }
td.TdClassName
{
border-color: #4E4A5E;
}
.TagClassName
{
border-color: #4E4A5E;
}
</style>