Color #47474F

HEX

#47474F

RGB

(71, 71, 79)

Quick Actions

Color Values

Color Space Values
RGB
R: 71, G: 71, B: 79 (28%, 28%, 31%)
CMYK C: 10%, M: 10%, Y: 0%, K: 69%
HSL H: 240°, S: 5%, L: 29%
HSV H: 240°, S: 10%, V: 31%
CIE-LAB L: 30.42, a: 1.82, b: -4.76
CIE-LCH L: 30.42, C: 5.1, H: 290.92
Hunter-Lab L: 25.32, a: -1.04, b: -5.23
Web Safe
#333366
Complementary
#4f4f47

#47474F is a color with RGB values of 71 red, 71 green, and 79 blue (28%, 28%, 31% respectively). In the CMYK color space, it consists of 10% cyan, 10% magenta, 0% yellow, and 69% black. The color has a hue angle of 240°, 5% saturation, and 29% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #333366. The complementary color is #4f4f47, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #47474F

Explore different variations of #47474F including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #47474F. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #47474F

Explore different color combinations and harmonies that work well with #47474F.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #47474F

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #47474F

Text with #47474F

This text has a font color of #47474F.

<span style="color:#47474F;">Text here</span>
.text { color: #47474F; }

#47474F background color

This paragraph has a background color of #47474F.

<p style="background-color:#47474F;">Content here</p>
.background { background-color: #47474F; }

#47474F border color

This element has a border color of #47474F.
<div style="border:1px solid #47474F;">Content here</div>
.border { border: 1px solid #47474F; }

#47474F box shadow

This element has a box shadow using #47474F.
<div style="box-shadow: 0 4px 6px -1px #47474F80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #47474F80; }
Copied to clipboard!