Skip to main content Skip to docs navigation

#49487d hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Highlands Twilight and its hex is #484A80 Nearest Color Name

Color Hue/Base color: Violet

Hex #49487d Color code in RGB color code model is created after adding 28.63% red color, 28.24% green color and 49.02% blue color. Hex #49487d Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 42% magenta, 0% yellow and 50.98% black.

Hex #49487d color code is between #444477 web safe hex color code and #555588 web safe hex color code. #444477 is the nearest web safe color code. You can see here many more shades of #49487d color code.

RGB Chart

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

Color Table

Hex Color Code 49487d #49487d
RGB Decimal 73, 72, 125 73, 72, 125
RGB Percent 29%, 28%, 49% rgb(29%, 28%, 49%)
CSS RGBa 73, 72, 125,1 rgba(73,72,125,1)
CMYK Model cmyk(42%,42%,0%,50.98%)
HSL Color Space 241,27% ,39% hsl(241,27% ,39%)
HSV Color Space 241°, 42%, 49%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 01001000 01111101
Octal 111 110 175
Decimal 73 72 125
Hex 49 48 7d

Different shades of #49487d color code.

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

Darkest of #49487d
#10101c
Darker of #49487d
#23233c
Dark of #49487d
#36355d
Base of #49487d
#49487d
Light of #49487d
#5c5b9d
Lighter
#7a79b2
Lightest
#9a99c5

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

#49487d
#7c7d48

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

Split Complementary

#49487d
#7d6448
#627d48

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

Analogous Color

#48667d
#485d7d
#49487d
#5b487d
#71487d

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

#49487d
#487d49
#7d4948

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

#49487d
#7d4948
#7c7d48
#487c7d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#49487d
#7d4862
#7c7d48
#487d64

Square 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).

Monochromatic Color with #49487d

#000000
#10101c
#23233c
#36355d
#49487d
#5c5b9d
#7a79b2
#9a99c5
#babad7

Tints of #49487d Color

#49487d
#5d5c8b
#717099
#8585a8
#9999b6
#aeadc5
#c2c2d3
#d6d6e2
#eaeaf0
#ffffff

Shades of #49487d color code

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

#49487d
#40406f
#383861
#303053
#282845
#202037
#181829
#10101b
#08080d
#000000

Tones

#49487d
#5c5c69
#636363
#636363
#636363

Tones

Similar Color like #49487d color

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

#4a497e
#4b4a7f
#4c4b80
#4d4c81
#4e4d82
#4f4e83
#504f84
#515085
#525186
#535287
#545388
#555489
#56558a
#57568b
#48477c
#47467b
#46457a
#454479
#444378
#434277
#424176
#414075
#403f74
#3f3e73
#3e3d72
#3d3c71
#3c3b70
#3b3a6f

Download this Dark Violet

Hex #49487d 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.

#49487d Color Code Preview on Black Background Color

This is how #49487d Color will look on black background color. Color contrast ratio is 2.51

#49487d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49487d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49487d

#49487d color code is use for CSS Background Color

Background color for the above div is #49487d

HTML with inline CSS

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

#49487d color code is use for CSS Border Color

CSS Border color for the above div is #49487d

HTML with inline CSS

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

CSS Border Left color for the above div is #49487d

HTML with inline CSS

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

CSS Border Right color for the above div is #49487d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49487d

HTML with inline CSS

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

CSS Border Top color for the above div is #49487d

HTML with inline CSS

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

#49487d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49487d Color code Preview on White Background

This is how #49487d Color code will look on white background color. Color contrast ratio is 8.38

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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