crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#49246d hex color - Violet - Warm color - Information

#49246d hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #49246d Color code in RGB color code model is created after adding 28.63% red color, 14.12% green color and 42.75% blue color. Hex #49246d Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 67% magenta, 0% yellow and 57% black.

Hex #49246d color code is between #442266 web safe hex color code and #553377 web safe hex color code. #442266 is the nearest web safe color code. You can see here many more shades of #49246d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code49246d#49246d
RGB Decimal73, 36, 109rgb(73, 36, 109)
RGB Percent29%, 14%, 43%rgb(29%, 14%, 43%)
CSS RGBa73, 36, 109,1rgba(73,36,109,1)
CMYK Modelcmyk(33%,67%,0%,57%)
HSL Color Space270,50% ,28%hsl(270,50% ,28%)
HSV Color Space270°, 67%, 43%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010010010010001101101
Octal11144155
Decimal7336109
Hex49246d

Different shades of #49246d color code.

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

Light Shade of #49246d
#633193
Dark Shade of #49246d
#2f1747
Saturated Shade of #49246d
#491d74
Desaturated Shade of #49246d
#492b66
Grey scale Shade of #49246d
#484848
Brighten Shade
#623d86
Most Readable Shade
#FFFFFF

Shades of #49246d color code

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

#49246d
#402060
#381c54
#301848
#28143c
#201030
#180c24
#100818
#08040c
#000000

Similar Color like #49246d color

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

#4a256e
#4b266f
#4c2770
#4d2871
#4e2972
#4f2a73
#502b74
#512c75
#522d76
#532e77
#542f78
#553079
#56317a
#57327b
#48236c
#47226b
#46216a
#452069
#441f68
#431e67
#421d66
#411c65
#401b64
#3f1a63
#3e1962
#3d1861
#3c1760
#3b165f

Monochromatic Color with #49246d

#49246d
#653297
#8240c2
#9e4eec
#100818
#2d1642

Tints of #49246d Color

#49246d
#5d3c7d
#71548d
#856d9d
#9985ad
#ae9dbe
#c2b6ce
#d6cede
#eae6ee
#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

#49246d
#486d24

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

Split Complementary

#49246d
#6d6d24
#246d24

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

Analogous Color

#2c246d
#3a246d
#49246d
#58246d
#66246d

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

#49246d
#6d4924
#246d49

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

#49246d
#6d2524
#486d24
#246c6d

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

#49246d
#486d24
#246d24
#6d246d

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 #49246d 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.

#49246d Color Code Preview on Black Background Color

This is how #49246d Color will look on black background color. Color contrast ratio is 1.76

#49246d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#49246d color code is use for CSS Background Color

Background color for the above div is #49246d

HTML with inline CSS

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

#49246d color code is use for CSS Border Color

CSS Border color for the above div is #49246d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#49246d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49246d Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.