Shades of Mulled Wine #4A4651
Tints of Mulled Wine #4A4651
RGB
CMYK
RGB Variations
Color information
#4A4651 (or 0x4A4651) is known color: Mulled Wine. HEX triplet: 4A, 46 and 51. RGB value is (74,70,81). Sum of RGB (Red+Green+Blue) = 74+70+81=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A4651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4651 is #B5B9AE. Grayscale: #484848. Windows color (decimal): -11909551 or 5326410. OLE color: 5326410.
HSL color Cylindrical-coordinate representation of color #4A4651: hue angle of 261.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4651 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 70 | 81 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.68 |
| HSL | 261.82º | 0.07% | 0.3% | - |
| HSV(B) | 261.82º | 0.14% | 0.32% | - |
| XYZ | 6.5 | 6.43 | 8.68 | - |
| YUV | 72.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 81 | 0.09 | 0.14 | 0 | 0.68 | 261.82 | 0.07 | 0.3 |
| Hex | 4A | 46 | 51 | 9 | E | 0 | 44 | 106 | 7 | 1E |
| Octal | 112 | 106 | 121 | 11 | 16 | 0 | 104 | 406 | 7 | 36 |
| Binary | 1001010 | 1000110 | 1010001 | 1001 | 1110 | 0 | 1000100 | 100000110 | 111 | 11110 |
Color Harmonies of #4A4651
Complementary color
Monochromatic Colors of #4A4651
Black with #4A4651
Text Example
Text Example
White with #4A4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4651; }
p { color: rgb(74,70,81); }
H1.HeaderClassName
{
color: #4A4651;
}
.AnyTagClassName
{
color: #4A4651;
}
</style>
background-color css
<style>
a { background-color: #4A4651; }
a { background-color: rgb(74,70,81); }
div.DivClassName
{
background-color: #4A4651;
}
.BgClassName
{
background-color: #4A4651;
}
</style>
border-color css
<style>
span { border-color: #4A4651; }
span { border-color: rgb(74,70,81); }
td.TdClassName
{
border-color: #4A4651;
}
.TagClassName
{
border-color: #4A4651;
}
</style>