What is the HEX code for metallic blue?
The CSS color metallic blue in HEX format is #4f738e. Use this value directly in CSS, SVG, and most design tools.
How do I use metallic blue in CSS?
To apply metallic blue in CSS:
- Text color: color: #4f738e;
- Background: background-color: #4f738e;
- Border: border-color: #4f738e;
What are all the color format values for metallic blue?
| Format | Value |
|---|---|
| HEX | #4f738e |
| RGB | rgb(79, 115, 142) |
| HSL | hsl(205.7, 28.5%, 43.3%) |
| CMYK | cmyk(44.4%, 19%, 0%, 44.3%) |
How do I convert metallic blue to HEX?
Select metallic blue from the color name list in our color converter. The HEX value — #4f738e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does metallic blue belong to?
metallic blue belongs to the blue color family. It is a medium, muted color with HSL values: hue 205.7°, saturation 28.5%, lightness 43.3%.
How do I create lighter and darker shades of metallic blue?
Lighter variant (lightness 58.3%): #7699b3. Darker variant (lightness 28.299999999999997%): #344b5d. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.