Shades of Purple Taupe #4C444A
Tints of Purple Taupe #4C444A
RGB
CMYK
RGB Variations
Color information
#4C444A (or 0x4C444A) is known color: Purple Taupe. HEX triplet: 4C, 44 and 4A. RGB value is (76,68,74). Sum of RGB (Red+Green+Blue) = 76+68+74=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 76 - color contains mainly: red. Hex color #4C444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C444A is #B3BBB5. Grayscale: #474747. Windows color (decimal): -11778998 or 4867148. OLE color: 4867148.
HSL color Cylindrical-coordinate representation of color #4C444A: hue angle of 315º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C444A is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 68 | 74 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.70 |
| HSL | 315º | 0.06% | 0.28% | - |
| HSV(B) | 315º | 0.11% | 0.3% | - |
| XYZ | 6.28 | 6.17 | 7.34 | - |
| YUV | 71.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 68 | 74 | 0 | 0.11 | 0.03 | 0.70 | 315 | 0.06 | 0.28 |
| Hex | 4C | 44 | 4A | 0 | B | 3 | 46 | 13B | 6 | 1C |
| Octal | 114 | 104 | 112 | 0 | 13 | 3 | 106 | 473 | 6 | 34 |
| Binary | 1001100 | 1000100 | 1001010 | 0 | 1011 | 11 | 1000110 | 100111011 | 110 | 11100 |
Color Harmonies of #4C444A
Complementary color
Monochromatic Colors of #4C444A
Black with #4C444A
Text Example
Text Example
White with #4C444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C444A; }
p { color: rgb(76,68,74); }
H1.HeaderClassName
{
color: #4C444A;
}
.AnyTagClassName
{
color: #4C444A;
}
</style>
background-color css
<style>
a { background-color: #4C444A; }
a { background-color: rgb(76,68,74); }
div.DivClassName
{
background-color: #4C444A;
}
.BgClassName
{
background-color: #4C444A;
}
</style>
border-color css
<style>
span { border-color: #4C444A; }
span { border-color: rgb(76,68,74); }
td.TdClassName
{
border-color: #4C444A;
}
.TagClassName
{
border-color: #4C444A;
}
</style>