Skip to main content Skip to docs navigation

#445166 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 Navy Damask and its hex is #425166 Nearest Color Name

Color Hue/Base color: Blue

Hex #445166 Color code in RGB color code model is created after adding 26.67% red color, 31.76% green color and 40% blue color. Hex #445166 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 21% magenta, 0% yellow and 60% black.

Hex #445166 color code is between #335555 web safe hex color code and #554477 web safe hex color code. #335555 is the nearest web safe color code. You can see here many more shades of #445166 color code.

RGB Chart

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

Color Table

Hex Color Code 445166 #445166
RGB Decimal 68, 81, 102 68, 81, 102
RGB Percent 27%, 32%, 40% rgb(27%, 32%, 40%)
CSS RGBa 68, 81, 102,1 rgba(68,81,102,1)
CMYK Model cmyk(33%,21%,0%,60%)
HSL Color Space 217,20% ,33% hsl(217,20% ,33%)
HSV Color Space 217°, 33%, 40%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 01010001 01100110
Octal 104 121 146
Decimal 68 81 102
Hex 44 51 66

Different shades of #445166 color code.

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

Darkest of #445166
#07080a
Darker of #445166
#1b2029
Dark of #445166
#303947
Base of #445166
#445166
Light of #445166
#586985
Lighter
#7082a0
Lightest
#8f9db4

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

#445166
#665944

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

Split Complementary

#445166
#664844
#626644

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

Analogous Color

#446566
#445f66
#445166
#444666
#504466

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

#445166
#516644
#664451

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

#445166
#664451
#665944
#446659

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

#445166
#664462
#665944
#446648

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 #445166

#000000
#07080a
#1b2029
#303947
#445166
#586985
#7082a0
#8f9db4
#adb8c9

Tints of #445166 Color

#445166
#586477
#6d7788
#828b99
#979eaa
#abb1bb
#c0c5cc
#d5d8dd
#eaebee
#ffffff

Shades of #445166 color code

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

#445166
#3c485a
#343f4f
#2d3644
#252d38
#1e242d
#161b22
#0f1216
#07090b
#000000

Tones

#445166
#555555
#555555
#555555
#555555

Tones

Similar Color like #445166 color

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

#455267
#465368
#475469
#48556a
#49566b
#4a576c
#4b586d
#4c596e
#4d5a6f
#4e5b70
#4f5c71
#505d72
#515e73
#525f74
#435065
#424f64
#414e63
#404d62
#3f4c61
#3e4b60
#3d4a5f
#3c495e
#3b485d
#3a475c
#39465b
#38455a
#374459
#364358

Download this Dark Blue

Hex #445166 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.

#445166 Color Code Preview on Black Background Color

This is how #445166 Color will look on black background color. Color contrast ratio is 2.61

#445166 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #445166

HTML with inline CSS

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

Your Example Paragraph content text in with font color #445166

#445166 color code is use for CSS Background Color

Background color for the above div is #445166

HTML with inline CSS

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

#445166 color code is use for CSS Border Color

CSS Border color for the above div is #445166

HTML with inline CSS

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

CSS Border Left color for the above div is #445166

HTML with inline CSS

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

CSS Border Right color for the above div is #445166

HTML with inline CSS

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

CSS Border Bottom color for the above div is #445166

HTML with inline CSS

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

CSS Border Top color for the above div is #445166

HTML with inline CSS

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

#445166 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#445166 Color code Preview on White Background

This is how #445166 Color code will look on white background color. Color contrast ratio is 8.03

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

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