@
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.

#473bcd hex color - Blue - Cool color - Information

#473bcd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #473bcd Color code in RGB color code model is created after adding 27.84% red color, 23.14% green color and 80.39% blue color. Hex #473bcd Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 71% magenta, 0% yellow and 19.61% black.

Hex #473bcd color code is between #4433cc web safe hex color code and #5544dd web safe hex color code. #4433cc is the nearest web safe color code. You can see here many more shades of #473bcd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 473bcd #473bcd
RGB Decimal 71, 59, 205 rgb(71, 59, 205)
RGB Percent 28%, 23%, 80% rgb(28%, 23%, 80%)
CSS RGBa 71, 59, 205,1 rgba(71,59,205,1)
CMYK Model cmyk(65%,71%,0%,19.61%)
HSL Color Space 245,59% ,52% hsl(245,59% ,52%)
HSV Color Space 245°, 71%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000111 00111011 11001101
Octal 107 73 315
Decimal 71 59 205
Hex 47 3b cd

Different shades of #473bcd color code.

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

Light Shade of #473bcd
#6d64d7
Dark Shade of #473bcd
#362baa
Saturated Shade of #473bcd
#3d2fd9
Desaturated Shade of #473bcd
#5147c1
Grey scale Shade of #473bcd
#848484
Brighten Shade
#6054e6
Most Readable Shade
#FFFFFF

Shades of #473bcd color code

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

#473bcd
#3f34b6
#372d9f
#2f2788
#272071
#1f1a5b
#171344
#0f0d2d
#070616
#000000

Similar Color like #473bcd color

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

#483cce
#493dcf
#4a3ed0
#4b3fd1
#4c40d2
#4d41d3
#4e42d4
#4f43d5
#5044d6
#5145d7
#5246d8
#5347d9
#5448da
#5549db
#463acc
#4539cb
#4438ca
#4337c9
#4236c8
#4135c7
#4034c6
#3f33c5
#3e32c4
#3d31c3
#3c30c2
#3b2fc1
#3a2ec0
#392dbf

Monochromatic Color with #473bcd

#473bcd
#5647f7
#0c0a23
#1b164d
#2a2378
#382fa2

Tints of #473bcd Color

#473bcd
#5b50d2
#6f66d8
#847cdd
#9892e3
#ada7e8
#c1bdee
#d6d3f3
#eae9f9
#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

#473bcd
#c1cd3b

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

Split Complementary

#473bcd
#cd903b
#78cd3b

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

Analogous Color

#3b69cd
#3b4ccd
#473bcd
#643bcd
#813bcd

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

#473bcd
#cd473b
#3bcd47

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

#473bcd
#cd3b78
#c1cd3b
#3bcd90

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

#473bcd
#c1cd3b
#78cd3b
#903bcd

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 #473bcd 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.

#473bcd Color Code Preview on Black Background Color

This is how #473bcd Color will look on black background color. Color contrast ratio is 2.78

#473bcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #473bcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #473bcd

#473bcd color code is use for CSS Background Color

Background color for the above div is #473bcd

HTML with inline CSS

<div style="background-color:#473bcd;"></div>

#473bcd color code is use for CSS Border Color

CSS Border color for the above div is #473bcd

HTML with inline CSS

<div style="border:5px solid #473bcd;"></div>

CSS Border Left color for the above div is #473bcd

HTML with inline CSS

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

CSS Border Right color for the above div is #473bcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #473bcd

HTML with inline CSS

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

CSS Border Top color for the above div is #473bcd

HTML with inline CSS

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

#473bcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#473bcd Color code Preview on White Background

This is how #473bcd Color code will look on white background color. Color contrast ratio is 7.57

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

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,59,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,205,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,59,205,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.