crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#49afe2 hex color - Blue - Cool color - Information

#49afe2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #49afe2 Color code in RGB color code model is created after adding 28.63% red color, 68.63% green color and 88.63% blue color. Hex #49afe2 Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 23% magenta, 0% yellow and 11% black.

Hex #49afe2 color code is between #44aadd web safe hex color code and #55bbee web safe hex color code. #44aadd is the nearest web safe color code. You can see here many more shades of #49afe2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code49afe2#49afe2
RGB Decimal73, 175, 226rgb(73, 175, 226)
RGB Percent29%, 69%, 89%rgb(29%, 69%, 89%)
CSS RGBa73, 175, 226,1rgba(73,175,226,1)
CMYK Modelcmyk(68%,23%,0%,11%)
HSL Color Space200,73% ,59%hsl(200,73% ,59%)
HSV Color Space200°, 68%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010011010111111100010
Octal111257342
Decimal73175226
Hex49afe2

Different shades of #49afe2 color code.

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

Light Shade of #49afe2
#75c2e9
Dark Shade of #49afe2
#229ad6
Saturated Shade of #49afe2
#3eb3ed
Desaturated Shade of #49afe2
#54abd7
Grey scale Shade of #49afe2
#959595
Brighten Shade
#62c8fb
Most Readable Shade
#000000

Shades of #49afe2 color code

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

#49afe2
#409bc8
#3888af
#307496
#28617d
#204d64
#183a4b
#102632
#081319
#000000

Similar Color like #49afe2 color

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

#4ab0e3
#4bb1e4
#4cb2e5
#4db3e6
#4eb4e7
#4fb5e8
#50b6e9
#51b7ea
#52b8eb
#53b9ec
#54baed
#55bbee
#56bcef
#57bdf0
#48aee1
#47ade0
#46acdf
#45abde
#44aadd
#43a9dc
#42a8db
#41a7da
#40a6d9
#3fa5d8
#3ea4d7
#3da3d6
#3ca2d5
#3ba1d4

Monochromatic Color with #49afe2

#49afe2
#040a0d
#122b38
#204c62
#2e6d8d
#3b8eb7

Tints of #49afe2 Color

#49afe2
#5db7e5
#71c0e8
#85c9eb
#99d2ee
#aedbf2
#c2e4f5
#d6edf8
#eaf6fb
#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

#49afe2
#e27c49

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

Split Complementary

#49afe2
#e24963
#e2c949

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

Analogous Color

#49e2d8
#49cee2
#49afe2
#4990e2
#4972e2

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

#49afe2
#e249af
#afe249

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

#49afe2
#c849e2
#e27c49
#62e249

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

#49afe2
#e27c49
#e2c949
#4963e2

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 #49afe2 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.

#49afe2 Color Code Preview on Black Background Color

This is how #49afe2 Color will look on black background color. Color contrast ratio is 8.51

#49afe2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49afe2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49afe2

#49afe2 color code is use for CSS Background Color

Background color for the above div is #49afe2

HTML with inline CSS

<div style="background-color:#49afe2;"></div>

#49afe2 color code is use for CSS Border Color

CSS Border color for the above div is #49afe2

HTML with inline CSS

<div style="border:5px solid #49afe2;"></div>

CSS Border Left color for the above div is #49afe2

HTML with inline CSS

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

CSS Border Right color for the above div is #49afe2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49afe2

HTML with inline CSS

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

CSS Border Top color for the above div is #49afe2

HTML with inline CSS

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

#49afe2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49afe2 Color code Preview on White Background

This is how #49afe2 Color code will look on white background color. Color contrast ratio is 2.47

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.