Shipyard
#4f6f85
Shipyard, represented by the hex value #4f6f85, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4f6f85 | |
|---|---|---|
| RGB | rgb(79, 111, 133) | |
| HSL | hsl(204, 25%, 42%) | |
| CMYK | cmyk(41%, 17%, 0%, 48%) | |
| LAB | lab(45, -7, -16) | |
| OKLCH | oklch(0.53 0.051 239) |
Color harmonies
Tints & shades
Code snippets
color: #4f6f85;
background-color: #4f6f85;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4F6F85)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.44, blue: 0.52, alpha: 1.0)