Shades of Purple Taupe #4A4749
Tints of Purple Taupe #4A4749
RGB
CMYK
RGB Variations
Color information
#4A4749 (or 0x4A4749) is known color: Purple Taupe. HEX triplet: 4A, 47 and 49. RGB value is (74,71,73). Sum of RGB (Red+Green+Blue) = 74+71+73=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4749 is #B5B8B6. Grayscale: #484848. Windows color (decimal): -11909303 or 4802378. OLE color: 4802378.
HSL color Cylindrical-coordinate representation of color #4A4749: hue angle of 320º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4A4749 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 71 | 73 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.71 |
| HSL | 320º | 0.02% | 0.28% | - |
| HSV(B) | 320º | 0.04% | 0.29% | - |
| XYZ | 6.28 | 6.44 | 7.22 | - |
| YUV | 72.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 73 | 0 | 0.04 | 0.01 | 0.71 | 320 | 0.02 | 0.28 |
| Hex | 4A | 47 | 49 | 0 | 4 | 1 | 47 | 140 | 2 | 1C |
| Octal | 112 | 107 | 111 | 0 | 4 | 1 | 107 | 500 | 2 | 34 |
| Binary | 1001010 | 1000111 | 1001001 | 0 | 100 | 1 | 1000111 | 101000000 | 10 | 11100 |
Color Harmonies of #4A4749
Complementary color
Monochromatic Colors of #4A4749
Black with #4A4749
Text Example
Text Example
White with #4A4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4749; }
p { color: rgb(74,71,73); }
H1.HeaderClassName
{
color: #4A4749;
}
.AnyTagClassName
{
color: #4A4749;
}
</style>
background-color css
<style>
a { background-color: #4A4749; }
a { background-color: rgb(74,71,73); }
div.DivClassName
{
background-color: #4A4749;
}
.BgClassName
{
background-color: #4A4749;
}
</style>
border-color css
<style>
span { border-color: #4A4749; }
span { border-color: rgb(74,71,73); }
td.TdClassName
{
border-color: #4A4749;
}
.TagClassName
{
border-color: #4A4749;
}
</style>