Dampened Black
#4a4747
Dampened Black, represented by the hex value #4a4747, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4a4747 | |
|---|---|---|
| RGB | rgb(74, 71, 71) | |
| HSL | hsl(0, 2%, 28%) | |
| CMYK | cmyk(0%, 4%, 4%, 71%) | |
| LAB | lab(30, 1, 0) | |
| OKLCH | oklch(0.4 0.004 17) |
Color harmonies
Tints & shades
Code snippets
color: #4a4747;
background-color: #4a4747;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF4A4747)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.28, blue: 0.28, alpha: 1.0)