Shades of Mulled Wine #4A484D
Tints of Mulled Wine #4A484D
RGB
CMYK
RGB Variations
Color information
#4A484D (or 0x4A484D) is known color: Mulled Wine. HEX triplet: 4A, 48 and 4D. RGB value is (74,72,77). Sum of RGB (Red+Green+Blue) = 74+72+77=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A484D is #B5B7B2. Grayscale: #494949. Windows color (decimal): -11909043 or 5064778. OLE color: 5064778.
HSL color Cylindrical-coordinate representation of color #4A484D: hue angle of 264º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4A484D is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 74 | 72 | 77 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.70 |
| HSL | 264º | 0.03% | 0.29% | - |
| HSV(B) | 264º | 0.06% | 0.3% | - |
| XYZ | 6.48 | 6.63 | 7.96 | - |
| YUV | 73.17 | 130.16 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 72 | 77 | 0.04 | 0.06 | 0 | 0.70 | 264 | 0.03 | 0.29 |
| Hex | 4A | 48 | 4D | 4 | 6 | 0 | 46 | 108 | 3 | 1D |
| Octal | 112 | 110 | 115 | 4 | 6 | 0 | 106 | 410 | 3 | 35 |
| Binary | 1001010 | 1001000 | 1001101 | 100 | 110 | 0 | 1000110 | 100001000 | 11 | 11101 |
Color Harmonies of #4A484D
Complementary color
Monochromatic Colors of #4A484D
Black with #4A484D
Text Example
Text Example
White with #4A484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A484D; }
p { color: rgb(74,72,77); }
H1.HeaderClassName
{
color: #4A484D;
}
.AnyTagClassName
{
color: #4A484D;
}
</style>
background-color css
<style>
a { background-color: #4A484D; }
a { background-color: rgb(74,72,77); }
div.DivClassName
{
background-color: #4A484D;
}
.BgClassName
{
background-color: #4A484D;
}
</style>
border-color css
<style>
span { border-color: #4A484D; }
span { border-color: rgb(74,72,77); }
td.TdClassName
{
border-color: #4A484D;
}
.TagClassName
{
border-color: #4A484D;
}
</style>