Shades of Mulled Wine #4C4058
Tints of Mulled Wine #4C4058
RGB
CMYK
RGB Variations
Color information
#4C4058 (or 0x4C4058) is known color: Mulled Wine. HEX triplet: 4C, 40 and 58. RGB value is (76,64,88). Sum of RGB (Red+Green+Blue) = 76+64+88=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C4058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4058 is #B3BFA7. Grayscale: #464646. Windows color (decimal): -11780008 or 5783628. OLE color: 5783628.
HSL color Cylindrical-coordinate representation of color #4C4058: hue angle of 270º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C4058 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 64 | 88 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.65 |
| HSL | 270º | 0.16% | 0.3% | - |
| HSV(B) | 270º | 0.27% | 0.35% | - |
| XYZ | 6.58 | 5.91 | 10.03 | - |
| YUV | 70.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 64 | 88 | 0.14 | 0.27 | 0 | 0.65 | 270 | 0.16 | 0.3 |
| Hex | 4C | 40 | 58 | E | 1B | 0 | 41 | 10E | 10 | 1E |
| Octal | 114 | 100 | 130 | 16 | 33 | 0 | 101 | 416 | 20 | 36 |
| Binary | 1001100 | 1000000 | 1011000 | 1110 | 11011 | 0 | 1000001 | 100001110 | 10000 | 11110 |
Color Harmonies of #4C4058
Complementary color
Monochromatic Colors of #4C4058
Black with #4C4058
Text Example
Text Example
White with #4C4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4058; }
p { color: rgb(76,64,88); }
H1.HeaderClassName
{
color: #4C4058;
}
.AnyTagClassName
{
color: #4C4058;
}
</style>
background-color css
<style>
a { background-color: #4C4058; }
a { background-color: rgb(76,64,88); }
div.DivClassName
{
background-color: #4C4058;
}
.BgClassName
{
background-color: #4C4058;
}
</style>
border-color css
<style>
span { border-color: #4C4058; }
span { border-color: rgb(76,64,88); }
td.TdClassName
{
border-color: #4C4058;
}
.TagClassName
{
border-color: #4C4058;
}
</style>