Shades of Mulled Wine #4C4155
Tints of Mulled Wine #4C4155
RGB
CMYK
RGB Variations
Color information
#4C4155 (or 0x4C4155) is known color: Mulled Wine. HEX triplet: 4C, 41 and 55. RGB value is (76,65,85). Sum of RGB (Red+Green+Blue) = 76+65+85=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4155 is #B3BEAA. Grayscale: #464646. Windows color (decimal): -11779755 or 5587276. OLE color: 5587276.
HSL color Cylindrical-coordinate representation of color #4C4155: hue angle of 273º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C4155 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 65 | 85 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.67 |
| HSL | 273º | 0.13% | 0.29% | - |
| HSV(B) | 273º | 0.24% | 0.33% | - |
| XYZ | 6.51 | 5.97 | 9.4 | - |
| YUV | 70.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 85 | 0.11 | 0.24 | 0 | 0.67 | 273 | 0.13 | 0.29 |
| Hex | 4C | 41 | 55 | B | 18 | 0 | 43 | 111 | D | 1D |
| Octal | 114 | 101 | 125 | 13 | 30 | 0 | 103 | 421 | 15 | 35 |
| Binary | 1001100 | 1000001 | 1010101 | 1011 | 11000 | 0 | 1000011 | 100010001 | 1101 | 11101 |
Color Harmonies of #4C4155
Complementary color
Monochromatic Colors of #4C4155
Black with #4C4155
Text Example
Text Example
White with #4C4155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4155; }
p { color: rgb(76,65,85); }
H1.HeaderClassName
{
color: #4C4155;
}
.AnyTagClassName
{
color: #4C4155;
}
</style>
background-color css
<style>
a { background-color: #4C4155; }
a { background-color: rgb(76,65,85); }
div.DivClassName
{
background-color: #4C4155;
}
.BgClassName
{
background-color: #4C4155;
}
</style>
border-color css
<style>
span { border-color: #4C4155; }
span { border-color: rgb(76,65,85); }
td.TdClassName
{
border-color: #4C4155;
}
.TagClassName
{
border-color: #4C4155;
}
</style>