crispedge.com

Color picker

Loading...

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

#49385a hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #49385a Color code in RGB color code model is created after adding 28.63% red color, 21.96% green color and 35.29% blue color. Hex #49385a Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 38% magenta, 0% yellow and 65% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code49385a#49385a
RGB Decimal73, 56, 90rgb(73, 56, 90)
RGB Percent29%, 22%, 35%rgb(29%, 22%, 35%)
CSS RGBa73, 56, 90,1rgba(73,56,90,1)
CMYK Modelcmyk(19%,38%,0%,65%)
HSL Color Space270,23% ,29%hsl(270,23% ,29%)
HSV Color Space270°, 38%, 35%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010010011100001011010
Octal11170132
Decimal735690
Hex49385a

Different shades of #49385a color code.

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

Light Shade of #49385a
#624c79
Dark Shade of #49385a
#2f243b
Saturated Shade of #49385a
#493161
Desaturated Shade of #49385a
#493f53
Grey scale Shade of #49385a
#494949
Brighten Shade
#625173
Most Readable Shade
#FFFFFF

Shades of #49385a color code

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

#49385a
#403150
#382b46
#30253c
#281f32
#201828
#18121e
#100c14
#08060a
#000000

Similar Color like #49385a color

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

#4a395b
#4b3a5c
#4c3b5d
#4d3c5e
#4e3d5f
#4f3e60
#503f61
#514062
#524163
#534264
#544365
#554466
#564567
#574668
#483759
#473658
#463557
#453456
#443355
#433254
#423153
#413052
#402f51
#3f2e50
#3e2d4f
#3d2c4e
#3c2b4d
#3b2a4c

Monochromatic Color with #49385a

#49385a
#6b5284
#8e6daf
#b087d9
#040305
#271e2f

Tints of #49385a Color

#49385a
#5d4e6c
#71647e
#857a91
#9990a3
#aea6b5
#c2bcc8
#d6d2da
#eae8ec
#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

#49385a
#495a38

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

Split Complementary

#49385a
#5a5a38
#385a38

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

Analogous Color

#3b385a
#42385a
#49385a
#50385a
#57385a

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

#49385a
#5a4938
#385a49

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

#49385a
#5a3838
#495a38
#385a5a

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

#49385a
#495a38
#385a38
#5a385a

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

#49385a Color Code Preview on Black Background Color

This is how #49385a Color will look on black background color. Color contrast ratio is 2.00

#49385a in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#49385a color code is use for CSS Background Color

Background color for the above div is #49385a

HTML with inline CSS

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

#49385a color code is use for CSS Border Color

CSS Border color for the above div is #49385a

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#49385a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49385a Color code Preview on White Background

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

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

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(73,56,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,90,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(73,56,90,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.