@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#484752 hex color - Violet - Cool color - Information

#484752 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #484752 Color code in RGB color code model is created after adding 28.24% red color, 27.84% green color and 32.16% blue color. Hex #484752 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 13% magenta, 0% yellow and 67.84% black.

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

0 Likes 0 Comments | 18 Views

RGB Chart

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

Color Table

Hex Color Code 484752 #484752
RGB Decimal 72, 71, 82 rgb(72, 71, 82)
RGB Percent 28%, 28%, 32% rgb(28%, 28%, 32%)
CSS RGBa 72, 71, 82,1 rgba(72,71,82,1)
CMYK Model cmyk(12%,13%,0%,67.84%)
HSL Color Space 245,7% ,30% hsl(245,7% ,30%)
HSV Color Space 245°, 13%, 32%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001000 01000111 01010010
Octal 110 107 122
Decimal 72 71 82
Hex 48 47 52

Different shades of #484752 color code.

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

Light Shade of #484752
#605f6d
Dark Shade of #484752
#302f37
Saturated Shade of #484752
#423f5a
Desaturated Shade of #484752
#4d4d4d
Grey scale Shade of #484752
#4d4d4d
Brighten Shade
#61606b
Most Readable Shade
#FFFFFF

Shades of #484752 color code

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

#484752
#403f48
#38373f
#302f36
#28272d
#201f24
#18171b
#100f12
#080709
#000000

Similar Color like #484752 color

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

#494853
#4a4954
#4b4a55
#4c4b56
#4d4c57
#4e4d58
#4f4e59
#504f5a
#51505b
#52515c
#53525d
#54535e
#55545f
#565560
#474651
#464550
#45444f
#44434e
#43424d
#42414c
#41404b
#403f4a
#3f3e49
#3e3d48
#3d3c47
#3c3b46
#3b3a45
#3a3944

Monochromatic Color with #484752

#484752
#6d6c7c
#9391a7
#b8b5d1
#dddafc
#232227

Tints of #484752 Color

#484752
#5c5b65
#706f78
#85848b
#99989e
#adadb2
#c2c1c5
#d6d6d8
#eaeaeb
#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

#484752
#515247

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

Split Complementary

#484752
#524e47
#4b5247

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

Analogous Color

#474a52
#474852
#484752
#4a4752
#4c4752

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

#484752
#524847
#475248

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

#484752
#52474c
#515247
#47524d

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

#484752
#515247
#4b5247
#4e4752

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 #484752 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.

#484752 Color Code Preview on Black Background Color

This is how #484752 Color will look on black background color. Color contrast ratio is 2.30

#484752 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #484752

HTML with inline CSS

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

Your Example Paragraph content text in with font color #484752

#484752 color code is use for CSS Background Color

Background color for the above div is #484752

HTML with inline CSS

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

#484752 color code is use for CSS Border Color

CSS Border color for the above div is #484752

HTML with inline CSS

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

CSS Border Left color for the above div is #484752

HTML with inline CSS

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

CSS Border Right color for the above div is #484752

HTML with inline CSS

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

CSS Border Bottom color for the above div is #484752

HTML with inline CSS

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

CSS Border Top color for the above div is #484752

HTML with inline CSS

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

#484752 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#484752 Color code Preview on White Background

This is how #484752 Color code will look on white background color. Color contrast ratio is 9.14

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

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,71,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,82,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,71,82,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.