crispedge.com

Color picker

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

#4704d7 hex color - Violet - Cool color - Information

#4704d7 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #4704d7 Color code in RGB color code model is created after adding 27.84% red color, 1.57% green color and 84.31% blue color. Hex #4704d7 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 98% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4704d7#4704d7
RGB Decimal71, 4, 215rgb(71, 4, 215)
RGB Percent28%, 2%, 84%rgb(28%, 2%, 84%)
CSS RGBa71, 4, 215,1rgba(71,4,215,1)
CMYK Modelcmyk(67%,98%,0%,16%)
HSL Color Space259,96% ,43%hsl(259,96% ,43%)
HSV Color Space259°, 98%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110000010011010111
Octal1074327
Decimal714215
Hex4704d7

Different shades of #4704d7 color code.

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

Light Shade of #4704d7
#5d13fb
Dark Shade of #4704d7
#3603a5
Saturated Shade of #4704d7
#4600db
Desaturated Shade of #4704d7
#4b0fcc
Grey scale Shade of #4704d7
#6d6d6d
Brighten Shade
#601df0
Most Readable Shade
#FFFFFF

Shades of #4704d7 color code

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

#4704d7
#3f03bf
#3703a7
#2f028f
#270277
#1f015f
#170147
#0f002f
#070017
#000000

Similar Color like #4704d7 color

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

#4805d8
#4906d9
#4a07da
#4b08db
#4c09dc
#4d0add
#4e0bde
#4f0cdf
#500de0
#510ee1
#520fe2
#5310e3
#5411e4
#5512e5
#4603d6
#4502d5
#4401d4
#4300d3
#4200d2
#4100d1
#4000d0
#3f00cf
#3e00ce
#3d00cd
#3c00cc
#3b00cb
#3a00ca
#3900c9

Monochromatic Color with #4704d7

#4704d7
#010002
#0f012d
#1d0257
#2b0282
#3903ac

Tints of #4704d7 Color

#4704d7
#5b1fdb
#6f3bdf
#8457e4
#9873e8
#ad8fed
#c1abf1
#d6c7f6
#eae3fa
#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

#4704d7
#94d704

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

Split Complementary

#4704d7
#d7b004
#2bd704

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

Analogous Color

#0415d7
#1d04d7
#4704d7
#7104d7
#9b04d7

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

#4704d7
#d74704
#04d747

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

#4704d7
#d7042b
#94d704
#04d7b0

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

#4704d7
#94d704
#2bd704
#b004d7

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 #4704d7 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.

#4704d7 Color Code Preview on Black Background Color

This is how #4704d7 Color will look on black background color. Color contrast ratio is 2.27

#4704d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4704d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4704d7

#4704d7 color code is use for CSS Background Color

Background color for the above div is #4704d7

HTML with inline CSS

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

#4704d7 color code is use for CSS Border Color

CSS Border color for the above div is #4704d7

HTML with inline CSS

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

CSS Border Left color for the above div is #4704d7

HTML with inline CSS

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

CSS Border Right color for the above div is #4704d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4704d7

HTML with inline CSS

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

CSS Border Top color for the above div is #4704d7

HTML with inline CSS

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

#4704d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4704d7 Color code Preview on White Background

This is how #4704d7 Color code will look on white background color. Color contrast ratio is 9.27

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

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.