Seven Seas
#4a5c6a
Looking for the precise values behind Seven Seas (#4a5c6a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4a5c6a | |
|---|---|---|
| RGB | rgb(74, 92, 106) | |
| HSL | hsl(206, 18%, 35%) | |
| CMYK | cmyk(30%, 13%, 0%, 58%) | |
| LAB | lab(38, -4, -10) | |
| OKLCH | oklch(0.47 0.032 242) |
Color harmonies
Tints & shades
Code snippets
color: #4a5c6a;
background-color: #4a5c6a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4A5C6A)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.36, blue: 0.42, alpha: 1.0)