Meteorite
#4a3b6a
Meteorite, represented by the hex value #4a3b6a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4a3b6a | |
|---|---|---|
| RGB | rgb(74, 59, 106) | |
| HSL | hsl(259, 28%, 32%) | |
| CMYK | cmyk(30%, 44%, 0%, 58%) | |
| LAB | lab(28, 15, -25) | |
| OKLCH | oklch(0.39 0.079 297) |
Color harmonies
Tints & shades
Code snippets
color: #4a3b6a;
background-color: #4a3b6a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF4A3B6A)
/* Swift / UIKit */
UIColor(red: 0.29, green: 0.23, blue: 0.42, alpha: 1.0)