Shades of Mulled Wine #4C475F
Tints of Mulled Wine #4C475F
RGB
CMYK
RGB Variations
Color information
#4C475F (or 0x4C475F) is known color: Mulled Wine. HEX triplet: 4C, 47 and 5F. RGB value is (76,71,95). Sum of RGB (Red+Green+Blue) = 76+71+95=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C475F is #B3B8A0. Grayscale: #4B4B4B. Windows color (decimal): -11778209 or 6244172. OLE color: 6244172.
HSL color Cylindrical-coordinate representation of color #4C475F: hue angle of 252.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C475F is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 71 | 95 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.63 |
| HSL | 252.5º | 0.14% | 0.33% | - |
| HSV(B) | 252.5º | 0.25% | 0.37% | - |
| XYZ | 7.3 | 6.87 | 11.77 | - |
| YUV | 75.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 71 | 95 | 0.20 | 0.25 | 0 | 0.63 | 252.5 | 0.14 | 0.33 |
| Hex | 4C | 47 | 5F | 14 | 19 | 0 | 3F | FD | E | 21 |
| Octal | 114 | 107 | 137 | 24 | 31 | 0 | 77 | 375 | 16 | 41 |
| Binary | 1001100 | 1000111 | 1011111 | 10100 | 11001 | 0 | 111111 | 11111101 | 1110 | 100001 |
Color Harmonies of #4C475F
Complementary color
Monochromatic Colors of #4C475F
Black with #4C475F
Text Example
Text Example
White with #4C475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C475F; }
p { color: rgb(76,71,95); }
H1.HeaderClassName
{
color: #4C475F;
}
.AnyTagClassName
{
color: #4C475F;
}
</style>
background-color css
<style>
a { background-color: #4C475F; }
a { background-color: rgb(76,71,95); }
div.DivClassName
{
background-color: #4C475F;
}
.BgClassName
{
background-color: #4C475F;
}
</style>
border-color css
<style>
span { border-color: #4C475F; }
span { border-color: rgb(76,71,95); }
td.TdClassName
{
border-color: #4C475F;
}
.TagClassName
{
border-color: #4C475F;
}
</style>