Shades of Purple Taupe #4C4148
Tints of Purple Taupe #4C4148
RGB
CMYK
RGB Variations
Color information
#4C4148 (or 0x4C4148) is known color: Purple Taupe. HEX triplet: 4C, 41 and 48. RGB value is (76,65,72). Sum of RGB (Red+Green+Blue) = 76+65+72=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4148 is #B3BEB7. Grayscale: #454545. Windows color (decimal): -11779768 or 4735308. OLE color: 4735308.
HSL color Cylindrical-coordinate representation of color #4C4148: hue angle of 321.82º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C4148 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 65 | 72 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.70 |
| HSL | 321.82º | 0.08% | 0.28% | - |
| HSV(B) | 321.82º | 0.14% | 0.3% | - |
| XYZ | 6.04 | 5.78 | 6.93 | - |
| YUV | 69.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 72 | 0 | 0.14 | 0.05 | 0.70 | 321.82 | 0.08 | 0.28 |
| Hex | 4C | 41 | 48 | 0 | E | 5 | 46 | 142 | 8 | 1C |
| Octal | 114 | 101 | 110 | 0 | 16 | 5 | 106 | 502 | 10 | 34 |
| Binary | 1001100 | 1000001 | 1001000 | 0 | 1110 | 101 | 1000110 | 101000010 | 1000 | 11100 |
Color Harmonies of #4C4148
Complementary color
Monochromatic Colors of #4C4148
Black with #4C4148
Text Example
Text Example
White with #4C4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4148; }
p { color: rgb(76,65,72); }
H1.HeaderClassName
{
color: #4C4148;
}
.AnyTagClassName
{
color: #4C4148;
}
</style>
background-color css
<style>
a { background-color: #4C4148; }
a { background-color: rgb(76,65,72); }
div.DivClassName
{
background-color: #4C4148;
}
.BgClassName
{
background-color: #4C4148;
}
</style>
border-color css
<style>
span { border-color: #4C4148; }
span { border-color: rgb(76,65,72); }
td.TdClassName
{
border-color: #4C4148;
}
.TagClassName
{
border-color: #4C4148;
}
</style>