Shades of Mulled Wine #4E455B
Tints of Mulled Wine #4E455B
RGB
CMYK
RGB Variations
Color information
#4E455B (or 0x4E455B) is known color: Mulled Wine. HEX triplet: 4E, 45 and 5B. RGB value is (78,69,91). Sum of RGB (Red+Green+Blue) = 78+69+91=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E455B is #B1BAA4. Grayscale: #4A4A4A. Windows color (decimal): -11647653 or 5981518. OLE color: 5981518.
HSL color Cylindrical-coordinate representation of color #4E455B: hue angle of 264.55º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E455B is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 69 | 91 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.64 |
| HSL | 264.55º | 0.14% | 0.31% | - |
| HSV(B) | 264.55º | 0.24% | 0.36% | - |
| XYZ | 7.16 | 6.63 | 10.8 | - |
| YUV | 74.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 91 | 0.14 | 0.24 | 0 | 0.64 | 264.55 | 0.14 | 0.31 |
| Hex | 4E | 45 | 5B | E | 18 | 0 | 40 | 109 | E | 1F |
| Octal | 116 | 105 | 133 | 16 | 30 | 0 | 100 | 411 | 16 | 37 |
| Binary | 1001110 | 1000101 | 1011011 | 1110 | 11000 | 0 | 1000000 | 100001001 | 1110 | 11111 |
Color Harmonies of #4E455B
Complementary color
Monochromatic Colors of #4E455B
Black with #4E455B
Text Example
Text Example
White with #4E455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E455B; }
p { color: rgb(78,69,91); }
H1.HeaderClassName
{
color: #4E455B;
}
.AnyTagClassName
{
color: #4E455B;
}
</style>
background-color css
<style>
a { background-color: #4E455B; }
a { background-color: rgb(78,69,91); }
div.DivClassName
{
background-color: #4E455B;
}
.BgClassName
{
background-color: #4E455B;
}
</style>
border-color css
<style>
span { border-color: #4E455B; }
span { border-color: rgb(78,69,91); }
td.TdClassName
{
border-color: #4E455B;
}
.TagClassName
{
border-color: #4E455B;
}
</style>