Skip to main content Skip to docs navigation

#446CCF hex color | Han Blue | 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

Color Hue/Base color: Blue

Hex #446CCF Color Code is also known as | Han Blue color.

Hex #446CCF Color code in RGB color code model is created after adding 26.67% red color, 42.35% green color and 81.18% blue color. Hex #446CCF Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 48% magenta, 0% yellow and 18.82% black.

Hex #446CCF color code is between #3366cc web safe hex color code and #5577dd web safe hex color code. #3366cc is the nearest web safe color code. You can see here many more shades of #446CCF color code.

RGB Chart

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

Color Table

Hex Color Code 446CCF #446CCF
RGB Decimal 68, 108, 207 68, 108, 207
RGB Percent 27%, 42%, 81% rgb(27%, 42%, 81%)
CSS RGBa 68, 108, 207,1 rgba(68,108,207,1)
CMYK Model cmyk(67%,48%,0%,18.82%)
HSL Color Space 223,59% ,54% hsl(223,59% ,54%)
HSV Color Space 223°, 67%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 01101100 11001111
Octal 104 154 317
Decimal 68 108 207
Hex 44 6C CF

Different shades of #446CCF color code.

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

Darkest of #446CCF
#192e61
Darker of #446CCF
#23418a
Dark of #446CCF
#2e54b2
Base of #446CCF
#446ccf
Light of #446CCF
#6d8cd9
Lighter
#95ace4
Lightest
#beccee

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

#446ccf
#cfa744

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

Split Complementary

#446CCF
#cf6144
#b2cf44

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

Analogous Color

#44bdcf
#44a6cf
#446ccf
#4a44cf
#8444cf

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

#446CCF
#6ccf44
#cf446c

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

#446CCF
#cf446c
#cfa744
#44cfa7

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

#446CCF
#cf44b2
#cfa744
#44cf61

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

#0f1b38
#192e61
#23418a
#2e54b2
#446ccf
#6d8cd9
#95ace4
#beccee
#e6ecf9

Tints of #446CCF Color

#446ccf
#587cd4
#6d8cd9
#829ddf
#97ade4
#abbde9
#c0ceef
#d5def4
#eaeef9
#ffffff

Shades of #446CCF color code

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

#446ccf
#3c60b8
#3454a1
#2d488a
#253c73
#1e305c
#162445
#0f182e
#070c17
#000000

Tones

#446ccf
#5b76b7
#7380a0
#898989
#898989

Tones

Similar Color like #446CCF color

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

#456dd0
#466ed1
#476fd2
#4870d3
#4971d4
#4a72d5
#4b73d6
#4c74d7
#4d75d8
#4e76d9
#4f77da
#5078db
#5179dc
#527add
#436bce
#426acd
#4169cc
#4068cb
#3f67ca
#3e66c9
#3d65c8
#3c64c7
#3b63c6
#3a62c5
#3961c4
#3860c3
#375fc2
#365ec1

Download this Dark Blue

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

#446CCF Color Code Preview on Black Background Color

This is how #446CCF Color will look on black background color. Color contrast ratio is 4.29

#446CCF in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#446CCF color code is use for CSS Background Color

Background color for the above div is #446CCF

HTML with inline CSS

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

#446CCF color code is use for CSS Border Color

CSS Border color for the above div is #446CCF

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#446CCF hex Color code used as CSS color Codes

Example CSS Class for usage

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

#446CCF Color code Preview on White Background

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

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

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