Shades of Mulled Wine #4C4755
Tints of Mulled Wine #4C4755
RGB
CMYK
RGB Variations
Color information
#4C4755 (or 0x4C4755) is known color: Mulled Wine. HEX triplet: 4C, 47 and 55. RGB value is (76,71,85). Sum of RGB (Red+Green+Blue) = 76+71+85=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C4755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4755 is #B3B8AA. Grayscale: #4A4A4A. Windows color (decimal): -11778219 or 5588812. OLE color: 5588812.
HSL color Cylindrical-coordinate representation of color #4C4755: hue angle of 261.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4755 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 71 | 85 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.67 |
| HSL | 261.43º | 0.09% | 0.31% | - |
| HSV(B) | 261.43º | 0.16% | 0.33% | - |
| XYZ | 6.87 | 6.7 | 9.53 | - |
| YUV | 74.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 85 | 0.11 | 0.16 | 0 | 0.67 | 261.43 | 0.09 | 0.31 |
| Hex | 4C | 47 | 55 | B | 10 | 0 | 43 | 105 | 9 | 1F |
| Octal | 114 | 107 | 125 | 13 | 20 | 0 | 103 | 405 | 11 | 37 |
| Binary | 1001100 | 1000111 | 1010101 | 1011 | 10000 | 0 | 1000011 | 100000101 | 1001 | 11111 |
Color Harmonies of #4C4755
Complementary color
Monochromatic Colors of #4C4755
Black with #4C4755
Text Example
Text Example
White with #4C4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4755; }
p { color: rgb(76,71,85); }
H1.HeaderClassName
{
color: #4C4755;
}
.AnyTagClassName
{
color: #4C4755;
}
</style>
background-color css
<style>
a { background-color: #4C4755; }
a { background-color: rgb(76,71,85); }
div.DivClassName
{
background-color: #4C4755;
}
.BgClassName
{
background-color: #4C4755;
}
</style>
border-color css
<style>
span { border-color: #4C4755; }
span { border-color: rgb(76,71,85); }
td.TdClassName
{
border-color: #4C4755;
}
.TagClassName
{
border-color: #4C4755;
}
</style>