Shades of Mulled Wine #4D4558
Tints of Mulled Wine #4D4558
RGB
CMYK
RGB Variations
Color information
#4D4558 (or 0x4D4558) is known color: Mulled Wine. HEX triplet: 4D, 45 and 58. RGB value is (77,69,88). Sum of RGB (Red+Green+Blue) = 77+69+88=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4558 is #B2BAA7. Grayscale: #494949. Windows color (decimal): -11713192 or 5784909. OLE color: 5784909.
HSL color Cylindrical-coordinate representation of color #4D4558: hue angle of 265.26º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D4558 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 69 | 88 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.65 |
| HSL | 265.26º | 0.12% | 0.31% | - |
| HSV(B) | 265.26º | 0.22% | 0.35% | - |
| XYZ | 6.95 | 6.54 | 10.13 | - |
| YUV | 73.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 88 | 0.12 | 0.22 | 0 | 0.65 | 265.26 | 0.12 | 0.31 |
| Hex | 4D | 45 | 58 | C | 16 | 0 | 41 | 109 | C | 1F |
| Octal | 115 | 105 | 130 | 14 | 26 | 0 | 101 | 411 | 14 | 37 |
| Binary | 1001101 | 1000101 | 1011000 | 1100 | 10110 | 0 | 1000001 | 100001001 | 1100 | 11111 |
Color Harmonies of #4D4558
Complementary color
Monochromatic Colors of #4D4558
Black with #4D4558
Text Example
Text Example
White with #4D4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4558; }
p { color: rgb(77,69,88); }
H1.HeaderClassName
{
color: #4D4558;
}
.AnyTagClassName
{
color: #4D4558;
}
</style>
background-color css
<style>
a { background-color: #4D4558; }
a { background-color: rgb(77,69,88); }
div.DivClassName
{
background-color: #4D4558;
}
.BgClassName
{
background-color: #4D4558;
}
</style>
border-color css
<style>
span { border-color: #4D4558; }
span { border-color: rgb(77,69,88); }
td.TdClassName
{
border-color: #4D4558;
}
.TagClassName
{
border-color: #4D4558;
}
</style>