crispedge.com

Color picker

Loading...

#48646e hex color - Blue - Cool color - Information

#48646e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #48646e Color code in RGB color code model is created after adding 28.24% red color, 39.22% green color and 43.14% blue color. Hex #48646e Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 9% magenta, 0% yellow and 57% black.

Hex #48646e color code is between #446666 web safe hex color code and #555577 web safe hex color code. #446666 is the nearest web safe color code. You can see here many more shades of #48646e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code48646e#48646e
RGB Decimal72, 100, 110rgb(72, 100, 110)
RGB Percent28%, 39%, 43%rgb(28%, 39%, 43%)
CSS RGBa72, 100, 110,1rgba(72,100,110,1)
CMYK Modelcmyk(35%,9%,0%,57%)
HSL Color Space196,21% ,36%hsl(196,21% ,36%)
HSV Color Space196°, 35%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010000110010001101110
Octal110144156
Decimal72100110
Hex48646e

Different shades of #48646e color code.

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

Light Shade of #48646e
#5c808d
Dark Shade of #48646e
#34484f
Saturated Shade of #48646e
#3f6877
Desaturated Shade of #48646e
#516065
Grey scale Shade of #48646e
#5b5b5b
Brighten Shade
#617d87
Most Readable Shade
#FFFFFF

Shades of #48646e color code

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

#48646e
#405861
#384d55
#304249
#28373d
#202c30
#182124
#101618
#080b0c
#000000

Similar Color like #48646e color

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

#49656f
#4a6670
#4b6771
#4c6872
#4d6973
#4e6a74
#4f6b75
#506c76
#516d77
#526e78
#536f79
#54707a
#55717b
#56727c
#47636d
#46626c
#45616b
#44606a
#435f69
#425e68
#415d67
#405c66
#3f5b65
#3e5a64
#3d5963
#3c5862
#3b5761
#3a5660

Monochromatic Color with #48646e

#48646e
#648b98
#80b1c3
#9bd8ed
#101719
#2c3d43

Tints of #48646e Color

#48646e
#5c757e
#70868e
#85979e
#99a8ae
#adbabe
#c2cbce
#d6dcde
#eaedee
#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

#48646e
#6e5248

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

Split Complementary

#48646e
#6e4851
#6e6548

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

Analogous Color

#486e69
#486c6e
#48646e
#485c6e
#48556e

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

#48646e
#6e4864
#646e48

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

#48646e
#65486e
#6e5248
#516e48

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

#48646e
#6e5248
#6e6548
#48516e

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 #48646e 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.

#48646e Color Code Preview on Black Background Color

This is how #48646e Color will look on black background color. Color contrast ratio is 3.32

#48646e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48646e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48646e

#48646e color code is use for CSS Background Color

Background color for the above div is #48646e

HTML with inline CSS

<div style="background-color:#48646e;"></div>

#48646e color code is use for CSS Border Color

CSS Border color for the above div is #48646e

HTML with inline CSS

<div style="border:5px solid #48646e;"></div>

CSS Border Left color for the above div is #48646e

HTML with inline CSS

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

CSS Border Right color for the above div is #48646e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48646e

HTML with inline CSS

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

CSS Border Top color for the above div is #48646e

HTML with inline CSS

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

#48646e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48646e Color code Preview on White Background

This is how #48646e Color code will look on white background color. Color contrast ratio is 6.32

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(72,100,110,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(110,82,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,100,110,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.