crispedge.com

Color picker

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

#49677b hex color - Blue - Cool color - Information

#49677b hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #49677b Color code in RGB color code model is created after adding 28.63% red color, 40.39% green color and 48.24% blue color. Hex #49677b Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 16% magenta, 0% yellow and 52% black.

Hex #49677b color code is between #446677 web safe hex color code and #557788 web safe hex color code. #446677 is the nearest web safe color code. You can see here many more shades of #49677b color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code49677b#49677b
RGB Decimal73, 103, 123rgb(73, 103, 123)
RGB Percent29%, 40%, 48%rgb(29%, 40%, 48%)
CSS RGBa73, 103, 123,1rgba(73,103,123,1)
CMYK Modelcmyk(41%,16%,0%,52%)
HSL Color Space204,26% ,38%hsl(204,26% ,38%)
HSV Color Space204°, 41%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010010110011101111011
Octal111147173
Decimal73103123
Hex49677b

Different shades of #49677b color code.

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

Light Shade of #49677b
#5c829b
Dark Shade of #49677b
#364c5b
Saturated Shade of #49677b
#3f6985
Desaturated Shade of #49677b
#536571
Grey scale Shade of #49677b
#626262
Brighten Shade
#628094
Most Readable Shade
#FFFFFF

Shades of #49677b color code

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

#49677b
#405b6d
#38505f
#304452
#283944
#202d36
#182229
#10161b
#080b0d
#000000

Similar Color like #49677b color

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

#4a687c
#4b697d
#4c6a7e
#4d6b7f
#4e6c80
#4f6d81
#506e82
#516f83
#527084
#537185
#547286
#557387
#567488
#577589
#48667a
#476579
#466478
#456377
#446276
#436175
#426074
#415f73
#405e72
#3f5d71
#3e5c70
#3d5b6f
#3c5a6e
#3b596d

Monochromatic Color with #49677b

#49677b
#628ba5
#7baed0
#95d2fa
#172026
#304350

Tints of #49677b Color

#49677b
#5d7789
#718898
#8599a7
#99aab5
#aebbc4
#c2ccd3
#d6dde1
#eaeef0
#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

#49677b
#7b5d49

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

Split Complementary

#49677b
#7b494e
#7b7649

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

Analogous Color

#497b7b
#49717b
#49677b
#495d7b
#49537b

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

#49677b
#7b4967
#677b49

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

#49677b
#76497b
#7b5d49
#4e7b49

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

#49677b
#7b5d49
#7b7649
#494e7b

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 #49677b 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.

#49677b Color Code Preview on Black Background Color

This is how #49677b Color will look on black background color. Color contrast ratio is 3.51

#49677b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49677b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49677b

#49677b color code is use for CSS Background Color

Background color for the above div is #49677b

HTML with inline CSS

<div style="background-color:#49677b;"></div>

#49677b color code is use for CSS Border Color

CSS Border color for the above div is #49677b

HTML with inline CSS

<div style="border:5px solid #49677b;"></div>

CSS Border Left color for the above div is #49677b

HTML with inline CSS

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

CSS Border Right color for the above div is #49677b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49677b

HTML with inline CSS

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

CSS Border Top color for the above div is #49677b

HTML with inline CSS

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

#49677b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49677b Color code Preview on White Background

This is how #49677b Color code will look on white background color. Color contrast ratio is 5.98

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.