crispedge.com

Color picker

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

#48445a hex color - Violet - Cool color - Information

#48445a hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #48445a Color code in RGB color code model is created after adding 28.24% red color, 26.67% green color and 35.29% blue color. Hex #48445a Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 24% magenta, 0% yellow and 65% black.

Hex #48445a color code is between #443355 web safe hex color code and #555566 web safe hex color code. #443355 is the nearest web safe color code. You can see here many more shades of #48445a color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code48445a#48445a
RGB Decimal72, 68, 90rgb(72, 68, 90)
RGB Percent28%, 27%, 35%rgb(28%, 27%, 35%)
CSS RGBa72, 68, 90,1rgba(72,68,90,1)
CMYK Modelcmyk(20%,24%,0%,65%)
HSL Color Space251,14% ,31%hsl(251,14% ,31%)
HSV Color Space251°, 24%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010000100010001011010
Octal110104132
Decimal726890
Hex48445a

Different shades of #48445a color code.

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

Light Shade of #48445a
#5f5a77
Dark Shade of #48445a
#312e3d
Saturated Shade of #48445a
#433c62
Desaturated Shade of #48445a
#4d4c52
Grey scale Shade of #48445a
#4f4f4f
Brighten Shade
#615d73
Most Readable Shade
#FFFFFF

Shades of #48445a color code

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

#48445a
#403c50
#383446
#302d3c
#282532
#201e28
#18161e
#100f14
#08070a
#000000

Similar Color like #48445a color

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

#49455b
#4a465c
#4b475d
#4c485e
#4d495f
#4e4a60
#4f4b61
#504c62
#514d63
#524e64
#534f65
#545066
#555167
#565268
#474359
#464258
#454157
#444056
#433f55
#423e54
#413d53
#403c52
#3f3b51
#3e3a50
#3d394f
#3c384e
#3b374d
#3a364c

Monochromatic Color with #48445a

#48445a
#6a6484
#8c84af
#aea4d9
#040405
#26242f

Tints of #48445a Color

#48445a
#5c586c
#706d7e
#858291
#9997a3
#adabb5
#c2c0c8
#d6d5da
#eaeaec
#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

#48445a
#565a44

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

Split Complementary

#48445a
#5a5344
#4b5a44

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

Analogous Color

#44495a
#44445a
#48445a
#4c445a
#51445a

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

#48445a
#5a4844
#445a48

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

#48445a
#5a444b
#565a44
#445a53

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

#48445a
#565a44
#4b5a44
#53445a

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 #48445a 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.

#48445a Color Code Preview on Black Background Color

This is how #48445a Color will look on black background color. Color contrast ratio is 2.25

#48445a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48445a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48445a

#48445a color code is use for CSS Background Color

Background color for the above div is #48445a

HTML with inline CSS

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

#48445a color code is use for CSS Border Color

CSS Border color for the above div is #48445a

HTML with inline CSS

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

CSS Border Left color for the above div is #48445a

HTML with inline CSS

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

CSS Border Right color for the above div is #48445a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48445a

HTML with inline CSS

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

CSS Border Top color for the above div is #48445a

HTML with inline CSS

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

#48445a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48445a Color code Preview on White Background

This is how #48445a Color code will look on white background color. Color contrast ratio is 9.33

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

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.