Shades of Mulled Wine #4C445A
Tints of Mulled Wine #4C445A
RGB
CMYK
RGB Variations
Color information
#4C445A (or 0x4C445A) is known color: Mulled Wine. HEX triplet: 4C, 44 and 5A. RGB value is (76,68,90). Sum of RGB (Red+Green+Blue) = 76+68+90=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C445A is #B3BBA5. Grayscale: #484848. Windows color (decimal): -11778982 or 5915724. OLE color: 5915724.
HSL color Cylindrical-coordinate representation of color #4C445A: hue angle of 261.82º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C445A is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 68 | 90 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.65 |
| HSL | 261.82º | 0.14% | 0.31% | - |
| HSV(B) | 261.82º | 0.24% | 0.35% | - |
| XYZ | 6.89 | 6.41 | 10.55 | - |
| YUV | 72.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 90 | 0.16 | 0.24 | 0 | 0.65 | 261.82 | 0.14 | 0.31 |
| Hex | 4C | 44 | 5A | 10 | 18 | 0 | 41 | 106 | E | 1F |
| Octal | 114 | 104 | 132 | 20 | 30 | 0 | 101 | 406 | 16 | 37 |
| Binary | 1001100 | 1000100 | 1011010 | 10000 | 11000 | 0 | 1000001 | 100000110 | 1110 | 11111 |
Color Harmonies of #4C445A
Complementary color
Monochromatic Colors of #4C445A
Black with #4C445A
Text Example
Text Example
White with #4C445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C445A; }
p { color: rgb(76,68,90); }
H1.HeaderClassName
{
color: #4C445A;
}
.AnyTagClassName
{
color: #4C445A;
}
</style>
background-color css
<style>
a { background-color: #4C445A; }
a { background-color: rgb(76,68,90); }
div.DivClassName
{
background-color: #4C445A;
}
.BgClassName
{
background-color: #4C445A;
}
</style>
border-color css
<style>
span { border-color: #4C445A; }
span { border-color: rgb(76,68,90); }
td.TdClassName
{
border-color: #4C445A;
}
.TagClassName
{
border-color: #4C445A;
}
</style>