Shades of Purple Taupe #4A4448
Tints of Purple Taupe #4A4448
RGB
CMYK
RGB Variations
Color information
#4A4448 (or 0x4A4448) is known color: Purple Taupe. HEX triplet: 4A, 44 and 48. RGB value is (74,68,72). Sum of RGB (Red+Green+Blue) = 74+68+72=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 68 (26.95% from 255 or 31.78% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4448 is #B5BBB7. Grayscale: #464646. Windows color (decimal): -11910072 or 4736074. OLE color: 4736074.
HSL color Cylindrical-coordinate representation of color #4A4448: hue angle of 320º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4A4448 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 68 | 72 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.71 |
| HSL | 320º | 0.04% | 0.28% | - |
| HSV(B) | 320º | 0.08% | 0.29% | - |
| XYZ | 6.06 | 6.06 | 6.98 | - |
| YUV | 70.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 68 | 72 | 0 | 0.08 | 0.03 | 0.71 | 320 | 0.04 | 0.28 |
| Hex | 4A | 44 | 48 | 0 | 8 | 3 | 47 | 140 | 4 | 1C |
| Octal | 112 | 104 | 110 | 0 | 10 | 3 | 107 | 500 | 4 | 34 |
| Binary | 1001010 | 1000100 | 1001000 | 0 | 1000 | 11 | 1000111 | 101000000 | 100 | 11100 |
Color Harmonies of #4A4448
Complementary color
Monochromatic Colors of #4A4448
Black with #4A4448
Text Example
Text Example
White with #4A4448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4448; }
p { color: rgb(74,68,72); }
H1.HeaderClassName
{
color: #4A4448;
}
.AnyTagClassName
{
color: #4A4448;
}
</style>
background-color css
<style>
a { background-color: #4A4448; }
a { background-color: rgb(74,68,72); }
div.DivClassName
{
background-color: #4A4448;
}
.BgClassName
{
background-color: #4A4448;
}
</style>
border-color css
<style>
span { border-color: #4A4448; }
span { border-color: rgb(74,68,72); }
td.TdClassName
{
border-color: #4A4448;
}
.TagClassName
{
border-color: #4A4448;
}
</style>