crispedge.com

Color picker

Loading...

#4249bb hex color - Blue - Cool color - Information

#4249bb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4249bb Color code in RGB color code model is created after adding 25.88% red color, 28.63% green color and 73.33% blue color. Hex #4249bb Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 61% magenta, 0% yellow and 27% black.

Hex #4249bb color code is between #4444aa web safe hex color code and #3355cc web safe hex color code. #4444aa is the nearest web safe color code. You can see here many more shades of #4249bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code4249bb#4249bb
RGB Decimal66, 73, 187rgb(66, 73, 187)
RGB Percent26%, 29%, 73%rgb(26%, 29%, 73%)
CSS RGBa66, 73, 187,1rgba(66,73,187,1)
CMYK Modelcmyk(65%,61%,0%,27%)
HSL Color Space237,48% ,50%hsl(237,48% ,50%)
HSV Color Space237°, 65%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000100100100110111011
Octal102111273
Decimal6673187
Hex4249bb

Different shades of #4249bb color code.

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

Light Shade of #4249bb
#676cc9
Dark Shade of #4249bb
#353a95
Saturated Shade of #4249bb
#353ec8
Desaturated Shade of #4249bb
#4f54ae
Grey scale Shade of #4249bb
#7e7e7e
Brighten Shade
#5b62d4
Most Readable Shade
#FFFFFF

Shades of #4249bb color code

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

#4249bb
#3a40a6
#333891
#2c307c
#242867
#1d2053
#16183e
#0e1029
#070814
#000000

Similar Color like #4249bb color

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

#434abc
#444bbd
#454cbe
#464dbf
#474ec0
#484fc1
#4950c2
#4a51c3
#4b52c4
#4c53c5
#4d54c6
#4e55c7
#4f56c8
#5057c9
#4148ba
#4047b9
#3f46b8
#3e45b7
#3d44b6
#3c43b5
#3b42b4
#3a41b3
#3940b2
#383fb1
#373eb0
#363daf
#353cae
#343bad

Monochromatic Color with #4249bb

#4249bb
#515ae5
#060711
#15173b
#242866
#333890

Tints of #4249bb Color

#4249bb
#575dc2
#6c71ca
#8185d1
#9699d9
#abaee0
#c0c2e8
#d5d6ef
#eaeaf7
#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

#4249bb
#bbb442

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

Split Complementary

#4249bb
#bb7742
#86bb42

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

Analogous Color

#4279bb
#4261bb
#4249bb
#5342bb
#6b42bb

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

#4249bb
#bb4249
#49bb42

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

#4249bb
#bb4285
#bbb442
#42bb77

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

#4249bb
#bbb442
#86bb42
#7742bb

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 #4249bb 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.

#4249bb Color Code Preview on Black Background Color

This is how #4249bb Color will look on black background color. Color contrast ratio is 2.90

#4249bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4249bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4249bb

#4249bb color code is use for CSS Background Color

Background color for the above div is #4249bb

HTML with inline CSS

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

#4249bb color code is use for CSS Border Color

CSS Border color for the above div is #4249bb

HTML with inline CSS

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

CSS Border Left color for the above div is #4249bb

HTML with inline CSS

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

CSS Border Right color for the above div is #4249bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4249bb

HTML with inline CSS

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

CSS Border Top color for the above div is #4249bb

HTML with inline CSS

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

#4249bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4249bb Color code Preview on White Background

This is how #4249bb Color code will look on white background color. Color contrast ratio is 7.24

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

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(66,73,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,180,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,73,187,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.