Shades of Mulled Wine #4C4857
Tints of Mulled Wine #4C4857
RGB
CMYK
RGB Variations
Color information
#4C4857 (or 0x4C4857) is known color: Mulled Wine. HEX triplet: 4C, 48 and 57. RGB value is (76,72,87). Sum of RGB (Red+Green+Blue) = 76+72+87=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C4857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4857 is #B3B7A8. Grayscale: #4A4A4A. Windows color (decimal): -11777961 or 5720140. OLE color: 5720140.
HSL color Cylindrical-coordinate representation of color #4C4857: hue angle of 256º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C4857 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 72 | 87 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.66 |
| HSL | 256º | 0.09% | 0.31% | - |
| HSV(B) | 256º | 0.17% | 0.34% | - |
| XYZ | 7.02 | 6.86 | 9.97 | - |
| YUV | 74.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 87 | 0.13 | 0.17 | 0 | 0.66 | 256 | 0.09 | 0.31 |
| Hex | 4C | 48 | 57 | D | 11 | 0 | 42 | 100 | 9 | 1F |
| Octal | 114 | 110 | 127 | 15 | 21 | 0 | 102 | 400 | 11 | 37 |
| Binary | 1001100 | 1001000 | 1010111 | 1101 | 10001 | 0 | 1000010 | 100000000 | 1001 | 11111 |
Color Harmonies of #4C4857
Complementary color
Monochromatic Colors of #4C4857
Black with #4C4857
Text Example
Text Example
White with #4C4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4857; }
p { color: rgb(76,72,87); }
H1.HeaderClassName
{
color: #4C4857;
}
.AnyTagClassName
{
color: #4C4857;
}
</style>
background-color css
<style>
a { background-color: #4C4857; }
a { background-color: rgb(76,72,87); }
div.DivClassName
{
background-color: #4C4857;
}
.BgClassName
{
background-color: #4C4857;
}
</style>
border-color css
<style>
span { border-color: #4C4857; }
span { border-color: rgb(76,72,87); }
td.TdClassName
{
border-color: #4C4857;
}
.TagClassName
{
border-color: #4C4857;
}
</style>