Shades of Mulled Wine #4A4356
Tints of Mulled Wine #4A4356
RGB
CMYK
RGB Variations
Color information
#4A4356 (or 0x4A4356) is known color: Mulled Wine. HEX triplet: 4A, 43 and 56. RGB value is (74,67,86). Sum of RGB (Red+Green+Blue) = 74+67+86=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4356 is #B5BCA9. Grayscale: #474747. Windows color (decimal): -11910314 or 5653322. OLE color: 5653322.
HSL color Cylindrical-coordinate representation of color #4A4356: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A4356 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 67 | 86 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.66 |
| HSL | 262.11º | 0.12% | 0.3% | - |
| HSV(B) | 262.11º | 0.22% | 0.34% | - |
| XYZ | 6.51 | 6.14 | 9.65 | - |
| YUV | 71.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 86 | 0.14 | 0.22 | 0 | 0.66 | 262.11 | 0.12 | 0.3 |
| Hex | 4A | 43 | 56 | E | 16 | 0 | 42 | 106 | C | 1E |
| Octal | 112 | 103 | 126 | 16 | 26 | 0 | 102 | 406 | 14 | 36 |
| Binary | 1001010 | 1000011 | 1010110 | 1110 | 10110 | 0 | 1000010 | 100000110 | 1100 | 11110 |
Color Harmonies of #4A4356
Complementary color
Monochromatic Colors of #4A4356
Black with #4A4356
Text Example
Text Example
White with #4A4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4356; }
p { color: rgb(74,67,86); }
H1.HeaderClassName
{
color: #4A4356;
}
.AnyTagClassName
{
color: #4A4356;
}
</style>
background-color css
<style>
a { background-color: #4A4356; }
a { background-color: rgb(74,67,86); }
div.DivClassName
{
background-color: #4A4356;
}
.BgClassName
{
background-color: #4A4356;
}
</style>
border-color css
<style>
span { border-color: #4A4356; }
span { border-color: rgb(74,67,86); }
td.TdClassName
{
border-color: #4A4356;
}
.TagClassName
{
border-color: #4A4356;
}
</style>