Dull blue to RGB — Color Code

#49759c
Format Value
HEX #49759c
RGB rgb(73, 117, 156)
HSL hsl(208.2, 36.2%, 44.9%)
CMYK cmyk(53.2%, 25%, 0%, 38.8%)
HSV hsv(208.2, 53.2%, 61.2%)

dull blue color harmonies

Tints & shades of dull blue

Tints (lighter)

#5a82a5 #6a8eae #7b9bb7 #8ba7c0 #9cb4c9 #acc0d2 #bdcddb #cdd9e4 #dee6ed #eef2f6

Shades (darker)

#426a8e #3c6080 #355571 #2e4a63 #284055 #213547 #1b2b39 #14202b #0d151c #070b0e

Contrast & accessibility

The quick brown fox

On white · 4.87:1 · AA

The quick brown fox

On black · 4.31:1 · AA Large

Recommended text color: #ffffff

Use dull blue in code

CSS color: #49759c;
SCSS $color: #49759c;
Tailwind bg-[#49759c]
Swift UIColor(red: 0.286, green: 0.459, blue: 0.612, alpha: 1)
Android Color.parseColor("#49759c")
Flutter Color(0xFF49759C)

Colors similar to dull blue

Browse all Blue colors →

What is the RGB code for dull blue?

The CSS color dull blue in RGB format is rgb(73, 117, 156). Use this value directly in CSS, SVG, and most design tools.

How do I use dull blue in CSS?

To apply dull blue in CSS:

  • Text color: color: rgb(73, 117, 156);
  • Background: background-color: rgb(73, 117, 156);
  • Border: border-color: rgb(73, 117, 156);

What are all the color format values for dull blue?

FormatValue
HEX#49759c
RGBrgb(73, 117, 156)
HSLhsl(208.2, 36.2%, 44.9%)
CMYKcmyk(53.2%, 25%, 0%, 38.8%)

How do I convert dull blue to RGB?

Select dull blue from the color name list in our color converter. The RGB value — rgb(73, 117, 156) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dull blue belong to?

dull blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 208.2°, saturation 36.2%, lightness 44.9%.

How do I create lighter and darker shades of dull blue?

Lighter variant (lightness 59.9%): #749bbe. Darker variant (lightness 29.9%): #314e68. 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.