crispedge.com

Color picker

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

#4248ec hex color - Blue - Cool color - Information

#4248ec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4248ec Color code in RGB color code model is created after adding 25.88% red color, 28.24% green color and 92.55% blue color. Hex #4248ec Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 69% magenta, 0% yellow and 7% black.

Hex #4248ec color code is between #4444ee web safe hex color code and #3355dd web safe hex color code. #4444ee is the nearest web safe color code. You can see here many more shades of #4248ec color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4248ec#4248ec
RGB Decimal66, 72, 236rgb(66, 72, 236)
RGB Percent26%, 28%, 93%rgb(26%, 28%, 93%)
CSS RGBa66, 72, 236,1rgba(66,72,236,1)
CMYK Modelcmyk(72%,69%,0%,7%)
HSL Color Space238,82% ,59%hsl(238,82% ,59%)
HSV Color Space238°, 72%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000100100100011101100
Octal102110354
Decimal6672236
Hex4248ec

Different shades of #4248ec color code.

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

Light Shade of #4248ec
#7075f1
Dark Shade of #4248ec
#171ee4
Saturated Shade of #4248ec
#383ef6
Desaturated Shade of #4248ec
#4c52e2
Grey scale Shade of #4248ec
#979797
Brighten Shade
#5b61ff
Most Readable Shade
#FFFFFF

Shades of #4248ec color code

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

#4248ec
#3a40d1
#3338b7
#2c309d
#242883
#1d2068
#16184e
#0e1034
#07081a
#000000

Similar Color like #4248ec color

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

#4349ed
#444aee
#454bef
#464cf0
#474df1
#484ef2
#494ff3
#4a50f4
#4b51f5
#4c52f6
#4d53f7
#4e54f8
#4f55f9
#5056fa
#4147eb
#4046ea
#3f45e9
#3e44e8
#3d43e7
#3c42e6
#3b41e5
#3a40e4
#393fe3
#383ee2
#373de1
#363ce0
#353bdf
#343ade

Monochromatic Color with #4248ec

#4248ec
#070717
#121442
#1e216c
#2a2e97
#363bc1

Tints of #4248ec Color

#4248ec
#575cee
#6c70f0
#8185f2
#9699f4
#abadf6
#c0c2f8
#d5d6fa
#eaeafc
#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

#4248ec
#ece642

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

Split Complementary

#4248ec
#ec9142
#9dec42

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

Analogous Color

#428cec
#426aec
#4248ec
#5e42ec
#8042ec

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

#4248ec
#ec4248
#48ec42

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

#4248ec
#ec429d
#ece642
#42ec91

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

#4248ec
#ece642
#9dec42
#9142ec

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 #4248ec 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.

#4248ec Color Code Preview on Black Background Color

This is how #4248ec Color will look on black background color. Color contrast ratio is 3.37

#4248ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4248ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4248ec

#4248ec color code is use for CSS Background Color

Background color for the above div is #4248ec

HTML with inline CSS

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

#4248ec color code is use for CSS Border Color

CSS Border color for the above div is #4248ec

HTML with inline CSS

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

CSS Border Left color for the above div is #4248ec

HTML with inline CSS

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

CSS Border Right color for the above div is #4248ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4248ec

HTML with inline CSS

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

CSS Border Top color for the above div is #4248ec

HTML with inline CSS

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

#4248ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4248ec Color code Preview on White Background

This is how #4248ec Color code will look on white background color. Color contrast ratio is 6.23

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

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.