crispedge.com

Color picker

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

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

#4f5e81 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4f5e81 Color code in RGB color code model is created after adding 30.98% red color, 36.86% green color and 50.59% blue color. Hex #4f5e81 Color code in CMYK color (process color) code model is generated after subtraction of 39% cyan, 27% magenta, 0% yellow and 49% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4f5e81#4f5e81
RGB Decimal79, 94, 129rgb(79, 94, 129)
RGB Percent31%, 37%, 51%rgb(31%, 37%, 51%)
CSS RGBa79, 94, 129,1rgba(79,94,129,1)
CMYK Modelcmyk(39%,27%,0%,49%)
HSL Color Space222,24% ,41%hsl(222,24% ,41%)
HSV Color Space222°, 39%, 51%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010011110101111010000001
Octal117136201
Decimal7994129
Hex4f5e81

Different shades of #4f5e81 color code.

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

Light Shade of #4f5e81
#6375a0
Dark Shade of #4f5e81
#3c4761
Saturated Shade of #4f5e81
#455a8b
Desaturated Shade of #4f5e81
#596277
Grey scale Shade of #4f5e81
#686868
Brighten Shade
#68779a
Most Readable Shade
#FFFFFF

Shades of #4f5e81 color code

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

#4f5e81
#465372
#3d4964
#343e56
#2b3447
#232939
#1a1f2b
#11141c
#080a0e
#000000

Similar Color like #4f5e81 color

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

#505f82
#516083
#526184
#536285
#546386
#556487
#566588
#576689
#58678a
#59688b
#5a698c
#5b6a8d
#5c6b8e
#5d6c8f
#4e5d80
#4d5c7f
#4c5b7e
#4b5a7d
#4a597c
#49587b
#48577a
#475679
#465578
#455477
#445376
#435275
#425174
#415073

Monochromatic Color with #4f5e81

#4f5e81
#697dab
#839cd6
#010101
#1b202c
#353f56

Tints of #4f5e81 Color

#4f5e81
#626f8f
#76819d
#8993ab
#9da5b9
#b0b7c7
#c4c9d5
#d7dbe3
#ebedf1
#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

#4f5e81
#81724f

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

Split Complementary

#4f5e81
#81594f
#77814f

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

Analogous Color

#4f7281
#4f6881
#4f5e81
#4f5481
#544f81

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

#4f5e81
#814f5e
#5e814f

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

#4f5e81
#814f77
#81724f
#4f8159

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

#4f5e81
#81724f
#77814f
#594f81

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

#4f5e81 Color Code Preview on Black Background Color

This is how #4f5e81 Color will look on black background color. Color contrast ratio is 3.25

#4f5e81 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#4f5e81 color code is use for CSS Background Color

Background color for the above div is #4f5e81

HTML with inline CSS

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

#4f5e81 color code is use for CSS Border Color

CSS Border color for the above div is #4f5e81

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#4f5e81 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4f5e81 Color code Preview on White Background

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

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

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.