Shades of Mulled Wine #4C4855
Tints of Mulled Wine #4C4855
RGB
CMYK
RGB Variations
Color information
#4C4855 (or 0x4C4855) is known color: Mulled Wine. HEX triplet: 4C, 48 and 55. RGB value is (76,72,85). Sum of RGB (Red+Green+Blue) = 76+72+85=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4855 is #B3B7AA. Grayscale: #4A4A4A. Windows color (decimal): -11777963 or 5589068. OLE color: 5589068.
HSL color Cylindrical-coordinate representation of color #4C4855: hue angle of 258.46º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C4855 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 72 | 85 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.67 |
| HSL | 258.46º | 0.08% | 0.31% | - |
| HSV(B) | 258.46º | 0.15% | 0.33% | - |
| XYZ | 6.94 | 6.83 | 9.55 | - |
| YUV | 74.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 85 | 0.11 | 0.15 | 0 | 0.67 | 258.46 | 0.08 | 0.31 |
| Hex | 4C | 48 | 55 | B | F | 0 | 43 | 102 | 8 | 1F |
| Octal | 114 | 110 | 125 | 13 | 17 | 0 | 103 | 402 | 10 | 37 |
| Binary | 1001100 | 1001000 | 1010101 | 1011 | 1111 | 0 | 1000011 | 100000010 | 1000 | 11111 |
Color Harmonies of #4C4855
Complementary color
Monochromatic Colors of #4C4855
Black with #4C4855
Text Example
Text Example
White with #4C4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4855; }
p { color: rgb(76,72,85); }
H1.HeaderClassName
{
color: #4C4855;
}
.AnyTagClassName
{
color: #4C4855;
}
</style>
background-color css
<style>
a { background-color: #4C4855; }
a { background-color: rgb(76,72,85); }
div.DivClassName
{
background-color: #4C4855;
}
.BgClassName
{
background-color: #4C4855;
}
</style>
border-color css
<style>
span { border-color: #4C4855; }
span { border-color: rgb(76,72,85); }
td.TdClassName
{
border-color: #4C4855;
}
.TagClassName
{
border-color: #4C4855;
}
</style>