Shades of Mulled Wine #4A4156
Tints of Mulled Wine #4A4156
RGB
CMYK
RGB Variations
Color information
#4A4156 (or 0x4A4156) is known color: Mulled Wine. HEX triplet: 4A, 41 and 56. RGB value is (74,65,86). Sum of RGB (Red+Green+Blue) = 74+65+86=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4156 is #B5BEA9. Grayscale: #464646. Windows color (decimal): -11910826 or 5652810. OLE color: 5652810.
HSL color Cylindrical-coordinate representation of color #4A4156: hue angle of 265.71º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A4156 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 65 | 86 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.66 |
| HSL | 265.71º | 0.14% | 0.3% | - |
| HSV(B) | 265.71º | 0.24% | 0.34% | - |
| XYZ | 6.39 | 5.91 | 9.61 | - |
| YUV | 70.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 86 | 0.14 | 0.24 | 0 | 0.66 | 265.71 | 0.14 | 0.3 |
| Hex | 4A | 41 | 56 | E | 18 | 0 | 42 | 10A | E | 1E |
| Octal | 112 | 101 | 126 | 16 | 30 | 0 | 102 | 412 | 16 | 36 |
| Binary | 1001010 | 1000001 | 1010110 | 1110 | 11000 | 0 | 1000010 | 100001010 | 1110 | 11110 |
Color Harmonies of #4A4156
Complementary color
Monochromatic Colors of #4A4156
Black with #4A4156
Text Example
Text Example
White with #4A4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4156; }
p { color: rgb(74,65,86); }
H1.HeaderClassName
{
color: #4A4156;
}
.AnyTagClassName
{
color: #4A4156;
}
</style>
background-color css
<style>
a { background-color: #4A4156; }
a { background-color: rgb(74,65,86); }
div.DivClassName
{
background-color: #4A4156;
}
.BgClassName
{
background-color: #4A4156;
}
</style>
border-color css
<style>
span { border-color: #4A4156; }
span { border-color: rgb(74,65,86); }
td.TdClassName
{
border-color: #4A4156;
}
.TagClassName
{
border-color: #4A4156;
}
</style>