crispedge.com

Color picker

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

#4d5f68 hex color - Blue - Cool color - Information

#4d5f68 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4d5f68 Color code in RGB color code model is created after adding 30.2% red color, 37.25% green color and 40.78% blue color. Hex #4d5f68 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 9% magenta, 0% yellow and 59% black.

Hex #4d5f68 color code is between #556666 web safe hex color code and #445577 web safe hex color code. #556666 is the nearest web safe color code. You can see here many more shades of #4d5f68 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Code4d5f68#4d5f68
RGB Decimal77, 95, 104rgb(77, 95, 104)
RGB Percent30%, 37%, 41%rgb(30%, 37%, 41%)
CSS RGBa77, 95, 104,1rgba(77,95,104,1)
CMYK Modelcmyk(26%,9%,0%,59%)
HSL Color Space200,15% ,35%hsl(200,15% ,35%)
HSV Color Space200°, 26%, 41%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011010101111101101000
Octal115137150
Decimal7795104
Hex4d5f68

Different shades of #4d5f68 color code.

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

Light Shade of #4d5f68
#637a85
Dark Shade of #4d5f68
#37444b
Saturated Shade of #4d5f68
#446271
Desaturated Shade of #4d5f68
#565c5f
Grey scale Shade of #4d5f68
#5a5a5a
Brighten Shade
#667881
Most Readable Shade
#FFFFFF

Shades of #4d5f68 color code

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

#4d5f68
#44545c
#3b4950
#333f45
#2a3439
#222a2e
#191f22
#111517
#080a0b
#000000

Similar Color like #4d5f68 color

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

#4e6069
#4f616a
#50626b
#51636c
#52646d
#53656e
#54666f
#556770
#566871
#576972
#586a73
#596b74
#5a6c75
#5b6d76
#4c5e67
#4b5d66
#4a5c65
#495b64
#485a63
#475962
#465861
#455760
#44565f
#43555e
#42545d
#41535c
#40525b
#3f515a

Monochromatic Color with #4d5f68

#4d5f68
#6c8692
#8cadbd
#abd3e7
#0e1113
#2e383d

Tints of #4d5f68 Color

#4d5f68
#607078
#748289
#88949a
#9ca6ab
#afb7bb
#c3c9cc
#d7dbdd
#ebedee
#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

#4d5f68
#68564d

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

Split Complementary

#4d5f68
#684d51
#68634d

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

Analogous Color

#4d6866
#4d6468
#4d5f68
#4d5a68
#4d5468

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

#4d5f68
#684d5f
#5f684d

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

#4d5f68
#634d68
#68564d
#52684d

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

#4d5f68
#68564d
#68634d
#4d5168

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 #4d5f68 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.

#4d5f68 Color Code Preview on Black Background Color

This is how #4d5f68 Color will look on black background color. Color contrast ratio is 3.15

#4d5f68 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4d5f68

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4d5f68

#4d5f68 color code is use for CSS Background Color

Background color for the above div is #4d5f68

HTML with inline CSS

<div style="background-color:#4d5f68;"></div>

#4d5f68 color code is use for CSS Border Color

CSS Border color for the above div is #4d5f68

HTML with inline CSS

<div style="border:5px solid #4d5f68;"></div>

CSS Border Left color for the above div is #4d5f68

HTML with inline CSS

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

CSS Border Right color for the above div is #4d5f68

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4d5f68

HTML with inline CSS

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

CSS Border Top color for the above div is #4d5f68

HTML with inline CSS

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

#4d5f68 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4d5f68 Color code Preview on White Background

This is how #4d5f68 Color code will look on white background color. Color contrast ratio is 6.66

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.