Shades of Purple Taupe #4A4049
Tints of Purple Taupe #4A4049
RGB
CMYK
RGB Variations
Color information
#4A4049 (or 0x4A4049) is known color: Purple Taupe. HEX triplet: 4A, 40 and 49. RGB value is (74,64,73). Sum of RGB (Red+Green+Blue) = 74+64+73=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4049 is #B5BFB6. Grayscale: #434343. Windows color (decimal): -11911095 or 4800586. OLE color: 4800586.
HSL color Cylindrical-coordinate representation of color #4A4049: hue angle of 306º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A4049 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 64 | 73 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.71 |
| HSL | 306º | 0.07% | 0.27% | - |
| HSV(B) | 306º | 0.14% | 0.29% | - |
| XYZ | 5.86 | 5.6 | 7.08 | - |
| YUV | 68.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 73 | 0 | 0.14 | 0.01 | 0.71 | 306 | 0.07 | 0.27 |
| Hex | 4A | 40 | 49 | 0 | E | 1 | 47 | 132 | 7 | 1B |
| Octal | 112 | 100 | 111 | 0 | 16 | 1 | 107 | 462 | 7 | 33 |
| Binary | 1001010 | 1000000 | 1001001 | 0 | 1110 | 1 | 1000111 | 100110010 | 111 | 11011 |
Color Harmonies of #4A4049
Complementary color
Monochromatic Colors of #4A4049
Black with #4A4049
Text Example
Text Example
White with #4A4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4049; }
p { color: rgb(74,64,73); }
H1.HeaderClassName
{
color: #4A4049;
}
.AnyTagClassName
{
color: #4A4049;
}
</style>
background-color css
<style>
a { background-color: #4A4049; }
a { background-color: rgb(74,64,73); }
div.DivClassName
{
background-color: #4A4049;
}
.BgClassName
{
background-color: #4A4049;
}
</style>
border-color css
<style>
span { border-color: #4A4049; }
span { border-color: rgb(74,64,73); }
td.TdClassName
{
border-color: #4A4049;
}
.TagClassName
{
border-color: #4A4049;
}
</style>