Shades of Mulled Wine #4E415E
Tints of Mulled Wine #4E415E
RGB
CMYK
RGB Variations
Color information
#4E415E (or 0x4E415E) is known color: Mulled Wine. HEX triplet: 4E, 41 and 5E. RGB value is (78,65,94). Sum of RGB (Red+Green+Blue) = 78+65+94=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E415E is #B1BEA1. Grayscale: #484848. Windows color (decimal): -11648674 or 6177102. OLE color: 6177102.
HSL color Cylindrical-coordinate representation of color #4E415E: hue angle of 266.9º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E415E is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 65 | 94 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.63 |
| HSL | 266.9º | 0.18% | 0.31% | - |
| HSV(B) | 266.9º | 0.31% | 0.37% | - |
| XYZ | 7.05 | 6.21 | 11.42 | - |
| YUV | 72.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 94 | 0.17 | 0.31 | 0 | 0.63 | 266.9 | 0.18 | 0.31 |
| Hex | 4E | 41 | 5E | 11 | 1F | 0 | 3F | 10B | 12 | 1F |
| Octal | 116 | 101 | 136 | 21 | 37 | 0 | 77 | 413 | 22 | 37 |
| Binary | 1001110 | 1000001 | 1011110 | 10001 | 11111 | 0 | 111111 | 100001011 | 10010 | 11111 |
Color Harmonies of #4E415E
Complementary color
Monochromatic Colors of #4E415E
Black with #4E415E
Text Example
Text Example
White with #4E415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E415E; }
p { color: rgb(78,65,94); }
H1.HeaderClassName
{
color: #4E415E;
}
.AnyTagClassName
{
color: #4E415E;
}
</style>
background-color css
<style>
a { background-color: #4E415E; }
a { background-color: rgb(78,65,94); }
div.DivClassName
{
background-color: #4E415E;
}
.BgClassName
{
background-color: #4E415E;
}
</style>
border-color css
<style>
span { border-color: #4E415E; }
span { border-color: rgb(78,65,94); }
td.TdClassName
{
border-color: #4E415E;
}
.TagClassName
{
border-color: #4E415E;
}
</style>