Shades of Mulled Wine #4E445B
Tints of Mulled Wine #4E445B
RGB
CMYK
RGB Variations
Color information
#4E445B (or 0x4E445B) is known color: Mulled Wine. HEX triplet: 4E, 44 and 5B. RGB value is (78,68,91). Sum of RGB (Red+Green+Blue) = 78+68+91=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E445B is #B1BBA4. Grayscale: #494949. Windows color (decimal): -11647909 or 5981262. OLE color: 5981262.
HSL color Cylindrical-coordinate representation of color #4E445B: hue angle of 266.09º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E445B is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 68 | 91 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.64 |
| HSL | 266.09º | 0.14% | 0.31% | - |
| HSV(B) | 266.09º | 0.25% | 0.36% | - |
| XYZ | 7.1 | 6.51 | 10.78 | - |
| YUV | 73.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 91 | 0.14 | 0.25 | 0 | 0.64 | 266.09 | 0.14 | 0.31 |
| Hex | 4E | 44 | 5B | E | 19 | 0 | 40 | 10A | E | 1F |
| Octal | 116 | 104 | 133 | 16 | 31 | 0 | 100 | 412 | 16 | 37 |
| Binary | 1001110 | 1000100 | 1011011 | 1110 | 11001 | 0 | 1000000 | 100001010 | 1110 | 11111 |
Color Harmonies of #4E445B
Complementary color
Monochromatic Colors of #4E445B
Black with #4E445B
Text Example
Text Example
White with #4E445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E445B; }
p { color: rgb(78,68,91); }
H1.HeaderClassName
{
color: #4E445B;
}
.AnyTagClassName
{
color: #4E445B;
}
</style>
background-color css
<style>
a { background-color: #4E445B; }
a { background-color: rgb(78,68,91); }
div.DivClassName
{
background-color: #4E445B;
}
.BgClassName
{
background-color: #4E445B;
}
</style>
border-color css
<style>
span { border-color: #4E445B; }
span { border-color: rgb(78,68,91); }
td.TdClassName
{
border-color: #4E445B;
}
.TagClassName
{
border-color: #4E445B;
}
</style>