What is the RGB code for metallic blue?
The CSS color metallic blue in RGB format is rgb(79, 115, 142). 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: rgb(79, 115, 142);
- Background: background-color: rgb(79, 115, 142);
- Border: border-color: rgb(79, 115, 142);
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 RGB?
Select metallic blue from the color name list in our color converter. The RGB value — rgb(79, 115, 142) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.