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

#490975 hex color - Violet - Warm color - Information

#490975 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #490975 Color code in RGB color code model is created after adding 28.63% red color, 3.53% green color and 45.88% blue color. Hex #490975 Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 92% magenta, 0% yellow and 54.12% black.

Hex #490975 color code is between #441177 web safe hex color code and #550066 web safe hex color code. #441177 is the nearest web safe color code. You can see here many more shades of #490975 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 490975 #490975
RGB Decimal 73, 9, 117 rgb(73, 9, 117)
RGB Percent 29%, 4%, 46% rgb(29%, 4%, 46%)
CSS RGBa 73, 9, 117,1 rgba(73,9,117,1)
CMYK Model cmyk(38%,92%,0%,54.12%)
HSL Color Space 276,86% ,25% hsl(276,86% ,25%)
HSV Color Space 276°, 92%, 46%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 01001001 00001001 01110101
Octal 111 11 165
Decimal 73 9 117
Hex 49 09 75

Different shades of #490975 color code.

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

Light Shade of #490975
#670da4
Dark Shade of #490975
#2b0546
Saturated Shade of #490975
#4a037b
Desaturated Shade of #490975
#480f6f
Grey scale Shade of #490975
#3f3f3f
Brighten Shade
#62228e
Most Readable Shade
#FFFFFF

Shades of #490975 color code

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

#490975
#400868
#38075b
#30064e
#280541
#200434
#180327
#10021a
#08010d
#000000

Similar Color like #490975 color

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

#4a0a76
#4b0b77
#4c0c78
#4d0d79
#4e0e7a
#4f0f7b
#50107c
#51117d
#52127e
#53137f
#541480
#551581
#561682
#571783
#480874
#470773
#460672
#450571
#440470
#43036f
#42026e
#41016d
#40006c
#3f006b
#3e006a
#3d0069
#3c0068
#3b0067

Monochromatic Color with #490975

#490975
#640c9f
#7e10ca
#9913f4
#140220
#2e064a

Tints of #490975 Color

#490975
#5d2484
#713f93
#855ba3
#9976b2
#ae91c1
#c2add1
#d6c8e0
#eae3ef
#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

#490975
#357509

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

Split Complementary

#490975
#6b7509
#097513

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

Analogous Color

#1e0975
#330975
#490975
#5f0975
#740975

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

#490975
#754909
#097549

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

#490975
#751309
#357509
#096b75

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

#490975
#357509
#097513
#75096b

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 #490975 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.

#490975 Color Code Preview on Black Background Color

This is how #490975 Color will look on black background color. Color contrast ratio is 1.58

#490975 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #490975

HTML with inline CSS

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

Your Example Paragraph content text in with font color #490975

#490975 color code is use for CSS Background Color

Background color for the above div is #490975

HTML with inline CSS

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

#490975 color code is use for CSS Border Color

CSS Border color for the above div is #490975

HTML with inline CSS

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

CSS Border Left color for the above div is #490975

HTML with inline CSS

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

CSS Border Right color for the above div is #490975

HTML with inline CSS

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

CSS Border Bottom color for the above div is #490975

HTML with inline CSS

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

CSS Border Top color for the above div is #490975

HTML with inline CSS

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

#490975 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#490975 Color code Preview on White Background

This is how #490975 Color code will look on white background color. Color contrast ratio is 13.30

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

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