Skip to main content Skip to docs navigation

#490cdc 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 Blue Copper Ore and its hex is #4411DD Nearest Color Name

Color Hue/Base color: Violet

Hex #490cdc Color code in RGB color code model is created after adding 28.63% red color, 4.71% green color and 86.27% blue color. Hex #490cdc Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 95% magenta, 0% yellow and 13.73% black.

Hex #490cdc color code is between #4411dd web safe hex color code and #5500cc web safe hex color code. #4411dd is the nearest web safe color code. You can see here many more shades of #490cdc color code.

RGB Chart

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

Color Table

Hex Color Code 490cdc #490cdc
RGB Decimal 73, 12, 220 73, 12, 220
RGB Percent 29%, 5%, 86% rgb(29%, 5%, 86%)
CSS RGBa 73, 12, 220,1 rgba(73,12,220,1)
CMYK Model cmyk(67%,95%,0%,13.73%)
HSL Color Space 258,90% ,45% hsl(258,90% ,45%)
HSV Color Space 258°, 95%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001001 00001100 11011100
Octal 111 14 334
Decimal 73 12 220
Hex 49 0c dc

Different shades of #490cdc color code.

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

Darkest of #490cdc
#19044b
Darker of #490cdc
#29077b
Dark of #490cdc
#3909ac
Base of #490cdc
#490cdc
Light of #490cdc
#6328f3
Lighter
#8658f6
Lightest
#a988f9

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

#490cdc
#9fdc0c

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

Split Complementary

#490cdc
#dcb10c
#37dc0c

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

Analogous Color

#0c48dc
#0c26dc
#490cdc
#8e0cdc
#dc0cd3

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

#490cdc
#0cdc49
#dc490c

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

#490cdc
#dc490c
#9fdc0c
#0c9fdc

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

#490cdc
#dc0c37
#9fdc0c
#0cdcb1

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 #490cdc

#09011b
#19044b
#29077b
#3909ac
#490cdc
#6328f3
#8658f6
#a988f9
#ccb9fb

Tints of #490cdc Color

#490cdc
#5d27df
#7142e3
#855de7
#9978eb
#ae93ef
#c2aef3
#d6c9f7
#eae4fb
#ffffff

Shades of #490cdc color code

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

#490cdc
#400ac3
#3809ab
#300892
#28067a
#200561
#180449
#100230
#080118
#000000

Tones

#490cdc
#5323c5
#5c3aae
#665296
#6f697f

Tones

Similar Color like #490cdc color

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

#4a0ddd
#4b0ede
#4c0fdf
#4d10e0
#4e11e1
#4f12e2
#5013e3
#5114e4
#5215e5
#5316e6
#5417e7
#5518e8
#5619e9
#571aea
#480bdb
#470ada
#4609d9
#4508d8
#4407d7
#4306d6
#4205d5
#4104d4
#4003d3
#3f02d2
#3e01d1
#3d00d0
#3c00cf
#3b00ce

Download this Dark Violet

Hex #490cdc 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.

#490cdc Color Code Preview on Black Background Color

This is how #490cdc Color will look on black background color. Color contrast ratio is 2.37

#490cdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #490cdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #490cdc

#490cdc color code is use for CSS Background Color

Background color for the above div is #490cdc

HTML with inline CSS

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

#490cdc color code is use for CSS Border Color

CSS Border color for the above div is #490cdc

HTML with inline CSS

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

CSS Border Left color for the above div is #490cdc

HTML with inline CSS

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

CSS Border Right color for the above div is #490cdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #490cdc

HTML with inline CSS

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

CSS Border Top color for the above div is #490cdc

HTML with inline CSS

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

#490cdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#490cdc Color code Preview on White Background

This is how #490cdc Color code will look on white background color. Color contrast ratio is 8.86

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

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