Shades of Purple Taupe #4C464B
Tints of Purple Taupe #4C464B
RGB
CMYK
RGB Variations
Color information
#4C464B (or 0x4C464B) is known color: Purple Taupe. HEX triplet: 4C, 46 and 4B. RGB value is (76,70,75). Sum of RGB (Red+Green+Blue) = 76+70+75=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 76 - color contains mainly: red. Hex color #4C464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C464B is #B3B9B4. Grayscale: #484848. Windows color (decimal): -11778485 or 4933196. OLE color: 4933196.
HSL color Cylindrical-coordinate representation of color #4C464B: hue angle of 310º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C464B is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 75 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.70 |
| HSL | 310º | 0.04% | 0.29% | - |
| HSV(B) | 310º | 0.08% | 0.3% | - |
| XYZ | 6.44 | 6.42 | 7.56 | - |
| YUV | 72.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 75 | 0 | 0.08 | 0.01 | 0.70 | 310 | 0.04 | 0.29 |
| Hex | 4C | 46 | 4B | 0 | 8 | 1 | 46 | 136 | 4 | 1D |
| Octal | 114 | 106 | 113 | 0 | 10 | 1 | 106 | 466 | 4 | 35 |
| Binary | 1001100 | 1000110 | 1001011 | 0 | 1000 | 1 | 1000110 | 100110110 | 100 | 11101 |
Color Harmonies of #4C464B
Complementary color
Monochromatic Colors of #4C464B
Black with #4C464B
Text Example
Text Example
White with #4C464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C464B; }
p { color: rgb(76,70,75); }
H1.HeaderClassName
{
color: #4C464B;
}
.AnyTagClassName
{
color: #4C464B;
}
</style>
background-color css
<style>
a { background-color: #4C464B; }
a { background-color: rgb(76,70,75); }
div.DivClassName
{
background-color: #4C464B;
}
.BgClassName
{
background-color: #4C464B;
}
</style>
border-color css
<style>
span { border-color: #4C464B; }
span { border-color: rgb(76,70,75); }
td.TdClassName
{
border-color: #4C464B;
}
.TagClassName
{
border-color: #4C464B;
}
</style>