Shades of Mulled Wine #4A444F
Tints of Mulled Wine #4A444F
RGB
CMYK
RGB Variations
Color information
#4A444F (or 0x4A444F) is known color: Mulled Wine. HEX triplet: 4A, 44 and 4F. RGB value is (74,68,79). Sum of RGB (Red+Green+Blue) = 74+68+79=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A444F is #B5BBB0. Grayscale: #474747. Windows color (decimal): -11910065 or 5194826. OLE color: 5194826.
HSL color Cylindrical-coordinate representation of color #4A444F: hue angle of 272.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A444F is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 68 | 79 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.69 |
| HSL | 272.73º | 0.07% | 0.29% | - |
| HSV(B) | 272.73º | 0.14% | 0.31% | - |
| XYZ | 6.3 | 6.15 | 8.25 | - |
| YUV | 71.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 79 | 0.06 | 0.14 | 0 | 0.69 | 272.73 | 0.07 | 0.29 |
| Hex | 4A | 44 | 4F | 6 | E | 0 | 45 | 111 | 7 | 1D |
| Octal | 112 | 104 | 117 | 6 | 16 | 0 | 105 | 421 | 7 | 35 |
| Binary | 1001010 | 1000100 | 1001111 | 110 | 1110 | 0 | 1000101 | 100010001 | 111 | 11101 |
Color Harmonies of #4A444F
Complementary color
Monochromatic Colors of #4A444F
Black with #4A444F
Text Example
Text Example
White with #4A444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A444F; }
p { color: rgb(74,68,79); }
H1.HeaderClassName
{
color: #4A444F;
}
.AnyTagClassName
{
color: #4A444F;
}
</style>
background-color css
<style>
a { background-color: #4A444F; }
a { background-color: rgb(74,68,79); }
div.DivClassName
{
background-color: #4A444F;
}
.BgClassName
{
background-color: #4A444F;
}
</style>
border-color css
<style>
span { border-color: #4A444F; }
span { border-color: rgb(74,68,79); }
td.TdClassName
{
border-color: #4A444F;
}
.TagClassName
{
border-color: #4A444F;
}
</style>