Hex Color #4A79AB - Custom Color

Color Codes

HEX
#4A79AB
RGB
rgb(74, 121, 171)
HSL
hsl(211, 40%, 48%)
CMYK
cmyk(57%, 29%, 0%, 33%)
HSV
hsv(211, 57%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.55:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.61:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #4A79AB;
color: #4A79AB;
border-color: #4A79AB;
}

Tailwind CSS (with arbitrary values)

bg-[#4A79AB]
text-[#4A79AB]
border-[#4A79AB]
// Example usage:
<div className="bg-[#4A79AB]">