Skip to main content Skip to docs navigation

#047fbc 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 Phuket Palette and its hex is #0480BD Nearest Color Name

Color Hue/Base color: Blue

Hex #047fbc Color code in RGB color code model is created after adding 1.57% red color, 49.8% green color and 73.73% blue color. Hex #047fbc Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 32% magenta, 0% yellow and 26.27% black.

Hex #047fbc color code is between #0077bb web safe hex color code and #0088cc web safe hex color code. #0077bb is the nearest web safe color code. You can see here many more shades of #047fbc color code.

RGB Chart

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

Color Table

Hex Color Code 047fbc #047fbc
RGB Decimal 4, 127, 188 4, 127, 188
RGB Percent 2%, 50%, 74% rgb(2%, 50%, 74%)
CSS RGBa 4, 127, 188,1 rgba(4,127,188,1)
CMYK Model cmyk(98%,32%,0%,26.27%)
HSL Color Space 200,96% ,38% hsl(200,96% ,38%)
HSV Color Space 200°, 98%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000100 01111111 10111100
Octal 4 177 274
Decimal 4 127 188
Hex 04 7f bc

Different shades of #047fbc color code.

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

Darkest of #047fbc
#011a26
Darker of #047fbc
#023c58
Dark of #047fbc
#035d8a
Base of #047fbc
#047fbc
Light of #047fbc
#05a1ee
Lighter
#2cb6fa
Lightest
#5dc7fc

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

#047fbc
#bc4104

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

Split Complementary

#047fbc
#bc0423
#bc9d04

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

Analogous Color

#04bc8e
#04bcac
#047fbc
#0442bc
#1304bc

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

#047fbc
#7fbc04
#bc047f

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

#047fbc
#bc047f
#bc4104
#04bc41

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

#047fbc
#9d04bc
#bc4104
#23bc04

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 #047fbc

#000000
#011a26
#023c58
#035d8a
#047fbc
#05a1ee
#2cb6fa
#5dc7fc
#8fd8fd

Tints of #047fbc Color

#047fbc
#1f8dc3
#3b9bca
#57a9d2
#73b7d9
#8fc6e1
#abd4e8
#c7e2f0
#e3f0f7
#ffffff

Shades of #047fbc color code

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

#047fbc
#0370a7
#036292
#02547d
#024668
#013853
#012a3e
#001c29
#000e14
#000000

Tones

#047fbc
#1779a9
#2a7296
#3e6c82
#51656f

Tones

Similar Color like #047fbc color

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

#0580bd
#0681be
#0782bf
#0883c0
#0984c1
#0a85c2
#0b86c3
#0c87c4
#0d88c5
#0e89c6
#0f8ac7
#108bc8
#118cc9
#128dca
#037ebb
#027dba
#017cb9
#007bb8
#007ab7
#0079b6
#0078b5
#0077b4
#0076b3
#0075b2
#0074b1
#0073b0
#0072af
#0071ae

Download this Dark Blue

Hex #047fbc 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.

#047fbc Color Code Preview on Black Background Color

This is how #047fbc Color will look on black background color. Color contrast ratio is 4.77

#047fbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047fbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047fbc

#047fbc color code is use for CSS Background Color

Background color for the above div is #047fbc

HTML with inline CSS

<div style="background-color:#047fbc;"></div>

#047fbc color code is use for CSS Border Color

CSS Border color for the above div is #047fbc

HTML with inline CSS

<div style="border:5px solid #047fbc;"></div>

CSS Border Left color for the above div is #047fbc

HTML with inline CSS

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

CSS Border Right color for the above div is #047fbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #047fbc

HTML with inline CSS

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

CSS Border Top color for the above div is #047fbc

HTML with inline CSS

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

#047fbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#047fbc Color code Preview on White Background

This is how #047fbc Color code will look on white background color. Color contrast ratio is 4.41

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

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