Skip to main content Skip to docs navigation

#474d64 hex color | Download Dark Blue 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 Darkshore and its hex is #464964 Nearest Color Name

Color Hue/Base color: Blue

Hex #474d64 Color code in RGB color code model is created after adding 27.84% red color, 30.2% green color and 39.22% blue color. Hex #474d64 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 23% magenta, 0% yellow and 60.78% black.

Hex #474d64 color code is between #445566 web safe hex color code and #554455 web safe hex color code. #445566 is the nearest web safe color code. You can see here many more shades of #474d64 color code.

RGB Chart

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

Color Table

Hex Color Code 474d64 #474d64
RGB Decimal 71, 77, 100 71, 77, 100
RGB Percent 28%, 30%, 39% rgb(28%, 30%, 39%)
CSS RGBa 71, 77, 100,1 rgba(71,77,100,1)
CMYK Model cmyk(29%,23%,0%,60.78%)
HSL Color Space 228,17% ,34% hsl(228,17% ,34%)
HSV Color Space 228°, 29%, 39%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000111 01001101 01100100
Octal 107 115 144
Decimal 71 77 100
Hex 47 4d 64

Different shades of #474d64 color code.

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

Darkest of #474d64
#07080b
Darker of #474d64
#1d1f28
Dark of #474d64
#323646
Base of #474d64
#474d64
Light of #474d64
#5c6482
Lighter
#747d9d
Lightest
#9299b2

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

#474d64
#645e47

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

Split Complementary

#474d64
#645047
#5c6447

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

Analogous Color

#475e64
#475964
#474d64
#4b4764
#574764

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

#474d64
#4d6447
#64474d

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

#474d64
#64474d
#645e47
#47645e

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

#474d64
#64475c
#645e47
#476450

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 #474d64

#000000
#07080b
#1d1f28
#323646
#474d64
#5c6482
#747d9d
#9299b2
#b0b5c7

Tints of #474d64 Color

#474d64
#5b6075
#6f7486
#848897
#989ca8
#adafba
#c1c3cb
#d6d7dc
#eaebed
#ffffff

Shades of #474d64 color code

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

#474d64
#3f4458
#373b4d
#2f3342
#272a37
#1f222c
#171921
#0f1116
#07080b
#000000

Tones

#474d64
#565656
#565656
#565656
#565656

Tones

Similar Color like #474d64 color

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

#484e65
#494f66
#4a5067
#4b5168
#4c5269
#4d536a
#4e546b
#4f556c
#50566d
#51576e
#52586f
#535970
#545a71
#555b72
#464c63
#454b62
#444a61
#434960
#42485f
#41475e
#40465d
#3f455c
#3e445b
#3d435a
#3c4259
#3b4158
#3a4057
#393f56

Download this Dark Blue

Hex #474d64 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.

#474d64 Color Code Preview on Black Background Color

This is how #474d64 Color will look on black background color. Color contrast ratio is 2.51

#474d64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #474d64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #474d64

#474d64 color code is use for CSS Background Color

Background color for the above div is #474d64

HTML with inline CSS

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

#474d64 color code is use for CSS Border Color

CSS Border color for the above div is #474d64

HTML with inline CSS

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

CSS Border Left color for the above div is #474d64

HTML with inline CSS

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

CSS Border Right color for the above div is #474d64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #474d64

HTML with inline CSS

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

CSS Border Top color for the above div is #474d64

HTML with inline CSS

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

#474d64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#474d64 Color code Preview on White Background

This is how #474d64 Color code will look on white background color. Color contrast ratio is 8.35

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 #474d64; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #474d64; }

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,77,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(100,94,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,77,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }