Skip to main content Skip to docs navigation

#448aaa 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 Underwater Moonlight and its hex is #4488AA Nearest Color Name

Color Hue/Base color: Blue

Hex #448aaa Color code in RGB color code model is created after adding 26.67% red color, 54.12% green color and 66.67% blue color. Hex #448aaa Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 19% magenta, 0% yellow and 33.33% black.

Hex #448aaa color code is between #338899 web safe hex color code and #5599bb web safe hex color code. #338899 is the nearest web safe color code. You can see here many more shades of #448aaa color code.

RGB Chart

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

Color Table

Hex Color Code 448aaa #448aaa
RGB Decimal 68, 138, 170 68, 138, 170
RGB Percent 27%, 54%, 67% rgb(27%, 54%, 67%)
CSS RGBa 68, 138, 170,1 rgba(68,138,170,1)
CMYK Model cmyk(60%,19%,0%,33.33%)
HSL Color Space 199,43% ,47% hsl(199,43% ,47%)
HSV Color Space 199°, 60%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 10001010 10101010
Octal 104 212 252
Decimal 68 138 170
Hex 44 8a aa

Different shades of #448aaa color code.

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

Darkest of #448aaa
#18313d
Darker of #448aaa
#274f61
Dark of #448aaa
#356c86
Base of #448aaa
#448aaa
Light of #448aaa
#61a2c0
Lighter
#86b8ce
Lightest
#aacddd

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

#448aaa
#aa6444

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

Split Complementary

#448aaa
#aa4457
#aa9744

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

Analogous Color

#44aa8f
#44aaa0
#448aaa
#4468aa
#4a44aa

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

#448aaa
#8aaa44
#aa448a

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

#448aaa
#aa448a
#aa6444
#44aa64

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

#448aaa
#9744aa
#aa6444
#57aa44

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 #448aaa

#0a1418
#18313d
#274f61
#356c86
#448aaa
#61a2c0
#86b8ce
#aacddd
#cee2ec

Tints of #448aaa Color

#448aaa
#5897b3
#6da4bc
#82b1c6
#97becf
#abcbd9
#c0d8e2
#d5e5ec
#eaf2f5
#ffffff

Shades of #448aaa color code

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

#448aaa
#3c7a97
#346b84
#2d5c71
#254c5e
#1e3d4b
#162e38
#0f1e25
#070f12
#000000

Tones

#448aaa
#5c8192
#74787a
#777777
#777777

Tones

Similar Color like #448aaa color

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

#458bab
#468cac
#478dad
#488eae
#498faf
#4a90b0
#4b91b1
#4c92b2
#4d93b3
#4e94b4
#4f95b5
#5096b6
#5197b7
#5298b8
#4389a9
#4288a8
#4187a7
#4086a6
#3f85a5
#3e84a4
#3d83a3
#3c82a2
#3b81a1
#3a80a0
#397f9f
#387e9e
#377d9d
#367c9c

Download this Dark Blue

Hex #448aaa 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.

#448aaa Color Code Preview on Black Background Color

This is how #448aaa Color will look on black background color. Color contrast ratio is 5.46

#448aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #448aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #448aaa

#448aaa color code is use for CSS Background Color

Background color for the above div is #448aaa

HTML with inline CSS

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

#448aaa color code is use for CSS Border Color

CSS Border color for the above div is #448aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #448aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #448aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #448aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #448aaa

HTML with inline CSS

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

#448aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#448aaa Color code Preview on White Background

This is how #448aaa Color code will look on white background color. Color contrast ratio is 3.85

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

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