crispedge.com

Color picker

Loading...

#4899da hex color - Blue - Cool color - Information

#4899da hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #4899da Color code in RGB color code model is created after adding 28.24% red color, 60% green color and 85.49% blue color. Hex #4899da Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 30% magenta, 0% yellow and 15% black.

Hex #4899da color code is between #4488dd web safe hex color code and #55aacc web safe hex color code. #4488dd is the nearest web safe color code. You can see here many more shades of #4899da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4899da#4899da
RGB Decimal72, 153, 218rgb(72, 153, 218)
RGB Percent28%, 60%, 85%rgb(28%, 60%, 85%)
CSS RGBa72, 153, 218,1rgba(72,153,218,1)
CMYK Modelcmyk(67%,30%,0%,15%)
HSL Color Space207,66% ,57%hsl(207,66% ,57%)
HSV Color Space207°, 67%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010001001100111011010
Octal110231332
Decimal72153218
Hex4899da

Different shades of #4899da color code.

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

Light Shade of #4899da
#72b1e3
Dark Shade of #4899da
#2880c7
Saturated Shade of #4899da
#3d9ae5
Desaturated Shade of #4899da
#5398cf
Grey scale Shade of #4899da
#919191
Brighten Shade
#61b2f3
Most Readable Shade
#000000

Shades of #4899da color code

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

#4899da
#4088c1
#3877a9
#306691
#285579
#204460
#183348
#102230
#081118
#000000

Similar Color like #4899da color

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

#499adb
#4a9bdc
#4b9cdd
#4c9dde
#4d9edf
#4e9fe0
#4fa0e1
#50a1e2
#51a2e3
#52a3e4
#53a4e5
#54a5e6
#55a6e7
#56a7e8
#4798d9
#4697d8
#4596d7
#4495d6
#4394d5
#4293d4
#4192d3
#4091d2
#3f90d1
#3e8fd0
#3d8ecf
#3c8dce
#3b8ccd
#3a8bcc

Monochromatic Color with #4899da

#4899da
#020405
#102230
#1e405a
#2c5d85
#3a7baf

Tints of #4899da Color

#4899da
#5ca4de
#70afe2
#85bbe6
#99c6ea
#add1ee
#c2ddf2
#d6e8f6
#eaf3fa
#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

#4899da
#da8948

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

Split Complementary

#4899da
#da4850
#dad248

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

Analogous Color

#48d3da
#48b6da
#4899da
#487cda
#485fda

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

#4899da
#da4899
#99da48

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

#4899da
#d248da
#da8948
#50da48

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

#4899da
#da8948
#dad248
#4850da

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 #4899da 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.

#4899da Color Code Preview on Black Background Color

This is how #4899da Color will look on black background color. Color contrast ratio is 6.84

#4899da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4899da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4899da

#4899da color code is use for CSS Background Color

Background color for the above div is #4899da

HTML with inline CSS

<div style="background-color:#4899da;"></div>

#4899da color code is use for CSS Border Color

CSS Border color for the above div is #4899da

HTML with inline CSS

<div style="border:5px solid #4899da;"></div>

CSS Border Left color for the above div is #4899da

HTML with inline CSS

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

CSS Border Right color for the above div is #4899da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4899da

HTML with inline CSS

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

CSS Border Top color for the above div is #4899da

HTML with inline CSS

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

#4899da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4899da Color code Preview on White Background

This is how #4899da Color code will look on white background color. Color contrast ratio is 3.07

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

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(72,153,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,137,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,153,218,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.