Shades of Mulled Wine #4C4657
Tints of Mulled Wine #4C4657
RGB
CMYK
RGB Variations
Color information
#4C4657 (or 0x4C4657) is known color: Mulled Wine. HEX triplet: 4C, 46 and 57. RGB value is (76,70,87). Sum of RGB (Red+Green+Blue) = 76+70+87=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C4657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4657 is #B3B9A8. Grayscale: #494949. Windows color (decimal): -11778473 or 5719628. OLE color: 5719628.
HSL color Cylindrical-coordinate representation of color #4C4657: hue angle of 261.18º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C4657 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 70 | 87 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.66 |
| HSL | 261.18º | 0.11% | 0.31% | - |
| HSV(B) | 261.18º | 0.2% | 0.34% | - |
| XYZ | 6.89 | 6.6 | 9.93 | - |
| YUV | 73.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 87 | 0.13 | 0.20 | 0 | 0.66 | 261.18 | 0.11 | 0.31 |
| Hex | 4C | 46 | 57 | D | 14 | 0 | 42 | 105 | B | 1F |
| Octal | 114 | 106 | 127 | 15 | 24 | 0 | 102 | 405 | 13 | 37 |
| Binary | 1001100 | 1000110 | 1010111 | 1101 | 10100 | 0 | 1000010 | 100000101 | 1011 | 11111 |
Color Harmonies of #4C4657
Complementary color
Monochromatic Colors of #4C4657
Black with #4C4657
Text Example
Text Example
White with #4C4657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4657; }
p { color: rgb(76,70,87); }
H1.HeaderClassName
{
color: #4C4657;
}
.AnyTagClassName
{
color: #4C4657;
}
</style>
background-color css
<style>
a { background-color: #4C4657; }
a { background-color: rgb(76,70,87); }
div.DivClassName
{
background-color: #4C4657;
}
.BgClassName
{
background-color: #4C4657;
}
</style>
border-color css
<style>
span { border-color: #4C4657; }
span { border-color: rgb(76,70,87); }
td.TdClassName
{
border-color: #4C4657;
}
.TagClassName
{
border-color: #4C4657;
}
</style>