Shades of Mulled Wine #4C4255
Tints of Mulled Wine #4C4255
RGB
CMYK
RGB Variations
Color information
#4C4255 (or 0x4C4255) is known color: Mulled Wine. HEX triplet: 4C, 42 and 55. RGB value is (76,66,85). Sum of RGB (Red+Green+Blue) = 76+66+85=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4255 is #B3BDAA. Grayscale: #474747. Windows color (decimal): -11779499 or 5587532. OLE color: 5587532.
HSL color Cylindrical-coordinate representation of color #4C4255: hue angle of 271.58º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C4255 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 66 | 85 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.67 |
| HSL | 271.58º | 0.13% | 0.3% | - |
| HSV(B) | 271.58º | 0.22% | 0.33% | - |
| XYZ | 6.57 | 6.09 | 9.42 | - |
| YUV | 71.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 66 | 85 | 0.11 | 0.22 | 0 | 0.67 | 271.58 | 0.13 | 0.3 |
| Hex | 4C | 42 | 55 | B | 16 | 0 | 43 | 110 | D | 1E |
| Octal | 114 | 102 | 125 | 13 | 26 | 0 | 103 | 420 | 15 | 36 |
| Binary | 1001100 | 1000010 | 1010101 | 1011 | 10110 | 0 | 1000011 | 100010000 | 1101 | 11110 |
Color Harmonies of #4C4255
Complementary color
Monochromatic Colors of #4C4255
Black with #4C4255
Text Example
Text Example
White with #4C4255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4255; }
p { color: rgb(76,66,85); }
H1.HeaderClassName
{
color: #4C4255;
}
.AnyTagClassName
{
color: #4C4255;
}
</style>
background-color css
<style>
a { background-color: #4C4255; }
a { background-color: rgb(76,66,85); }
div.DivClassName
{
background-color: #4C4255;
}
.BgClassName
{
background-color: #4C4255;
}
</style>
border-color css
<style>
span { border-color: #4C4255; }
span { border-color: rgb(76,66,85); }
td.TdClassName
{
border-color: #4C4255;
}
.TagClassName
{
border-color: #4C4255;
}
</style>