crispedge.com

Color picker

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

#454b59 hex color - Blue - Cool color - Information

#454b59 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #454b59 Color code in RGB color code model is created after adding 27.06% red color, 29.41% green color and 34.9% blue color. Hex #454b59 Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 16% magenta, 0% yellow and 65% black.

Hex #454b59 color code is between #444455 web safe hex color code and #555566 web safe hex color code. #444455 is the nearest web safe color code. You can see here many more shades of #454b59 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code454b59#454b59
RGB Decimal69, 75, 89rgb(69, 75, 89)
RGB Percent27%, 29%, 35%rgb(27%, 29%, 35%)
CSS RGBa69, 75, 89,1rgba(69,75,89,1)
CMYK Modelcmyk(22%,16%,0%,65%)
HSL Color Space222,13% ,31%hsl(222,13% ,31%)
HSV Color Space222°, 22%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001010100101101011001
Octal105113131
Decimal697589
Hex454b59

Different shades of #454b59 color code.

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

Light Shade of #454b59
#5b6376
Dark Shade of #454b59
#2f333c
Saturated Shade of #454b59
#3d4861
Desaturated Shade of #454b59
#4d4e51
Grey scale Shade of #454b59
#4f4f4f
Brighten Shade
#5e6472
Most Readable Shade
#FFFFFF

Shades of #454b59 color code

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

#454b59
#3d424f
#353a45
#2e323b
#262931
#1e2127
#17191d
#0f1013
#070809
#000000

Similar Color like #454b59 color

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

#464c5a
#474d5b
#484e5c
#494f5d
#4a505e
#4b515f
#4c5260
#4d5361
#4e5462
#4f5563
#505664
#515765
#525866
#535967
#444a58
#434957
#424856
#414755
#404654
#3f4553
#3e4452
#3d4351
#3c4250
#3b414f
#3a404e
#393f4d
#383e4c
#373d4b

Monochromatic Color with #454b59

#454b59
#666f83
#8793ae
#a8b6d8
#030304
#24272e

Tints of #454b59 Color

#454b59
#595f6b
#6e737d
#838790
#979ba2
#acafb5
#c1c3c7
#d5d7da
#eaebec
#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

#454b59
#595345

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

Split Complementary

#454b59
#594945
#555945

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

Analogous Color

#455359
#454f59
#454b59
#454759
#474559

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

#454b59
#59454b
#4b5945

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

#454b59
#594555
#595345
#455949

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

#454b59
#595345
#555945
#494559

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 #454b59 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.

#454b59 Color Code Preview on Black Background Color

This is how #454b59 Color will look on black background color. Color contrast ratio is 2.40

#454b59 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #454b59

HTML with inline CSS

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

Your Example Paragraph content text in with font color #454b59

#454b59 color code is use for CSS Background Color

Background color for the above div is #454b59

HTML with inline CSS

<div style="background-color:#454b59;"></div>

#454b59 color code is use for CSS Border Color

CSS Border color for the above div is #454b59

HTML with inline CSS

<div style="border:5px solid #454b59;"></div>

CSS Border Left color for the above div is #454b59

HTML with inline CSS

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

CSS Border Right color for the above div is #454b59

HTML with inline CSS

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

CSS Border Bottom color for the above div is #454b59

HTML with inline CSS

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

CSS Border Top color for the above div is #454b59

HTML with inline CSS

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

#454b59 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#454b59 Color code Preview on White Background

This is how #454b59 Color code will look on white background color. Color contrast ratio is 8.74

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

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.