crispedge.com

Color picker

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

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

#48657b hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48657b#48657b
RGB Decimal72, 101, 123rgb(72, 101, 123)
RGB Percent28%, 40%, 48%rgb(28%, 40%, 48%)
CSS RGBa72, 101, 123,1rgba(72,101,123,1)
CMYK Modelcmyk(41%,18%,0%,52%)
HSL Color Space206,26% ,38%hsl(206,26% ,38%)
HSV Color Space206°, 41%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010000110010101111011
Octal110145173
Decimal72101123
Hex48657b

Different shades of #48657b color code.

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

Light Shade of #48657b
#5b7f9b
Dark Shade of #48657b
#354b5b
Saturated Shade of #48657b
#3e6685
Desaturated Shade of #48657b
#526471
Grey scale Shade of #48657b
#616161
Brighten Shade
#617e94
Most Readable Shade
#FFFFFF

Shades of #48657b color code

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

#48657b
#40596d
#384e5f
#304352
#283844
#202c36
#182129
#10161b
#080b0d
#000000

Similar Color like #48657b color

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

#49667c
#4a677d
#4b687e
#4c697f
#4d6a80
#4e6b81
#4f6c82
#506d83
#516e84
#526f85
#537086
#547187
#557288
#567389
#47647a
#466379
#456278
#446177
#436076
#425f75
#415e74
#405d73
#3f5c72
#3e5b71
#3d5a70
#3c596f
#3b586e
#3a576d

Monochromatic Color with #48657b

#48657b
#6188a5
#7aabd0
#93cefa
#161f26
#2f4250

Tints of #48657b Color

#48657b
#5c7689
#708798
#8598a7
#99a9b5
#adbac4
#c2cbd3
#d6dce1
#eaedf0
#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

#48657b
#7b5e48

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

Split Complementary

#48657b
#7b484b
#7b7848

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

Analogous Color

#48797b
#486f7b
#48657b
#485b7b
#48517b

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

#48657b
#7b4865
#657b48

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

#48657b
#77487b
#7b5e48
#4b7b48

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

#48657b
#7b5e48
#7b7848
#484b7b

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

#48657b Color Code Preview on Black Background Color

This is how #48657b Color will look on black background color. Color contrast ratio is 3.42

#48657b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#48657b color code is use for CSS Background Color

Background color for the above div is #48657b

HTML with inline CSS

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

#48657b color code is use for CSS Border Color

CSS Border color for the above div is #48657b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#48657b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48657b Color code Preview on White Background

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

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

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.