crispedge.com

Color picker

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

#49907f hex color - Green - Cool color - Information

#49907f hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #49907f Color code in RGB color code model is created after adding 28.63% red color, 56.47% green color and 49.8% blue color. Hex #49907f Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 0% magenta, 12% yellow and 44% black.

Hex #49907f color code is between #448877 web safe hex color code and #559988 web safe hex color code. #448877 is the nearest web safe color code. You can see here many more shades of #49907f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code49907f#49907f
RGB Decimal73, 144, 127rgb(73, 144, 127)
RGB Percent29%, 56%, 50%rgb(29%, 56%, 50%)
CSS RGBa73, 144, 127,1rgba(73,144,127,1)
CMYK Modelcmyk(49%,0%,12%,44%)
HSL Color Space166,33% ,43%hsl(166,33% ,43%)
HSV Color Space166°, 49%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010011001000001111111
Octal111220177
Decimal73144127
Hex49907f

Different shades of #49907f color code.

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

Light Shade of #49907f
#5eae9b
Dark Shade of #49907f
#386e61
Saturated Shade of #49907f
#3e9b85
Desaturated Shade of #49907f
#548579
Grey scale Shade of #49907f
#6c6c6c
Brighten Shade
#62a998
Most Readable Shade
#FFFFFF

Shades of #49907f color code

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

#49907f
#408070
#387062
#306054
#285046
#204038
#18302a
#10201c
#08100e
#000000

Similar Color like #49907f color

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

#4a9180
#4b9281
#4c9382
#4d9483
#4e9584
#4f9685
#509786
#519887
#529988
#539a89
#549b8a
#559c8b
#569d8c
#579e8d
#488f7e
#478e7d
#468d7c
#458c7b
#448b7a
#438a79
#428978
#418877
#408776
#3f8675
#3e8574
#3d8473
#3c8372
#3b8271

Monochromatic Color with #49907f

#49907f
#5fbaa4
#74e5ca
#08100f
#1e3b34
#33655a

Tints of #49907f Color

#49907f
#5d9c8d
#71a89b
#85b5a9
#99c1b7
#aecdc6
#c2dad4
#d6e6e2
#eaf2f0
#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

#49907f
#90495a

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

Split Complementary

#49907f
#90497e
#905b49

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

Analogous Color

#499063
#499071
#49907f
#49908d
#498590

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

#49907f
#7f4990
#907f49

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

#49907f
#5b4990
#90495a
#7d9049

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

#49907f
#90495a
#905b49
#497e90

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 #49907f 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.

#49907f Color Code Preview on Black Background Color

This is how #49907f Color will look on black background color. Color contrast ratio is 5.58

#49907f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49907f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49907f

#49907f color code is use for CSS Background Color

Background color for the above div is #49907f

HTML with inline CSS

<div style="background-color:#49907f;"></div>

#49907f color code is use for CSS Border Color

CSS Border color for the above div is #49907f

HTML with inline CSS

<div style="border:5px solid #49907f;"></div>

CSS Border Left color for the above div is #49907f

HTML with inline CSS

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

CSS Border Right color for the above div is #49907f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49907f

HTML with inline CSS

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

CSS Border Top color for the above div is #49907f

HTML with inline CSS

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

#49907f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49907f Color code Preview on White Background

This is how #49907f Color code will look on white background color. Color contrast ratio is 3.76

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

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.