crispedge.com

Color picker

Loading...

#4374ab hex color - Blue - Cool color - Information

#4374ab hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #4374ab Color code in RGB color code model is created after adding 26.27% red color, 45.49% green color and 67.06% blue color. Hex #4374ab Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 32% magenta, 0% yellow and 33% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4374ab#4374ab
RGB Decimal67, 116, 171rgb(67, 116, 171)
RGB Percent26%, 45%, 67%rgb(26%, 45%, 67%)
CSS RGBa67, 116, 171,1rgba(67,116,171,1)
CMYK Modelcmyk(61%,32%,0%,33%)
HSL Color Space212,44% ,47%hsl(212,44% ,47%)
HSV Color Space212°, 61%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000110111010010101011
Octal103164253
Decimal67116171
Hex4374ab

Different shades of #4374ab color code.

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

Light Shade of #4374ab
#608ec1
Dark Shade of #4374ab
#355b86
Saturated Shade of #4374ab
#3773b7
Desaturated Shade of #4374ab
#4f759f
Grey scale Shade of #4374ab
#777777
Brighten Shade
#5c8dc4
Most Readable Shade
#FFFFFF

Shades of #4374ab color code

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

#4374ab
#3b6798
#345a85
#2c4d72
#25405f
#1d334c
#162639
#0e1926
#070c13
#000000

Similar Color like #4374ab color

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

#4475ac
#4576ad
#4677ae
#4778af
#4879b0
#497ab1
#4a7bb2
#4b7cb3
#4c7db4
#4d7eb5
#4e7fb6
#4f80b7
#5081b8
#5182b9
#4273aa
#4172a9
#4071a8
#3f70a7
#3e6fa6
#3d6ea5
#3c6da4
#3b6ca3
#3a6ba2
#396aa1
#3869a0
#37689f
#36679e
#35669d

Monochromatic Color with #4374ab

#4374ab
#5491d5
#000101
#111d2b
#223a56
#325780

Tints of #4374ab Color

#4374ab
#5783b4
#6c92bd
#81a2c7
#96b1d0
#abc1d9
#c0d0e3
#d5e0ec
#eaeff5
#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

#4374ab
#ab7a43

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

Split Complementary

#4374ab
#ab4643
#a8ab43

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

Analogous Color

#439eab
#4389ab
#4374ab
#435fab
#434aab

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

#4374ab
#ab4374
#74ab43

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

#4374ab
#ab43a8
#ab7a43
#43ab46

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

#4374ab
#ab7a43
#a8ab43
#4643ab

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 #4374ab 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.

#4374ab Color Code Preview on Black Background Color

This is how #4374ab Color will look on black background color. Color contrast ratio is 4.32

#4374ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4374ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4374ab

#4374ab color code is use for CSS Background Color

Background color for the above div is #4374ab

HTML with inline CSS

<div style="background-color:#4374ab;"></div>

#4374ab color code is use for CSS Border Color

CSS Border color for the above div is #4374ab

HTML with inline CSS

<div style="border:5px solid #4374ab;"></div>

CSS Border Left color for the above div is #4374ab

HTML with inline CSS

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

CSS Border Right color for the above div is #4374ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4374ab

HTML with inline CSS

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

CSS Border Top color for the above div is #4374ab

HTML with inline CSS

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

#4374ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4374ab Color code Preview on White Background

This is how #4374ab Color code will look on white background color. Color contrast ratio is 4.86

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

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(67,116,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,122,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(67,116,171,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.