crispedge.com

Color picker

Loading...

#474faa hex color - Blue - Cool color - Information

#474faa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #474faa Color code in RGB color code model is created after adding 27.84% red color, 30.98% green color and 66.67% blue color. Hex #474faa Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 54% magenta, 0% yellow and 33% black.

Hex #474faa color code is between #445599 web safe hex color code and #5544bb web safe hex color code. #445599 is the nearest web safe color code. You can see here many more shades of #474faa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code474faa#474faa
RGB Decimal71, 79, 170rgb(71, 79, 170)
RGB Percent28%, 31%, 67%rgb(28%, 31%, 67%)
CSS RGBa71, 79, 170,1rgba(71,79,170,1)
CMYK Modelcmyk(58%,54%,0%,33%)
HSL Color Space235,41% ,47%hsl(235,41% ,47%)
HSV Color Space235°, 58%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110100111110101010
Octal107117252
Decimal7179170
Hex474faa

Different shades of #474faa color code.

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

Light Shade of #474faa
#656cbf
Dark Shade of #474faa
#383e86
Saturated Shade of #474faa
#3b45b6
Desaturated Shade of #474faa
#53599e
Grey scale Shade of #474faa
#787878
Brighten Shade
#6068c3
Most Readable Shade
#FFFFFF

Shades of #474faa color code

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

#474faa
#3f4697
#373d84
#2f3471
#272b5e
#1f234b
#171a38
#0f1125
#070812
#000000

Similar Color like #474faa color

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

#4850ab
#4951ac
#4a52ad
#4b53ae
#4c54af
#4d55b0
#4e56b1
#4f57b2
#5058b3
#5159b4
#525ab5
#535bb6
#545cb7
#555db8
#464ea9
#454da8
#444ca7
#434ba6
#424aa5
#4149a4
#4048a3
#3f47a2
#3e46a1
#3d45a0
#3c449f
#3b439e
#3a429d
#39419c

Monochromatic Color with #474faa

#474faa
#5963d4
#6b77ff
#12142a
#242855
#353b7f

Tints of #474faa Color

#474faa
#5b62b3
#6f76bc
#8489c6
#989dcf
#adb0d9
#c1c4e2
#d6d7ec
#eaebf5
#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

#474faa
#aaa247

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

Split Complementary

#474faa
#aa7047
#81aa47

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

Analogous Color

#4777aa
#4763aa
#474faa
#5347aa
#6747aa

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

#474faa
#aa474f
#4faa47

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

#474faa
#aa4780
#aaa247
#47aa70

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

#474faa
#aaa247
#81aa47
#7047aa

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 #474faa 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.

#474faa Color Code Preview on Black Background Color

This is how #474faa Color will look on black background color. Color contrast ratio is 2.97

#474faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #474faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #474faa

#474faa color code is use for CSS Background Color

Background color for the above div is #474faa

HTML with inline CSS

<div style="background-color:#474faa;"></div>

#474faa color code is use for CSS Border Color

CSS Border color for the above div is #474faa

HTML with inline CSS

<div style="border:5px solid #474faa;"></div>

CSS Border Left color for the above div is #474faa

HTML with inline CSS

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

CSS Border Right color for the above div is #474faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #474faa

HTML with inline CSS

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

CSS Border Top color for the above div is #474faa

HTML with inline CSS

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

#474faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#474faa Color code Preview on White Background

This is how #474faa Color code will look on white background color. Color contrast ratio is 7.08

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

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,79,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,162,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,79,170,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.