crispedge.com

Color picker

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

#4466dd hex color - Blue - Cool color - Information

#4466dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4466dd Color code in RGB color code model is created after adding 26.67% red color, 40% green color and 86.67% blue color. Hex #4466dd Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 54% magenta, 0% yellow and 13% black.

Hex #4466dd color code is a web safe color. Next web safe color code is #3355cc and previous web safe color code is #5577ee. You can see here many more shades of #4466dd color code.

0 Likes 0 Comments | 33 Views

Color Table

Hex Color Code4466dd#4466dd
RGB Decimal68, 102, 221rgb(68, 102, 221)
RGB Percent27%, 40%, 87%rgb(27%, 40%, 87%)
CSS RGBa68, 102, 221,1rgba(68,102,221,1)
CMYK Modelcmyk(69%,54%,0%,13%)
HSL Color Space227,69% ,57%hsl(227,69% ,57%)
HSV Color Space227°, 69%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001000110011011011101
Octal104146335
Decimal68102221
Hex4466dd

Different shades of #4466dd color code.

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

Light Shade of #4466dd
#6f89e5
Dark Shade of #4466dd
#2549c9
Saturated Shade of #4466dd
#3960e8
Desaturated Shade of #4466dd
#4f6cd2
Grey scale Shade of #4466dd
#909090
Brighten Shade
#5d7ff6
Most Readable Shade
#FFFFFF

Shades of #4466dd color code

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

#4466dd
#3c5ac4
#344fab
#2d4493
#25387a
#1e2d62
#162249
#0f1631
#070b18
#000000

Similar Color like #4466dd color

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

#4567de
#4668df
#4769e0
#486ae1
#496be2
#4a6ce3
#4b6de4
#4c6ee5
#4d6fe6
#4e70e7
#4f71e8
#5072e9
#5173ea
#5274eb
#4365dc
#4264db
#4163da
#4062d9
#3f61d8
#3e60d7
#3d5fd6
#3c5ed5
#3b5dd4
#3a5cd3
#395bd2
#385ad1
#3759d0
#3658cf

Monochromatic Color with #4466dd

#4466dd
#030408
#101833
#1d2b5d
#2a3f88
#3752b3

Tints of #4466dd Color

#4466dd
#5877e0
#6d88e4
#8299e8
#97aaec
#abbbef
#c0ccf3
#d5ddf7
#eaeefb
#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

#4466dd
#ddbb44

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

Split Complementary

#4466dd
#dd6e44
#b3dd44

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

Analogous Color

#44a3dd
#4485dd
#4466dd
#4447dd
#5f44dd

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

#4466dd
#dd4466
#66dd44

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

#4466dd
#dd44b2
#ddbb44
#44dd6e

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

#4466dd
#ddbb44
#b3dd44
#6e44dd

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 #4466dd 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.

#4466dd Color Code Preview on Black Background Color

This is how #4466dd Color will look on black background color. Color contrast ratio is 4.19

#4466dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4466dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4466dd

#4466dd color code is use for CSS Background Color

Background color for the above div is #4466dd

HTML with inline CSS

<div style="background-color:#4466dd;"></div>

#4466dd color code is use for CSS Border Color

CSS Border color for the above div is #4466dd

HTML with inline CSS

<div style="border:5px solid #4466dd;"></div>

CSS Border Left color for the above div is #4466dd

HTML with inline CSS

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

CSS Border Right color for the above div is #4466dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4466dd

HTML with inline CSS

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

CSS Border Top color for the above div is #4466dd

HTML with inline CSS

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

#4466dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4466dd Color code Preview on White Background

This is how #4466dd Color code will look on white background color. Color contrast ratio is 5.01

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 33 Views

Post your comment:-

By submitting comment you agree to our privacy policy.