Stellar
#46647e
Looking for the precise values behind Stellar (#46647e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #46647e | |
|---|---|---|
| RGB | rgb(70, 100, 126) | |
| HSL | hsl(208, 29%, 38%) | |
| CMYK | cmyk(44%, 21%, 0%, 51%) | |
| LAB | lab(41, -6, -18) | |
| OKLCH | oklch(0.49 0.055 245) |
Color harmonies
Tints & shades
Code snippets
color: #46647e;
background-color: #46647e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF46647E)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.39, blue: 0.49, alpha: 1.0)