Shades of Mulled Wine #4A474E
Tints of Mulled Wine #4A474E
RGB
CMYK
RGB Variations
Color information
#4A474E (or 0x4A474E) is known color: Mulled Wine. HEX triplet: 4A, 47 and 4E. RGB value is (74,71,78). Sum of RGB (Red+Green+Blue) = 74+71+78=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A474E is #B5B8B1. Grayscale: #484848. Windows color (decimal): -11909298 or 5130058. OLE color: 5130058.
HSL color Cylindrical-coordinate representation of color #4A474E: hue angle of 265.71º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A474E is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 71 | 78 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.69 |
| HSL | 265.71º | 0.05% | 0.29% | - |
| HSV(B) | 265.71º | 0.09% | 0.31% | - |
| XYZ | 6.45 | 6.51 | 8.12 | - |
| YUV | 72.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 78 | 0.05 | 0.09 | 0 | 0.69 | 265.71 | 0.05 | 0.29 |
| Hex | 4A | 47 | 4E | 5 | 9 | 0 | 45 | 10A | 5 | 1D |
| Octal | 112 | 107 | 116 | 5 | 11 | 0 | 105 | 412 | 5 | 35 |
| Binary | 1001010 | 1000111 | 1001110 | 101 | 1001 | 0 | 1000101 | 100001010 | 101 | 11101 |
Color Harmonies of #4A474E
Complementary color
Monochromatic Colors of #4A474E
Black with #4A474E
Text Example
Text Example
White with #4A474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A474E; }
p { color: rgb(74,71,78); }
H1.HeaderClassName
{
color: #4A474E;
}
.AnyTagClassName
{
color: #4A474E;
}
</style>
background-color css
<style>
a { background-color: #4A474E; }
a { background-color: rgb(74,71,78); }
div.DivClassName
{
background-color: #4A474E;
}
.BgClassName
{
background-color: #4A474E;
}
</style>
border-color css
<style>
span { border-color: #4A474E; }
span { border-color: rgb(74,71,78); }
td.TdClassName
{
border-color: #4A474E;
}
.TagClassName
{
border-color: #4A474E;
}
</style>