Skip to main content Skip to docs navigation

#417aaa 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 Blue Triumph and its hex is #4376AB Nearest Color Name

Color Hue/Base color: Blue

Hex #417aaa Color code in RGB color code model is created after adding 25.49% red color, 47.84% green color and 66.67% blue color. Hex #417aaa Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 28% magenta, 0% yellow and 33.33% black.

Hex #417aaa color code is between #447799 web safe hex color code and #3388bb web safe hex color code. #447799 is the nearest web safe color code. You can see here many more shades of #417aaa color code.

RGB Chart

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

Color Table

Hex Color Code 417aaa #417aaa
RGB Decimal 65, 122, 170 65, 122, 170
RGB Percent 25%, 48%, 67% rgb(25%, 48%, 67%)
CSS RGBa 65, 122, 170,1 rgba(65,122,170,1)
CMYK Model cmyk(62%,28%,0%,33.33%)
HSL Color Space 207,45% ,46% hsl(207,45% ,46%)
HSV Color Space 207°, 62%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 01111010 10101010
Octal 101 172 252
Decimal 65 122 170
Hex 41 7a aa

Different shades of #417aaa color code.

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

Darkest of #417aaa
#172b3b
Darker of #417aaa
#254560
Dark of #417aaa
#336085
Base of #417aaa
#417aaa
Light of #417aaa
#5d93c1
Lighter
#82accf
Lightest
#a7c4dd

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

#417aaa
#aa7141

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

Split Complementary

#417aaa
#aa4146
#aaa641

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

Analogous Color

#41aa9d
#41a6aa
#417aaa
#4157aa
#5741aa

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

#417aaa
#7aaa41
#aa417a

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

#417aaa
#aa417a
#aa7141
#41aa71

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

#417aaa
#a641aa
#aa7141
#46aa41

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 #417aaa

#091016
#172b3b
#254560
#336085
#417aaa
#5d93c1
#82accf
#a7c4dd
#ccddeb

Tints of #417aaa Color

#417aaa
#5688b3
#6b97bc
#80a6c6
#95b5cf
#aac3d9
#bfd2e2
#d4e1ec
#e9f0f5
#ffffff

Shades of #417aaa color code

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

#417aaa
#396c97
#325e84
#2b5171
#24435e
#1c364b
#152838
#0e1b25
#070d12
#000000

Tones

#417aaa
#597893
#70767b
#767676
#767676

Tones

Similar Color like #417aaa color

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

#427bab
#437cac
#447dad
#457eae
#467faf
#4780b0
#4881b1
#4982b2
#4a83b3
#4b84b4
#4c85b5
#4d86b6
#4e87b7
#4f88b8
#4079a9
#3f78a8
#3e77a7
#3d76a6
#3c75a5
#3b74a4
#3a73a3
#3972a2
#3871a1
#3770a0
#366f9f
#356e9e
#346d9d
#336c9c

Download this Dark Blue

Hex #417aaa 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.

#417aaa Color Code Preview on Black Background Color

This is how #417aaa Color will look on black background color. Color contrast ratio is 4.59

#417aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #417aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #417aaa

#417aaa color code is use for CSS Background Color

Background color for the above div is #417aaa

HTML with inline CSS

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

#417aaa color code is use for CSS Border Color

CSS Border color for the above div is #417aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #417aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #417aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #417aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #417aaa

HTML with inline CSS

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

#417aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#417aaa Color code Preview on White Background

This is how #417aaa Color code will look on white background color. Color contrast ratio is 4.58

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

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(65,122,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,113,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,122,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }