Shades of Mulled Wine #4C4653
Tints of Mulled Wine #4C4653
RGB
CMYK
RGB Variations
Color information
#4C4653 (or 0x4C4653) is known color: Mulled Wine. HEX triplet: 4C, 46 and 53. RGB value is (76,70,83). Sum of RGB (Red+Green+Blue) = 76+70+83=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4653 is #B3B9AC. Grayscale: #494949. Windows color (decimal): -11778477 or 5457484. OLE color: 5457484.
HSL color Cylindrical-coordinate representation of color #4C4653: hue angle of 267.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C4653 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 70 | 83 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.67 |
| HSL | 267.69º | 0.08% | 0.3% | - |
| HSV(B) | 267.69º | 0.16% | 0.33% | - |
| XYZ | 6.73 | 6.54 | 9.09 | - |
| YUV | 73.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 83 | 0.08 | 0.16 | 0 | 0.67 | 267.69 | 0.08 | 0.3 |
| Hex | 4C | 46 | 53 | 8 | 10 | 0 | 43 | 10C | 8 | 1E |
| Octal | 114 | 106 | 123 | 10 | 20 | 0 | 103 | 414 | 10 | 36 |
| Binary | 1001100 | 1000110 | 1010011 | 1000 | 10000 | 0 | 1000011 | 100001100 | 1000 | 11110 |
Color Harmonies of #4C4653
Complementary color
Monochromatic Colors of #4C4653
Black with #4C4653
Text Example
Text Example
White with #4C4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4653; }
p { color: rgb(76,70,83); }
H1.HeaderClassName
{
color: #4C4653;
}
.AnyTagClassName
{
color: #4C4653;
}
</style>
background-color css
<style>
a { background-color: #4C4653; }
a { background-color: rgb(76,70,83); }
div.DivClassName
{
background-color: #4C4653;
}
.BgClassName
{
background-color: #4C4653;
}
</style>
border-color css
<style>
span { border-color: #4C4653; }
span { border-color: rgb(76,70,83); }
td.TdClassName
{
border-color: #4C4653;
}
.TagClassName
{
border-color: #4C4653;
}
</style>