crispedge.com

Color picker

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

#49276e hex color - Violet - Cool color - Information

#49276e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #49276e Color code in RGB color code model is created after adding 28.63% red color, 15.29% green color and 43.14% blue color. Hex #49276e Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 65% magenta, 0% yellow and 57% black.

Hex #49276e 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 #49276e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code49276e#49276e
RGB Decimal73, 39, 110rgb(73, 39, 110)
RGB Percent29%, 15%, 43%rgb(29%, 15%, 43%)
CSS RGBa73, 39, 110,1rgba(73,39,110,1)
CMYK Modelcmyk(34%,65%,0%,57%)
HSL Color Space269,48% ,29%hsl(269,48% ,29%)
HSV Color Space269°, 65%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010010010010011101101110
Octal11147156
Decimal7339110
Hex49276e

Different shades of #49276e color code.

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

Light Shade of #49276e
#623494
Dark Shade of #49276e
#301a48
Saturated Shade of #49276e
#492075
Desaturated Shade of #49276e
#492e67
Grey scale Shade of #49276e
#4a4a4a
Brighten Shade
#624087
Most Readable Shade
#FFFFFF

Shades of #49276e color code

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

#49276e
#402261
#381e55
#301a49
#28153d
#201130
#180d24
#100818
#08040c
#000000

Similar Color like #49276e color

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

#4a286f
#4b2970
#4c2a71
#4d2b72
#4e2c73
#4f2d74
#502e75
#512f76
#523077
#533178
#543279
#55337a
#56347b
#57357c
#48266d
#47256c
#46246b
#45236a
#442269
#432168
#422067
#411f66
#401e65
#3f1d64
#3e1c63
#3d1b62
#3c1a61
#3b1960

Monochromatic Color with #49276e

#49276e
#653698
#8145c3
#9e54ed
#110919
#2d1843

Tints of #49276e Color

#49276e
#5d3f7e
#71578e
#856f9e
#9987ae
#ae9fbe
#c2b7ce
#d6cfde
#eae7ee
#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

#49276e
#4c6e27

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

Split Complementary

#49276e
#6e6d27
#296e27

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

Analogous Color

#2d276e
#3b276e
#49276e
#57276e
#65276e

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

#49276e
#6e4927
#276e49

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

#49276e
#6e2728
#4c6e27
#276e6c

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

#49276e
#4c6e27
#296e27
#6d276e

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 #49276e 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.

#49276e Color Code Preview on Black Background Color

This is how #49276e Color will look on black background color. Color contrast ratio is 1.80

#49276e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49276e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #49276e

#49276e color code is use for CSS Background Color

Background color for the above div is #49276e

HTML with inline CSS

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

#49276e color code is use for CSS Border Color

CSS Border color for the above div is #49276e

HTML with inline CSS

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

CSS Border Left color for the above div is #49276e

HTML with inline CSS

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

CSS Border Right color for the above div is #49276e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #49276e

HTML with inline CSS

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

CSS Border Top color for the above div is #49276e

HTML with inline CSS

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

#49276e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#49276e Color code Preview on White Background

This is how #49276e Color code will look on white background color. Color contrast ratio is 11.68

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

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.