Skip to main content Skip to docs navigation

#466fdf 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 Andrea Blue and its hex is #4477DD Nearest Color Name

Color Hue/Base color: Blue

Hex #466fdf Color code in RGB color code model is created after adding 27.45% red color, 43.53% green color and 87.45% blue color. Hex #466fdf Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 50% magenta, 0% yellow and 12.55% black.

Hex #466fdf color code is between #4477dd web safe hex color code and #5566ee web safe hex color code. #4477dd is the nearest web safe color code. You can see here many more shades of #466fdf color code.

RGB Chart

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

Color Table

Hex Color Code 466fdf #466fdf
RGB Decimal 70, 111, 223 70, 111, 223
RGB Percent 27%, 44%, 87% rgb(27%, 44%, 87%)
CSS RGBa 70, 111, 223,1 rgba(70,111,223,1)
CMYK Model cmyk(69%,50%,0%,12.55%)
HSL Color Space 224,71% ,57% hsl(224,71% ,57%)
HSV Color Space 224°, 69%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000110 01101111 11011111
Octal 106 157 337
Decimal 70 111 223
Hex 46 6f df

Different shades of #466fdf color code.

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

Darkest of #466fdf
#152f77
Darker of #466fdf
#1c40a3
Dark of #466fdf
#2451ce
Base of #466fdf
#466fdf
Light of #466fdf
#7191e7
Lighter
#9db3ee
Lightest
#c8d5f6

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

#466fdf
#dfb646

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

Split Complementary

#466fdf
#df6946
#bcdf46

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

Analogous Color

#46c8df
#46afdf
#466fdf
#5046df
#9046df

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

#466fdf
#6fdf46
#df466f

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

#466fdf
#df466f
#dfb646
#46dfb6

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

#466fdf
#df46bc
#dfb646
#46df69

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 #466fdf

#0d1e4c
#152f77
#1c40a3
#2451ce
#466fdf
#7191e7
#9db3ee
#c8d5f6
#f4f6fd

Tints of #466fdf Color

#466fdf
#5a7fe2
#6f8fe6
#839fe9
#98afed
#acbff0
#c1cff4
#d5dff7
#eaeffb
#ffffff

Shades of #466fdf color code

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

#466fdf
#3e62c6
#3656ad
#2e4a94
#263d7b
#1f3163
#17254a
#0f1831
#070c18
#000000

Tones

#466fdf
#5c79c9
#7183b4
#878d9e
#929292

Tones

Similar Color like #466fdf color

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

#4770e0
#4871e1
#4972e2
#4a73e3
#4b74e4
#4c75e5
#4d76e6
#4e77e7
#4f78e8
#5079e9
#517aea
#527beb
#537cec
#547ded
#456ede
#446ddd
#436cdc
#426bdb
#416ada
#4069d9
#3f68d8
#3e67d7
#3d66d6
#3c65d5
#3b64d4
#3a63d3
#3962d2
#3861d1

Download this Dark Blue

Hex #466fdf 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.

#466fdf Color Code Preview on Black Background Color

This is how #466fdf Color will look on black background color. Color contrast ratio is 4.60

#466fdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #466fdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #466fdf

#466fdf color code is use for CSS Background Color

Background color for the above div is #466fdf

HTML with inline CSS

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

#466fdf color code is use for CSS Border Color

CSS Border color for the above div is #466fdf

HTML with inline CSS

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

CSS Border Left color for the above div is #466fdf

HTML with inline CSS

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

CSS Border Right color for the above div is #466fdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #466fdf

HTML with inline CSS

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

CSS Border Top color for the above div is #466fdf

HTML with inline CSS

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

#466fdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#466fdf Color code Preview on White Background

This is how #466fdf Color code will look on white background color. Color contrast ratio is 4.57

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

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(70,111,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,182,70,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(70,111,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }