Skip to main content Skip to docs navigation

#4273cb 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 Han Blue and its hex is #446CCF Nearest Color Name

Color Hue/Base color: Blue

Hex #4273cb Color code in RGB color code model is created after adding 25.88% red color, 45.1% green color and 79.61% blue color. Hex #4273cb Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 43% magenta, 0% yellow and 20.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 4273cb #4273cb
RGB Decimal 66, 115, 203 66, 115, 203
RGB Percent 26%, 45%, 80% rgb(26%, 45%, 80%)
CSS RGBa 66, 115, 203,1 rgba(66,115,203,1)
CMYK Model cmyk(67%,43%,0%,20.39%)
HSL Color Space 219,57% ,53% hsl(219,57% ,53%)
HSV Color Space 219°, 67%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 01110011 11001011
Octal 102 163 313
Decimal 66 115 203
Hex 42 73 cb

Different shades of #4273cb color code.

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

Darkest of #4273cb
#19315b
Darker of #4273cb
#244683
Dark of #4273cb
#2f5bab
Base of #4273cb
#4273cb
Light of #4273cb
#6a91d6
Lighter
#92aee1
Lightest
#baccec

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

#4273cb
#cb9a42

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

Split Complementary

#4273cb
#cb5642
#b8cb42

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

Analogous Color

#42c3cb
#42accb
#4273cb
#4245cb
#7842cb

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

#4273cb
#73cb42
#cb4273

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

#4273cb
#cb4273
#cb9a42
#42cb9a

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

#4273cb
#cb42b8
#cb9a42
#42cb56

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

#0e1b33
#19315b
#244683
#2f5bab
#4273cb
#6a91d6
#92aee1
#baccec
#e2eaf7

Tints of #4273cb Color

#4273cb
#5782d0
#6c92d6
#81a1dc
#96b1e2
#abc0e7
#c0d0ed
#d5dff3
#eaeff9
#ffffff

Shades of #4273cb color code

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

#4273cb
#3a66b4
#33599d
#2c4c87
#243f70
#1d335a
#162643
#0e192d
#070c16
#000000

Tones

#4273cb
#5a7ab3
#72819b
#878787
#878787

Tones

Similar Color like #4273cb color

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

#4374cc
#4475cd
#4576ce
#4677cf
#4778d0
#4879d1
#497ad2
#4a7bd3
#4b7cd4
#4c7dd5
#4d7ed6
#4e7fd7
#4f80d8
#5081d9
#4172ca
#4071c9
#3f70c8
#3e6fc7
#3d6ec6
#3c6dc5
#3b6cc4
#3a6bc3
#396ac2
#3869c1
#3768c0
#3667bf
#3566be
#3465bd

Download this Dark Blue

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

#4273cb Color Code Preview on Black Background Color

This is how #4273cb Color will look on black background color. Color contrast ratio is 4.55

#4273cb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4273cb color code is use for CSS Background Color

Background color for the above div is #4273cb

HTML with inline CSS

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

#4273cb color code is use for CSS Border Color

CSS Border color for the above div is #4273cb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4273cb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4273cb Color code Preview on White Background

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

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

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