Shades of Mulled Wine #4C4854
Tints of Mulled Wine #4C4854
RGB
CMYK
RGB Variations
Color information
#4C4854 (or 0x4C4854) is known color: Mulled Wine. HEX triplet: 4C, 48 and 54. RGB value is (76,72,84). Sum of RGB (Red+Green+Blue) = 76+72+84=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C4854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4854 is #B3B7AB. Grayscale: #4A4A4A. Windows color (decimal): -11777964 or 5523532. OLE color: 5523532.
HSL color Cylindrical-coordinate representation of color #4C4854: hue angle of 260º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4854 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 72 | 84 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.67 |
| HSL | 260º | 0.08% | 0.31% | - |
| HSV(B) | 260º | 0.14% | 0.33% | - |
| XYZ | 6.9 | 6.81 | 9.34 | - |
| YUV | 74.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 84 | 0.10 | 0.14 | 0 | 0.67 | 260 | 0.08 | 0.31 |
| Hex | 4C | 48 | 54 | A | E | 0 | 43 | 104 | 8 | 1F |
| Octal | 114 | 110 | 124 | 12 | 16 | 0 | 103 | 404 | 10 | 37 |
| Binary | 1001100 | 1001000 | 1010100 | 1010 | 1110 | 0 | 1000011 | 100000100 | 1000 | 11111 |
Color Harmonies of #4C4854
Complementary color
Monochromatic Colors of #4C4854
Black with #4C4854
Text Example
Text Example
White with #4C4854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4854; }
p { color: rgb(76,72,84); }
H1.HeaderClassName
{
color: #4C4854;
}
.AnyTagClassName
{
color: #4C4854;
}
</style>
background-color css
<style>
a { background-color: #4C4854; }
a { background-color: rgb(76,72,84); }
div.DivClassName
{
background-color: #4C4854;
}
.BgClassName
{
background-color: #4C4854;
}
</style>
border-color css
<style>
span { border-color: #4C4854; }
span { border-color: rgb(76,72,84); }
td.TdClassName
{
border-color: #4C4854;
}
.TagClassName
{
border-color: #4C4854;
}
</style>