crispedge.com

Color picker

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

#4477dc hex color - Blue - Cool color - Information

#4477dc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #4477dc Color code in RGB color code model is created after adding 26.67% red color, 46.67% green color and 86.27% blue color. Hex #4477dc Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 46% magenta, 0% yellow and 14% black.

Hex #4477dc color code is between #3366dd web safe hex color code and #5588cc web safe hex color code. #3366dd is the nearest web safe color code. You can see here many more shades of #4477dc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4477dc#4477dc
RGB Decimal68, 119, 220rgb(68, 119, 220)
RGB Percent27%, 47%, 86%rgb(27%, 47%, 86%)
CSS RGBa68, 119, 220,1rgba(68,119,220,1)
CMYK Modelcmyk(69%,46%,0%,14%)
HSL Color Space220,68% ,56%hsl(220,68% ,56%)
HSV Color Space220°, 69%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001000111011111011100
Octal104167334
Decimal68119220
Hex4477dc

Different shades of #4477dc color code.

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

Light Shade of #4477dc
#6f96e4
Dark Shade of #4477dc
#255cc8
Saturated Shade of #4477dc
#3973e7
Desaturated Shade of #4477dc
#4f7bd1
Grey scale Shade of #4477dc
#909090
Brighten Shade
#5d90f5
Most Readable Shade
#FFFFFF

Shades of #4477dc color code

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

#4477dc
#3c69c3
#345cab
#2d4f92
#25427a
#1e3461
#162749
#0f1a30
#070d18
#000000

Similar Color like #4477dc color

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

#4578dd
#4679de
#477adf
#487be0
#497ce1
#4a7de2
#4b7ee3
#4c7fe4
#4d80e5
#4e81e6
#4f82e7
#5083e8
#5184e9
#5285ea
#4376db
#4275da
#4174d9
#4073d8
#3f72d7
#3e71d6
#3d70d5
#3c6fd4
#3b6ed3
#3a6dd2
#396cd1
#386bd0
#376acf
#3669ce

Monochromatic Color with #4477dc

#4477dc
#020407
#0f1b32
#1d325c
#2a4987
#3760b1

Tints of #4477dc Color

#4477dc
#5886df
#6d95e3
#82a4e7
#97b3eb
#abc2ef
#c0d1f3
#d5e0f7
#eaeffb
#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

#4477dc
#dca944

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

Split Complementary

#4477dc
#dc5d44
#c3dc44

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

Analogous Color

#44b4dc
#4495dc
#4477dc
#4459dc
#4e44dc

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

#4477dc
#dc4477
#77dc44

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

#4477dc
#dc44c3
#dca944
#44dc5d

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

#4477dc
#dca944
#c3dc44
#5d44dc

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 #4477dc 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.

#4477dc Color Code Preview on Black Background Color

This is how #4477dc Color will look on black background color. Color contrast ratio is 4.92

#4477dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4477dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4477dc

#4477dc color code is use for CSS Background Color

Background color for the above div is #4477dc

HTML with inline CSS

<div style="background-color:#4477dc;"></div>

#4477dc color code is use for CSS Border Color

CSS Border color for the above div is #4477dc

HTML with inline CSS

<div style="border:5px solid #4477dc;"></div>

CSS Border Left color for the above div is #4477dc

HTML with inline CSS

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

CSS Border Right color for the above div is #4477dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4477dc

HTML with inline CSS

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

CSS Border Top color for the above div is #4477dc

HTML with inline CSS

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

#4477dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4477dc Color code Preview on White Background

This is how #4477dc Color code will look on white background color. Color contrast ratio is 4.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 #4477dc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #4477dc; }

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.