crispedge.com

Color picker

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

#494d49 hex color - Grey - Cool color - Information

#494d49 hex color - Grey - Cool color

Color Hue/Base color: Grey

Hex #494d49 Color code in RGB color code model is created after adding 28.63% red color, 30.2% green color and 28.63% blue color. Hex #494d49 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 0% magenta, 5% yellow and 70% black.

Hex #494d49 color code is between #445544 web safe hex color code and #554455 web safe hex color code. #445544 is the nearest web safe color code. You can see here many more shades of #494d49 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code494d49#494d49
RGB Decimal73, 77, 73rgb(73, 77, 73)
RGB Percent29%, 30%, 29%rgb(29%, 30%, 29%)
CSS RGBa73, 77, 73,1rgba(73,77,73,1)
CMYK Modelcmyk(5%,0%,5%,70%)
HSL Color Space120,3% ,29%hsl(120,3% ,29%)
HSV Color Space120°, 5%, 30%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010010100110101001001
Octal111115111
Decimal737773
Hex494d49

Different shades of #494d49 color code.

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

Light Shade of #494d49
#626762
Dark Shade of #494d49
#303330
Saturated Shade of #494d49
#425442
Desaturated Shade of #494d49
#4b4b4b
Grey scale Shade of #494d49
#4b4b4b
Brighten Shade
#626662
Most Readable Shade
#FFFFFF

Shades of #494d49 color code

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

#494d49
#404440
#383b38
#303330
#282a28
#202220
#181918
#101110
#080808
#000000

Similar Color like #494d49 color

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

#4a4e4a
#4b4f4b
#4c504c
#4d514d
#4e524e
#4f534f
#505450
#515551
#525652
#535753
#545854
#555955
#565a56
#575b57
#484c48
#474b47
#464a46
#454945
#444844
#434743
#424642
#414541
#404440
#3f433f
#3e423e
#3d413d
#3c403c
#3b3f3b

Monochromatic Color with #494d49

#494d49
#717771
#9aa29a
#c2ccc2
#eaf7ea
#212221

Tints of #494d49 Color

#494d49
#5d605d
#717471
#858885
#999c99
#aeafae
#c2c3c2
#d6d7d6
#eaebea
#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

#494d49
#4d494d

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

Split Complementary

#494d49
#4b494d
#4d494b

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

Analogous Color

#4b4d49
#4a4d49
#494d49
#494d4a
#494d4b

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

#494d49
#49494d
#4d4949

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

#494d49
#494b4d
#4d494d
#4d4b49

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

#494d49
#4d494d
#4d494b
#494d4b

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 #494d49 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.

#494d49 Color Code Preview on Black Background Color

This is how #494d49 Color will look on black background color. Color contrast ratio is 2.44

#494d49 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #494d49

HTML with inline CSS

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

Your Example Paragraph content text in with font color #494d49

#494d49 color code is use for CSS Background Color

Background color for the above div is #494d49

HTML with inline CSS

<div style="background-color:#494d49;"></div>

#494d49 color code is use for CSS Border Color

CSS Border color for the above div is #494d49

HTML with inline CSS

<div style="border:5px solid #494d49;"></div>

CSS Border Left color for the above div is #494d49

HTML with inline CSS

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

CSS Border Right color for the above div is #494d49

HTML with inline CSS

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

CSS Border Bottom color for the above div is #494d49

HTML with inline CSS

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

CSS Border Top color for the above div is #494d49

HTML with inline CSS

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

#494d49 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#494d49 Color code Preview on White Background

This is how #494d49 Color code will look on white background color. Color contrast ratio is 8.60

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.