Skip to main content Skip to docs navigation

#492e62 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 Violet Indigo and its hex is #482D67 Nearest Color Name

Color Hue/Base color: Violet

Hex #492e62 Color code in RGB color code model is created after adding 28.63% red color, 18.04% green color and 38.43% blue color. Hex #492e62 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 53% magenta, 0% yellow and 61.57% black.

Hex #492e62 color code is between #443366 web safe hex color code and #552255 web safe hex color code. #443366 is the nearest web safe color code. You can see here many more shades of #492e62 color code.

RGB Chart

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

Color Table

Hex Color Code 492e62 #492e62
RGB Decimal 73, 46, 98 73, 46, 98
RGB Percent 29%, 18%, 38% rgb(29%, 18%, 38%)
CSS RGBa 73, 46, 98,1 rgba(73,46,98,1)
CMYK Model cmyk(26%,53%,0%,61.57%)
HSL Color Space 271,36% ,28% hsl(271,36% ,28%)
HSV Color Space 271°, 53%, 38%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01001001 00101110 01100010
Octal 111 56 142
Decimal 73 46 98
Hex 49 2e 62

Different shades of #492e62 color code.

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

Darkest of #492e62
#000000
Darker of #492e62
#150d1d
Dark of #492e62
#2f1e3f
Base of #492e62
#492e62
Light of #492e62
#633e85
Lighter
#7d4fa7
Lightest
#966ebb

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

#492e62
#47622e

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

Split Complementary

#492e62
#61622e
#2e622f

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

Analogous Color

#2e3162
#332e62
#492e62
#5a2e62
#622e54

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

#492e62
#2e6249
#62492e

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

#492e62
#62492e
#47622e
#2e4762

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

#492e62
#622f2e
#47622e
#2e6162

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 #492e62

#000000
#000000
#150d1d
#2f1e3f
#492e62
#633e85
#7d4fa7
#966ebb
#af91cb

Tints of #492e62 Color

#492e62
#5d4573
#715c84
#857396
#998aa7
#aea2b9
#c2b9ca
#d6d0dc
#eae7ed
#ffffff

Shades of #492e62 color code

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

#492e62
#402857
#38234c
#301e41
#281936
#20142b
#180f20
#100a15
#08050a
#000000

Tones

#492e62
#483c54
#484848
#484848
#484848

Tones

Similar Color like #492e62 color

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

#4a2f63
#4b3064
#4c3165
#4d3266
#4e3367
#4f3468
#503569
#51366a
#52376b
#53386c
#54396d
#553a6e
#563b6f
#573c70
#482d61
#472c60
#462b5f
#452a5e
#44295d
#43285c
#42275b
#41265a
#402559
#3f2458
#3e2357
#3d2256
#3c2155
#3b2054

Download this Dark Violet

Hex #492e62 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.

#492e62 Color Code Preview on Black Background Color

This is how #492e62 Color will look on black background color. Color contrast ratio is 1.85

#492e62 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #492e62

HTML with inline CSS

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

Your Example Paragraph content text in with font color #492e62

#492e62 color code is use for CSS Background Color

Background color for the above div is #492e62

HTML with inline CSS

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

#492e62 color code is use for CSS Border Color

CSS Border color for the above div is #492e62

HTML with inline CSS

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

CSS Border Left color for the above div is #492e62

HTML with inline CSS

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

CSS Border Right color for the above div is #492e62

HTML with inline CSS

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

CSS Border Bottom color for the above div is #492e62

HTML with inline CSS

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

CSS Border Top color for the above div is #492e62

HTML with inline CSS

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

#492e62 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#492e62 Color code Preview on White Background

This is how #492e62 Color code will look on white background color. Color contrast ratio is 11.35

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

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