Ocean Blue Hex Code — #4F42B5
RGB, HSL, and CMYK values for Ocean Blue.
Ocean Blue Color Values
| Format | Value |
|---|---|
| HEX | #4F42B5 |
| RGB | rgb(79, 66, 181) |
| HSL | hsl(247, 47%, 48%) |
| CMYK | cmyk(56%, 64%, 0%, 29%) |
Want to explore more shades? Use our Color Converter
About Ocean Blue
Color psychology: Depth, mystery, adventure.
Ocean Blue (#4F42B5) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where depth, mystery, adventure are desired associations.
How to Use Ocean Blue in CSS
/* Using HEX */ color: #4F42B5; background-color: #4F42B5; /* Using RGB */ color: rgb(79, 66, 181); /* Using HSL */ color: hsl(247, 47%, 48%);