Shades of Mulled Wine #4C455A
Tints of Mulled Wine #4C455A
RGB
CMYK
RGB Variations
Color information
#4C455A (or 0x4C455A) is known color: Mulled Wine. HEX triplet: 4C, 45 and 5A. RGB value is (76,69,90). Sum of RGB (Red+Green+Blue) = 76+69+90=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C455A is #B3BAA5. Grayscale: #494949. Windows color (decimal): -11778726 or 5915980. OLE color: 5915980.
HSL color Cylindrical-coordinate representation of color #4C455A: hue angle of 260º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C455A is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 69 | 90 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.65 |
| HSL | 260º | 0.13% | 0.31% | - |
| HSV(B) | 260º | 0.23% | 0.35% | - |
| XYZ | 6.95 | 6.53 | 10.57 | - |
| YUV | 73.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 90 | 0.16 | 0.23 | 0 | 0.65 | 260 | 0.13 | 0.31 |
| Hex | 4C | 45 | 5A | 10 | 17 | 0 | 41 | 104 | D | 1F |
| Octal | 114 | 105 | 132 | 20 | 27 | 0 | 101 | 404 | 15 | 37 |
| Binary | 1001100 | 1000101 | 1011010 | 10000 | 10111 | 0 | 1000001 | 100000100 | 1101 | 11111 |
Color Harmonies of #4C455A
Complementary color
Monochromatic Colors of #4C455A
Black with #4C455A
Text Example
Text Example
White with #4C455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C455A; }
p { color: rgb(76,69,90); }
H1.HeaderClassName
{
color: #4C455A;
}
.AnyTagClassName
{
color: #4C455A;
}
</style>
background-color css
<style>
a { background-color: #4C455A; }
a { background-color: rgb(76,69,90); }
div.DivClassName
{
background-color: #4C455A;
}
.BgClassName
{
background-color: #4C455A;
}
</style>
border-color css
<style>
span { border-color: #4C455A; }
span { border-color: rgb(76,69,90); }
td.TdClassName
{
border-color: #4C455A;
}
.TagClassName
{
border-color: #4C455A;
}
</style>