crispedge.com

#477dae hex color - Blue - Cool color - Information

#477dae hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #477dae Color code in RGB color code model is created after adding 27.84% red color, 49.02% green color and 68.24% blue color. Hex #477dae Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 28% magenta, 0% yellow and 32% black.

Hex #477dae color code is between #4477aa web safe hex color code and #5588bb web safe hex color code. #4477aa is the nearest web safe color code. You can see here many more shades of #477dae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code477dae#477dae
RGB Decimal71, 125, 174rgb(71, 125, 174)
RGB Percent28%, 49%, 68%rgb(28%, 49%, 68%)
CSS RGBa71, 125, 174,1rgba(71,125,174,1)
CMYK Modelcmyk(59%,28%,0%,32%)
HSL Color Space209,42% ,48%hsl(209,42% ,48%)
HSV Color Space209°, 59%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110111110110101110
Octal107175256
Decimal71125174
Hex477dae

Different shades of #477dae color code.

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

Light Shade of #477dae
#6796c1
Dark Shade of #477dae
#38638a
Saturated Shade of #477dae
#3b7eba
Desaturated Shade of #477dae
#537ca2
Grey scale Shade of #477dae
#7a7a7a
Brighten Shade
#6096c7
Most Readable Shade
#FFFFFF

Shades of #477dae color code

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

#477dae
#3f6f9a
#376187
#2f5374
#274560
#1f374d
#17293a
#0f1b26
#070d13
#000000

Similar Color like #477dae color

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

#487eaf
#497fb0
#4a80b1
#4b81b2
#4c82b3
#4d83b4
#4e84b5
#4f85b6
#5086b7
#5187b8
#5288b9
#5389ba
#548abb
#558bbc
#467cad
#457bac
#447aab
#4379aa
#4278a9
#4177a8
#4076a7
#3f75a6
#3e74a5
#3d73a4
#3c72a3
#3b71a2
#3a70a1
#396fa0

Monochromatic Color with #477dae

#477dae
#589cd8
#020304
#13212e
#244059
#365e83

Tints of #477dae Color

#477dae
#5b8bb7
#6f99c0
#84a8c9
#98b6d2
#adc5db
#c1d3e4
#d6e2ed
#eaf0f6
#ffffff

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

#477dae
#ae7847

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

Split Complementary

#477dae
#ae4749
#aeac47

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

Analogous Color

#47a6ae
#4792ae
#477dae
#4768ae
#4754ae

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

#477dae
#ae477d
#7dae47

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

#477dae
#ab47ae
#ae7847
#49ae47

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#477dae
#ae7847
#aeac47
#4749ae

Double Complementary 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).

Hex #477dae 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.

#477dae Color Code Preview on Black Background Color

This is how #477dae Color will look on black background color. Color contrast ratio is 4.81

#477dae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #477dae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #477dae

#477dae color code is use for CSS Background Color

Background color for the above div is #477dae

HTML with inline CSS

<div style="background-color:#477dae;"></div>

#477dae color code is use for CSS Border Color

CSS Border color for the above div is #477dae

HTML with inline CSS

<div style="border:5px solid #477dae;"></div>

CSS Border Left color for the above div is #477dae

HTML with inline CSS

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

CSS Border Right color for the above div is #477dae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #477dae

HTML with inline CSS

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

CSS Border Top color for the above div is #477dae

HTML with inline CSS

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

#477dae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#477dae Color code Preview on White Background

This is how #477dae Color code will look on white background color. Color contrast ratio is 4.36

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(71,125,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,120,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,125,174,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>