Marengo Hex Code — #4C5866
RGB, HSL, and CMYK values for Marengo.
Marengo Color Values
| Format | Value |
|---|---|
| HEX | #4C5866 |
| RGB | rgb(76, 88, 102) |
| HSL | hsl(212, 15%, 35%) |
| CMYK | cmyk(25%, 14%, 0%, 60%) |
Want to explore more shades? Use our Color Converter
About Marengo
Color psychology: Depth, professionalism.
Marengo (#4C5866) is a dark shade of gray. It's commonly used in web design, graphic design, and branding where depth, professionalism are desired associations.
How to Use Marengo in CSS
/* Using HEX */ color: #4C5866; background-color: #4C5866; /* Using RGB */ color: rgb(76, 88, 102); /* Using HSL */ color: hsl(212, 15%, 35%);