Shades of Mulled Wine #4E4461
Tints of Mulled Wine #4E4461
RGB
CMYK
RGB Variations
Color information
#4E4461 (or 0x4E4461) is known color: Mulled Wine. HEX triplet: 4E, 44 and 61. RGB value is (78,68,97). Sum of RGB (Red+Green+Blue) = 78+68+97=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E4461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4461 is #B1BB9E. Grayscale: #4A4A4A. Windows color (decimal): -11647903 or 6374478. OLE color: 6374478.
HSL color Cylindrical-coordinate representation of color #4E4461: hue angle of 260.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E4461 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 68 | 97 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.62 |
| HSL | 260.69º | 0.18% | 0.32% | - |
| HSV(B) | 260.69º | 0.3% | 0.38% | - |
| XYZ | 7.37 | 6.62 | 12.2 | - |
| YUV | 74.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 97 | 0.20 | 0.30 | 0 | 0.62 | 260.69 | 0.18 | 0.32 |
| Hex | 4E | 44 | 61 | 14 | 1E | 0 | 3E | 105 | 12 | 20 |
| Octal | 116 | 104 | 141 | 24 | 36 | 0 | 76 | 405 | 22 | 40 |
| Binary | 1001110 | 1000100 | 1100001 | 10100 | 11110 | 0 | 111110 | 100000101 | 10010 | 100000 |
Color Harmonies of #4E4461
Complementary color
Monochromatic Colors of #4E4461
Black with #4E4461
Text Example
Text Example
White with #4E4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4461; }
p { color: rgb(78,68,97); }
H1.HeaderClassName
{
color: #4E4461;
}
.AnyTagClassName
{
color: #4E4461;
}
</style>
background-color css
<style>
a { background-color: #4E4461; }
a { background-color: rgb(78,68,97); }
div.DivClassName
{
background-color: #4E4461;
}
.BgClassName
{
background-color: #4E4461;
}
</style>
border-color css
<style>
span { border-color: #4E4461; }
span { border-color: rgb(78,68,97); }
td.TdClassName
{
border-color: #4E4461;
}
.TagClassName
{
border-color: #4E4461;
}
</style>