Skip to main content Skip to docs navigation

#474147 hex color | Download Dark Grey BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Midnight Escape and its hex is #403C40 Nearest Color Name

Color Hue/Base color: Grey

Hex #474147 Color code in RGB color code model is created after adding 27.84% red color, 25.49% green color and 27.84% blue color. Hex #474147 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 8% magenta, 0% yellow and 72.16% black.

Hex #474147 color code is between #444444 web safe hex color code and #553355 web safe hex color code. #444444 is the nearest web safe color code. You can see here many more shades of #474147 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 474147 #474147
RGB Decimal 71, 65, 71 71, 65, 71
RGB Percent 28%, 25%, 28% rgb(28%, 25%, 28%)
CSS RGBa 71, 65, 71,1 rgba(71,65,71,1)
CMYK Model cmyk(0%,8%,0%,72.16%)
HSL Color Space 300,4% ,27% hsl(300,4% ,27%)
HSV Color Space 300°, 8%, 28%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01000111 01000001 01000111
Octal 107 101 107
Decimal 71 65 71
Hex 47 41 47

Different shades of #474147 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #474147
#000000
Darker of #474147
#121012
Dark of #474147
#2c292c
Base of #474147
#474147
Light of #474147
#625962
Lighter
#7c727c
Lightest
#958c95

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#474147
#414741

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#474147
#444741
#414744

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#444147
#454147
#474147
#474145
#474143

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#474147
#414747
#474741

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#474147
#474741
#414741
#414147

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#474147
#474441
#414741
#414447

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #474147

#000000
#000000
#121012
#2c292c
#474147
#625962
#7c727c
#958c95
#aea6ae

Tints of #474147 Color

#474147
#5b565b
#6f6b6f
#848084
#989598
#adaaad
#c1bfc1
#d6d4d6
#eae9ea
#ffffff

Shades of #474147 color code

Generate more color scales with scales (color stack) generator.

#474147
#3f393f
#373237
#2f2b2f
#272427
#1f1c1f
#171517
#0f0e0f
#070707
#000000

Tones

#474147
#444444
#444444
#444444
#444444

Tones

Similar Color like #474147 color

Find visually similar hex color codes nearing to #474147 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#484248
#494349
#4a444a
#4b454b
#4c464c
#4d474d
#4e484e
#4f494f
#504a50
#514b51
#524c52
#534d53
#544e54
#554f55
#464046
#453f45
#443e44
#433d43
#423c42
#413b41
#403a40
#3f393f
#3e383e
#3d373d
#3c363c
#3b353b
#3a343a
#393339

Download this Dark Grey

Hex #474147 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#474147 Color Code Preview on Black Background Color

This is how #474147 Color will look on black background color. Color contrast ratio is 2.12

#474147 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#474147">Your Example Paragraph content text in with font color #474147 </p>

Your Example Paragraph content text in with font color #474147

HTML with inline CSS

<div style="color:#474147">Your Paragraph text in with font color #474147 </div>

Your Example Paragraph content text in with font color #474147

#474147 color code is use for CSS Background Color

Background color for the above div is #474147

HTML with inline CSS

<div style="background-color:#474147;"></div>

#474147 color code is use for CSS Border Color

CSS Border color for the above div is #474147

HTML with inline CSS

<div style="border:5px solid #474147;"></div>

CSS Border Left color for the above div is #474147

HTML with inline CSS

<div style="border-left:5px solid #474147;"></div>

CSS Border Right color for the above div is #474147

HTML with inline CSS

<div style="border-right:5px solid #474147;"></div>

CSS Border Bottom color for the above div is #474147

HTML with inline CSS

<div style="border-bottom:5px solid #474147;"></div>

CSS Border Top color for the above div is #474147

HTML with inline CSS

<div style="border-top:5px solid #474147;"></div>

#474147 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#474147; } .examplecolorclass {color:#474147; } .examplebordercolor {border:3px solid #474147; }

#474147 Color code Preview on White Background

This is how #474147 Color code will look on white background color. Color contrast ratio is 9.93

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #474147; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #474147; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(71,65,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,71,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,65,71,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }