Shades of Mulled Wine #4A464E
Tints of Mulled Wine #4A464E
RGB
CMYK
RGB Variations
Color information
#4A464E (or 0x4A464E) is known color: Mulled Wine. HEX triplet: 4A, 46 and 4E. RGB value is (74,70,78). Sum of RGB (Red+Green+Blue) = 74+70+78=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A464E is #B5B9B1. Grayscale: #484848. Windows color (decimal): -11909554 or 5129802. OLE color: 5129802.
HSL color Cylindrical-coordinate representation of color #4A464E: hue angle of 270º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4A464E is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 70 | 78 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.69 |
| HSL | 270º | 0.05% | 0.29% | - |
| HSV(B) | 270º | 0.1% | 0.31% | - |
| XYZ | 6.39 | 6.39 | 8.1 | - |
| YUV | 72.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 78 | 0.05 | 0.10 | 0 | 0.69 | 270 | 0.05 | 0.29 |
| Hex | 4A | 46 | 4E | 5 | A | 0 | 45 | 10E | 5 | 1D |
| Octal | 112 | 106 | 116 | 5 | 12 | 0 | 105 | 416 | 5 | 35 |
| Binary | 1001010 | 1000110 | 1001110 | 101 | 1010 | 0 | 1000101 | 100001110 | 101 | 11101 |
Color Harmonies of #4A464E
Complementary color
Monochromatic Colors of #4A464E
Black with #4A464E
Text Example
Text Example
White with #4A464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A464E; }
p { color: rgb(74,70,78); }
H1.HeaderClassName
{
color: #4A464E;
}
.AnyTagClassName
{
color: #4A464E;
}
</style>
background-color css
<style>
a { background-color: #4A464E; }
a { background-color: rgb(74,70,78); }
div.DivClassName
{
background-color: #4A464E;
}
.BgClassName
{
background-color: #4A464E;
}
</style>
border-color css
<style>
span { border-color: #4A464E; }
span { border-color: rgb(74,70,78); }
td.TdClassName
{
border-color: #4A464E;
}
.TagClassName
{
border-color: #4A464E;
}
</style>