Skip to main content Skip to docs navigation

#4091cb 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 Blessed Blue and its hex is #4499CC Nearest Color Name

Color Hue/Base color: Blue

Hex #4091cb Color code in RGB color code model is created after adding 25.1% red color, 56.86% green color and 79.61% blue color. Hex #4091cb Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 29% magenta, 0% yellow and 20.39% black.

Hex #4091cb color code is between #4499cc web safe hex color code and #3388bb web safe hex color code. #4499cc is the nearest web safe color code. You can see here many more shades of #4091cb color code.

RGB Chart

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

Color Table

Hex Color Code 4091cb #4091cb
RGB Decimal 64, 145, 203 64, 145, 203
RGB Percent 25%, 57%, 80% rgb(25%, 57%, 80%)
CSS RGBa 64, 145, 203,1 rgba(64,145,203,1)
CMYK Model cmyk(68%,29%,0%,20.39%)
HSL Color Space 205,57% ,52% hsl(205,57% ,52%)
HSV Color Space 205°, 68%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000000 10010001 11001011
Octal 100 221 313
Decimal 64 145 203
Hex 40 91 cb

Different shades of #4091cb color code.

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

Darkest of #4091cb
#183e5a
Darker of #4091cb
#235a82
Dark of #4091cb
#2e76aa
Base of #4091cb
#4091cb
Light of #4091cb
#68a8d6
Lighter
#90bfe1
Lightest
#b8d6ec

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

#4091cb
#cb7a40

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

Split Complementary

#4091cb
#cb404b
#cbc040

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

Analogous Color

#40cbb4
#40cbcb
#4091cb
#4063cb
#5740cb

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

#4091cb
#91cb40
#cb4091

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

#4091cb
#cb4091
#cb7a40
#40cb7a

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

#4091cb
#c040cb
#cb7a40
#4bcb40

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 #4091cb

#0d2232
#183e5a
#235a82
#2e76aa
#4091cb
#68a8d6
#90bfe1
#b8d6ec
#e0edf7

Tints of #4091cb Color

#4091cb
#559dd0
#6aa9d6
#7fb5dc
#94c1e2
#aacee7
#bfdaed
#d4e6f3
#e9f2f9
#ffffff

Shades of #4091cb color code

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

#4091cb
#3880b4
#31709d
#2a6087
#235070
#1c405a
#153043
#0e202d
#071016
#000000

Tones

#4091cb
#588db3
#71899a
#858585
#858585

Tones

Similar Color like #4091cb color

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

#4192cc
#4293cd
#4394ce
#4495cf
#4596d0
#4697d1
#4798d2
#4899d3
#499ad4
#4a9bd5
#4b9cd6
#4c9dd7
#4d9ed8
#4e9fd9
#3f90ca
#3e8fc9
#3d8ec8
#3c8dc7
#3b8cc6
#3a8bc5
#398ac4
#3889c3
#3788c2
#3687c1
#3586c0
#3485bf
#3384be
#3283bd

Download this Dark Blue

Hex #4091cb 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.

#4091cb Color Code Preview on Black Background Color

This is how #4091cb Color will look on black background color. Color contrast ratio is 6.13

#4091cb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4091cb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4091cb

#4091cb color code is use for CSS Background Color

Background color for the above div is #4091cb

HTML with inline CSS

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

#4091cb color code is use for CSS Border Color

CSS Border color for the above div is #4091cb

HTML with inline CSS

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

CSS Border Left color for the above div is #4091cb

HTML with inline CSS

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

CSS Border Right color for the above div is #4091cb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4091cb

HTML with inline CSS

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

CSS Border Top color for the above div is #4091cb

HTML with inline CSS

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

#4091cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4091cb Color code Preview on White Background

This is how #4091cb Color code will look on white background color. Color contrast ratio is 3.43

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

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(64,145,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,122,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,145,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }