crispedge.com

Color picker

Loading...

#4752bb hex color - Blue - Cool color - Information

#4752bb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4752bb Color code in RGB color code model is created after adding 27.84% red color, 32.16% green color and 73.33% blue color. Hex #4752bb Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 56% magenta, 0% yellow and 27% black.

Hex #4752bb color code is between #4455aa web safe hex color code and #5544cc web safe hex color code. #4455aa is the nearest web safe color code. You can see here many more shades of #4752bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4752bb#4752bb
RGB Decimal71, 82, 187rgb(71, 82, 187)
RGB Percent28%, 32%, 73%rgb(28%, 32%, 73%)
CSS RGBa71, 82, 187,1rgba(71,82,187,1)
CMYK Modelcmyk(62%,56%,0%,27%)
HSL Color Space234,46% ,51%hsl(234,46% ,51%)
HSV Color Space234°, 62%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110101001010111011
Octal107122273
Decimal7182187
Hex4752bb

Different shades of #4752bb color code.

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

Light Shade of #4752bb
#6c75c9
Dark Shade of #4752bb
#384197
Saturated Shade of #4752bb
#3a48c8
Desaturated Shade of #4752bb
#545cae
Grey scale Shade of #4752bb
#818181
Brighten Shade
#606bd4
Most Readable Shade
#FFFFFF

Shades of #4752bb color code

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

#4752bb
#3f48a6
#373f91
#2f367c
#272d67
#1f2453
#171b3e
#0f1229
#070914
#000000

Similar Color like #4752bb color

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

#4853bc
#4954bd
#4a55be
#4b56bf
#4c57c0
#4d58c1
#4e59c2
#4f5ac3
#505bc4
#515cc5
#525dc6
#535ec7
#545fc8
#5560c9
#4651ba
#4550b9
#444fb8
#434eb7
#424db6
#414cb5
#404bb4
#3f4ab3
#3e49b2
#3d48b1
#3c47b0
#3b46af
#3a45ae
#3944ad

Monochromatic Color with #4752bb

#4752bb
#5765e5
#060711
#171a3b
#272d66
#373f90

Tints of #4752bb Color

#4752bb
#5b65c2
#6f78ca
#848bd1
#989ed9
#adb2e0
#c1c5e8
#d6d8ef
#eaebf7
#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

#4752bb
#bbb047

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

Split Complementary

#4752bb
#bb7647
#8cbb47

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

Analogous Color

#4780bb
#4769bb
#4752bb
#5347bb
#6a47bb

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

#4752bb
#bb4752
#52bb47

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

#4752bb
#bb478c
#bbb047
#47bb76

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

#4752bb
#bbb047
#8cbb47
#7647bb

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 #4752bb 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.

#4752bb Color Code Preview on Black Background Color

This is how #4752bb Color will look on black background color. Color contrast ratio is 3.19

#4752bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4752bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4752bb

#4752bb color code is use for CSS Background Color

Background color for the above div is #4752bb

HTML with inline CSS

<div style="background-color:#4752bb;"></div>

#4752bb color code is use for CSS Border Color

CSS Border color for the above div is #4752bb

HTML with inline CSS

<div style="border:5px solid #4752bb;"></div>

CSS Border Left color for the above div is #4752bb

HTML with inline CSS

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

CSS Border Right color for the above div is #4752bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4752bb

HTML with inline CSS

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

CSS Border Top color for the above div is #4752bb

HTML with inline CSS

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

#4752bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4752bb Color code Preview on White Background

This is how #4752bb Color code will look on white background color. Color contrast ratio is 6.58

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

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,82,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,176,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,82,187,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.