Shades of Mulled Wine #4C4558
Tints of Mulled Wine #4C4558
RGB
CMYK
RGB Variations
Color information
#4C4558 (or 0x4C4558) is known color: Mulled Wine. HEX triplet: 4C, 45 and 58. RGB value is (76,69,88). Sum of RGB (Red+Green+Blue) = 76+69+88=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4558 is #B3BAA7. Grayscale: #494949. Windows color (decimal): -11778728 or 5784908. OLE color: 5784908.
HSL color Cylindrical-coordinate representation of color #4C4558: hue angle of 262.11º 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 #4C4558 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 69 | 88 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.65 |
| HSL | 262.11º | 0.12% | 0.31% | - |
| HSV(B) | 262.11º | 0.22% | 0.35% | - |
| XYZ | 6.87 | 6.5 | 10.12 | - |
| YUV | 73.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 88 | 0.14 | 0.22 | 0 | 0.65 | 262.11 | 0.12 | 0.31 |
| Hex | 4C | 45 | 58 | E | 16 | 0 | 41 | 106 | C | 1F |
| Octal | 114 | 105 | 130 | 16 | 26 | 0 | 101 | 406 | 14 | 37 |
| Binary | 1001100 | 1000101 | 1011000 | 1110 | 10110 | 0 | 1000001 | 100000110 | 1100 | 11111 |
Color Harmonies of #4C4558
Complementary color
Monochromatic Colors of #4C4558
Black with #4C4558
Text Example
Text Example
White with #4C4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4558; }
p { color: rgb(76,69,88); }
H1.HeaderClassName
{
color: #4C4558;
}
.AnyTagClassName
{
color: #4C4558;
}
</style>
background-color css
<style>
a { background-color: #4C4558; }
a { background-color: rgb(76,69,88); }
div.DivClassName
{
background-color: #4C4558;
}
.BgClassName
{
background-color: #4C4558;
}
</style>
border-color css
<style>
span { border-color: #4C4558; }
span { border-color: rgb(76,69,88); }
td.TdClassName
{
border-color: #4C4558;
}
.TagClassName
{
border-color: #4C4558;
}
</style>