crispedge.com

Color picker

Loading...

#4b789b hex color - Blue Antarctic - Blue - Cool color - Information

#4b789b hex color - Blue Antarctic - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #4b789b Color Code is also known as Blue Antarctic color.

Hex #4b789b Color code in RGB color code model is created after adding 29.41% red color, 47.06% green color and 60.78% blue color. Hex #4b789b Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 23% magenta, 0% yellow and 39% black.

Hex #4b789b color code is between #447799 web safe hex color code and #5588aa web safe hex color code. #447799 is the nearest web safe color code. You can see here many more shades of #4b789b color code.

0 Likes 0 Comments | 35 Views

RGB Chart

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

Color Table

Hex Color Code4b789b#4b789b
RGB Decimal75, 120, 155rgb(75, 120, 155)
RGB Percent29%, 47%, 61%rgb(29%, 47%, 61%)
CSS RGBa75, 120, 155,1rgba(75,120,155,1)
CMYK Modelcmyk(52%,23%,0%,39%)
HSL Color Space206,35% ,45%hsl(206,35% ,45%)
HSV Color Space206°, 52%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010110111100010011011
Octal113170233
Decimal75120155
Hex4b789b

Different shades of #4b789b color code.

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

Light Shade of #4b789b
#6591b4
Dark Shade of #4b789b
#3a5d79
Saturated Shade of #4b789b
#3f79a6
Desaturated Shade of #4b789b
#56778f
Grey scale Shade of #4b789b
#737373
Brighten Shade
#6491b4
Most Readable Shade
#FFFFFF

Shades of #4b789b color code

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

#4b789b
#426a89
#3a5d78
#325067
#294256
#213544
#192833
#101a22
#080d11
#000000

Similar Color like #4b789b color

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

#4c799c
#4d7a9d
#4e7b9e
#4f7c9f
#507da0
#517ea1
#527fa2
#5380a3
#5481a4
#5582a5
#5683a6
#5784a7
#5885a8
#5986a9
#4a779a
#497699
#487598
#477497
#467396
#457295
#447194
#437093
#426f92
#416e91
#406d90
#3f6c8f
#3e6b8e
#3d6a8d

Monochromatic Color with #4b789b

#4b789b
#6099c5
#74baf0
#0d151b
#223646
#365770

Tints of #4b789b Color

#4b789b
#5f87a6
#7396b1
#87a5bc
#9bb4c7
#afc3d2
#c3d2dd
#d7e1e8
#ebf0f3
#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

#4b789b
#9b6e4b

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

Split Complementary

#4b789b
#9b4b50
#9b964b

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

Analogous Color

#4b989b
#4b889b
#4b789b
#4b689b
#4b589b

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

#4b789b
#9b4b78
#789b4b

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

#4b789b
#964b9b
#9b6e4b
#509b4b

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

#4b789b
#9b6e4b
#9b964b
#4b509b

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 #4b789b 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.

#4b789b Color Code Preview on Black Background Color

This is how #4b789b Color will look on black background color. Color contrast ratio is 4.46

#4b789b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4b789b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4b789b

#4b789b color code is use for CSS Background Color

Background color for the above div is #4b789b

HTML with inline CSS

<div style="background-color:#4b789b;"></div>

#4b789b color code is use for CSS Border Color

CSS Border color for the above div is #4b789b

HTML with inline CSS

<div style="border:5px solid #4b789b;"></div>

CSS Border Left color for the above div is #4b789b

HTML with inline CSS

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

CSS Border Right color for the above div is #4b789b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4b789b

HTML with inline CSS

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

CSS Border Top color for the above div is #4b789b

HTML with inline CSS

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

#4b789b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4b789b Color code Preview on White Background

This is how #4b789b Color code will look on white background color. Color contrast ratio is 4.71

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

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(75,120,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,110,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(75,120,155,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 35 Views

Post your comment:-

By submitting comment you agree to our privacy policy.