Skip to main content Skip to docs navigation

#472eff 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 Ultra Indigo and its hex is #4433FF Nearest Color Name

Color Hue/Base color: Blue

Hex #472eff Color code in RGB color code model is created after adding 27.84% red color, 18.04% green color and 100% blue color. Hex #472eff Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 82% magenta, 0% yellow and 0% black.

Hex #472eff color code is between #4433ee web safe hex color code and #5522dd web safe hex color code. #4433ee is the nearest web safe color code. You can see here many more shades of #472eff color code.

RGB Chart

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

Color Table

Hex Color Code 472eff #472eff
RGB Decimal 71, 46, 255 71, 46, 255
RGB Percent 28%, 18%, 100% rgb(28%, 18%, 100%)
CSS RGBa 71, 46, 255,1 rgba(71,46,255,1)
CMYK Model cmyk(72%,82%,0%,0%)
HSL Color Space 247,100% ,59% hsl(247,100% ,59%)
HSV Color Space 247°, 82%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000111 00101110 11111111
Octal 107 56 377
Decimal 71 46 255
Hex 47 2e ff

Different shades of #472eff color code.

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

Darkest of #472eff
#120094
Darker of #472eff
#1800c7
Dark of #472eff
#1e00fa
Base of #472eff
#472eff
Light of #472eff
#7461ff
Lighter
#a194ff
Lightest
#cec7ff

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

#472eff
#e6ff2e

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

Split Complementary

#472eff
#ffb02e
#7dff2e

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

Analogous Color

#2e8fff
#2e6cff
#472eff
#8d2eff
#e42eff

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

#472eff
#2eff47
#ff472e

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

#472eff
#ff472e
#e6ff2e
#2ee6ff

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

#472eff
#ff2e7d
#e6ff2e
#2effb0

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 #472eff

#0c0061
#120094
#1800c7
#1e00fa
#472eff
#7461ff
#a194ff
#cec7ff
#fbfaff

Tints of #472eff Color

#472eff
#5b45ff
#6f5cff
#8473ff
#988aff
#ada2ff
#c1b9ff
#d6d0ff
#eae7ff
#ffffff

Shades of #472eff color code

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

#472eff
#3f28e2
#3723c6
#2f1eaa
#27198d
#1f1471
#170f55
#0f0a38
#07051c
#000000

Tones

#472eff
#5743ea
#6758d5
#776dc0
#8782ab

Tones

Similar Color like #472eff color

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

#482fff
#4930ff
#4a31ff
#4b32ff
#4c33ff
#4d34ff
#4e35ff
#4f36ff
#5037ff
#5138ff
#5239ff
#533aff
#543bff
#553cff
#462dfe
#452cfd
#442bfc
#432afb
#4229fa
#4128f9
#4027f8
#3f26f7
#3e25f6
#3d24f5
#3c23f4
#3b22f3
#3a21f2
#3920f1

Download this Dark Blue

Hex #472eff 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.

#472eff Color Code Preview on Black Background Color

This is how #472eff Color will look on black background color. Color contrast ratio is 3.10

#472eff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #472eff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #472eff

#472eff color code is use for CSS Background Color

Background color for the above div is #472eff

HTML with inline CSS

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

#472eff color code is use for CSS Border Color

CSS Border color for the above div is #472eff

HTML with inline CSS

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

CSS Border Left color for the above div is #472eff

HTML with inline CSS

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

CSS Border Right color for the above div is #472eff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #472eff

HTML with inline CSS

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

CSS Border Top color for the above div is #472eff

HTML with inline CSS

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

#472eff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#472eff Color code Preview on White Background

This is how #472eff Color code will look on white background color. Color contrast ratio is 6.77

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

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