Skip to main content Skip to docs navigation

#4166ab 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 Waterline Blue and its hex is #436BAD Nearest Color Name

Color Hue/Base color: Blue

Hex #4166ab Color code in RGB color code model is created after adding 25.49% red color, 40% green color and 67.06% blue color. Hex #4166ab Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 40% magenta, 0% yellow and 32.94% black.

Hex #4166ab color code is between #4455aa web safe hex color code and #3377bb web safe hex color code. #4455aa is the nearest web safe color code. You can see here many more shades of #4166ab color code.

RGB Chart

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

Color Table

Hex Color Code 4166ab #4166ab
RGB Decimal 65, 102, 171 65, 102, 171
RGB Percent 25%, 40%, 67% rgb(25%, 40%, 67%)
CSS RGBa 65, 102, 171,1 rgba(65,102,171,1)
CMYK Model cmyk(62%,40%,0%,32.94%)
HSL Color Space 219,45% ,46% hsl(219,45% ,46%)
HSV Color Space 219°, 62%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 01100110 10101011
Octal 101 146 253
Decimal 65 102 171
Hex 41 66 ab

Different shades of #4166ab color code.

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

Darkest of #4166ab
#17243c
Darker of #4166ab
#253a61
Dark of #4166ab
#335086
Base of #4166ab
#4166ab
Light of #4166ab
#5d80c2
Lighter
#829dd0
Lightest
#a7bade

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

#4166ab
#ab8641

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

Split Complementary

#4166ab
#ab5141
#9bab41

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

Analogous Color

#41a4ab
#4192ab
#4166ab
#4143ab
#6b41ab

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

#4166ab
#66ab41
#ab4166

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

#4166ab
#ab4166
#ab8641
#41ab86

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

#4166ab
#ab419b
#ab8641
#41ab51

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 #4166ab

#090e17
#17243c
#253a61
#335086
#4166ab
#5d80c2
#829dd0
#a7bade
#ccd7ec

Tints of #4166ab Color

#4166ab
#5677b4
#6b88bd
#8099c7
#95aad0
#aabbd9
#bfcce3
#d4ddec
#e9eef5
#ffffff

Shades of #4166ab color code

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

#4166ab
#395a98
#324f85
#2b4472
#24385f
#1c2d4c
#152239
#0e1626
#070b13
#000000

Tones

#4166ab
#596d93
#70747c
#767676
#767676

Tones

Similar Color like #4166ab color

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

#4267ac
#4368ad
#4469ae
#456aaf
#466bb0
#476cb1
#486db2
#496eb3
#4a6fb4
#4b70b5
#4c71b6
#4d72b7
#4e73b8
#4f74b9
#4065aa
#3f64a9
#3e63a8
#3d62a7
#3c61a6
#3b60a5
#3a5fa4
#395ea3
#385da2
#375ca1
#365ba0
#355a9f
#34599e
#33589d

Download this Dark Blue

Hex #4166ab 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.

#4166ab Color Code Preview on Black Background Color

This is how #4166ab Color will look on black background color. Color contrast ratio is 3.71

#4166ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4166ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4166ab

#4166ab color code is use for CSS Background Color

Background color for the above div is #4166ab

HTML with inline CSS

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

#4166ab color code is use for CSS Border Color

CSS Border color for the above div is #4166ab

HTML with inline CSS

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

CSS Border Left color for the above div is #4166ab

HTML with inline CSS

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

CSS Border Right color for the above div is #4166ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4166ab

HTML with inline CSS

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

CSS Border Top color for the above div is #4166ab

HTML with inline CSS

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

#4166ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4166ab Color code Preview on White Background

This is how #4166ab Color code will look on white background color. Color contrast ratio is 5.66

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

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