crispedge.com

Color picker

Loading...

#470cac hex color - Blue - Cool color - Information

#470cac hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #470cac Color code in RGB color code model is created after adding 27.84% red color, 4.71% green color and 67.45% blue color. Hex #470cac Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 93% magenta, 0% yellow and 33% black.

Hex #470cac color code is between #4411aa web safe hex color code and #5500bb web safe hex color code. #4411aa is the nearest web safe color code. You can see here many more shades of #470cac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code470cac#470cac
RGB Decimal71, 12, 172rgb(71, 12, 172)
RGB Percent28%, 5%, 67%rgb(28%, 5%, 67%)
CSS RGBa71, 12, 172,1rgba(71,12,172,1)
CMYK Modelcmyk(59%,93%,0%,33%)
HSL Color Space262,87% ,36%hsl(262,87% ,36%)
HSV Color Space262°, 93%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110000110010101100
Octal10714254
Decimal7112172
Hex470cac

Different shades of #470cac color code.

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

Light Shade of #470cac
#5b0fdc
Dark Shade of #470cac
#33097c
Saturated Shade of #470cac
#4503b5
Desaturated Shade of #470cac
#4915a3
Grey scale Shade of #470cac
#5c5c5c
Brighten Shade
#6025c5
Most Readable Shade
#FFFFFF

Shades of #470cac color code

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

#470cac
#3f0a98
#370985
#2f0872
#27065f
#1f054c
#170439
#0f0226
#070113
#000000

Similar Color like #470cac color

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

#480dad
#490eae
#4a0faf
#4b10b0
#4c11b1
#4d12b2
#4e13b3
#4f14b4
#5015b5
#5116b6
#5217b7
#5318b8
#5419b9
#551aba
#460bab
#450aaa
#4409a9
#4308a8
#4207a7
#4106a6
#4005a5
#3f04a4
#3e03a3
#3d02a2
#3c01a1
#3b00a0
#3a009f
#39009e

Monochromatic Color with #470cac

#470cac
#590fd6
#010002
#12032c
#240657
#350981

Tints of #470cac Color

#470cac
#5b27b5
#6f42be
#845dc7
#9878d0
#ad93da
#c1aee3
#d6c9ec
#eae4f5
#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

#470cac
#71ac0c

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

Split Complementary

#470cac
#ac970c
#21ac0c

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

Analogous Color

#0c11ac
#270cac
#470cac
#670cac
#870cac

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

#470cac
#ac470c
#0cac47

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

#470cac
#ac0c21
#71ac0c
#0cac97

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

#470cac
#71ac0c
#21ac0c
#970cac

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 #470cac 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.

#470cac Color Code Preview on Black Background Color

This is how #470cac Color will look on black background color. Color contrast ratio is 1.92

#470cac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #470cac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #470cac

#470cac color code is use for CSS Background Color

Background color for the above div is #470cac

HTML with inline CSS

<div style="background-color:#470cac;"></div>

#470cac color code is use for CSS Border Color

CSS Border color for the above div is #470cac

HTML with inline CSS

<div style="border:5px solid #470cac;"></div>

CSS Border Left color for the above div is #470cac

HTML with inline CSS

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

CSS Border Right color for the above div is #470cac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #470cac

HTML with inline CSS

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

CSS Border Top color for the above div is #470cac

HTML with inline CSS

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

#470cac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#470cac Color code Preview on White Background

This is how #470cac Color code will look on white background color. Color contrast ratio is 10.96

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

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,12,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,172,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,12,172,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.