Skip to main content Skip to docs navigation

#446c95 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 Queen Blue and its hex is #436B95 Nearest Color Name

Color Hue/Base color: Blue

Hex #446c95 Color code in RGB color code model is created after adding 26.67% red color, 42.35% green color and 58.43% blue color. Hex #446c95 Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 28% magenta, 0% yellow and 41.57% black.

Hex #446c95 color code is between #336699 web safe hex color code and #557788 web safe hex color code. #336699 is the nearest web safe color code. You can see here many more shades of #446c95 color code.

RGB Chart

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

Color Table

Hex Color Code 446c95 #446c95
RGB Decimal 68, 108, 149 68, 108, 149
RGB Percent 27%, 42%, 58% rgb(27%, 42%, 58%)
CSS RGBa 68, 108, 149,1 rgba(68,108,149,1)
CMYK Model cmyk(54%,28%,0%,41.57%)
HSL Color Space 210,37% ,43% hsl(210,37% ,43%)
HSV Color Space 210°, 54%, 58%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 01101100 10010101
Octal 104 154 225
Decimal 68 108 149
Hex 44 6c 95

Different shades of #446c95 color code.

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

Darkest of #446c95
#14202c
Darker of #446c95
#24394f
Dark of #446c95
#345372
Base of #446c95
#446c95
Light of #446c95
#5985b3
Lighter
#7c9fc3
Lightest
#9fb9d3

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

#446c95
#956d44

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

Split Complementary

#446c95
#954444
#959544

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

Analogous Color

#44958f
#448e95
#446c95
#445195
#594495

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

#446c95
#6c9544
#95446c

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

#446c95
#95446c
#956d44
#44956d

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

#446c95
#954495
#956d44
#449544

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 #446c95

#040609
#14202c
#24394f
#345372
#446c95
#5985b3
#7c9fc3
#9fb9d3
#c2d2e3

Tints of #446c95 Color

#446c95
#587ca0
#6d8cac
#829db8
#97adc4
#abbdcf
#c0cedb
#d5dee7
#eaeef3
#ffffff

Shades of #446c95 color code

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

#446c95
#3c6084
#345473
#2d4863
#253c52
#1e3042
#162431
#0f1821
#070c10
#000000

Tones

#446c95
#5a6c7f
#6d6d6d
#6d6d6d
#6d6d6d

Tones

Similar Color like #446c95 color

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

#456d96
#466e97
#476f98
#487099
#49719a
#4a729b
#4b739c
#4c749d
#4d759e
#4e769f
#4f77a0
#5078a1
#5179a2
#527aa3
#436b94
#426a93
#416992
#406891
#3f6790
#3e668f
#3d658e
#3c648d
#3b638c
#3a628b
#39618a
#386089
#375f88
#365e87

Download this Dark Blue

Hex #446c95 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.

#446c95 Color Code Preview on Black Background Color

This is how #446c95 Color will look on black background color. Color contrast ratio is 3.82

#446c95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #446c95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #446c95

#446c95 color code is use for CSS Background Color

Background color for the above div is #446c95

HTML with inline CSS

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

#446c95 color code is use for CSS Border Color

CSS Border color for the above div is #446c95

HTML with inline CSS

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

CSS Border Left color for the above div is #446c95

HTML with inline CSS

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

CSS Border Right color for the above div is #446c95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #446c95

HTML with inline CSS

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

CSS Border Top color for the above div is #446c95

HTML with inline CSS

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

#446c95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#446c95 Color code Preview on White Background

This is how #446c95 Color code will look on white background color. Color contrast ratio is 5.49

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

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