crispedge.com

Color picker

Loading...

#447acb hex color - Blue - Cool color - Information

#447acb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #447acb Color code in RGB color code model is created after adding 26.67% red color, 47.84% green color and 79.61% blue color. Hex #447acb Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 40% magenta, 0% yellow and 20% black.

Hex #447acb color code is between #3377cc web safe hex color code and #5588bb web safe hex color code. #3377cc is the nearest web safe color code. You can see here many more shades of #447acb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code447acb#447acb
RGB Decimal68, 122, 203rgb(68, 122, 203)
RGB Percent27%, 48%, 80%rgb(27%, 48%, 80%)
CSS RGBa68, 122, 203,1rgba(68,122,203,1)
CMYK Modelcmyk(67%,40%,0%,20%)
HSL Color Space216,56% ,53%hsl(216,56% ,53%)
HSV Color Space216°, 67%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001000111101011001011
Octal104172313
Decimal68122203
Hex447acb

Different shades of #447acb color code.

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

Light Shade of #447acb
#6c96d6
Dark Shade of #447acb
#3062ac
Saturated Shade of #447acb
#3878d7
Desaturated Shade of #447acb
#507cbf
Grey scale Shade of #447acb
#878787
Brighten Shade
#5d93e4
Most Readable Shade
#FFFFFF

Shades of #447acb color code

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

#447acb
#3c6cb4
#345e9d
#2d5187
#254370
#1e365a
#162843
#0f1b2d
#070d16
#000000

Similar Color like #447acb color

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

#457bcc
#467ccd
#477dce
#487ecf
#497fd0
#4a80d1
#4b81d2
#4c82d3
#4d83d4
#4e84d5
#4f85d6
#5086d7
#5187d8
#5288d9
#4379ca
#4278c9
#4177c8
#4076c7
#3f75c6
#3e74c5
#3d73c4
#3c72c3
#3b71c2
#3a70c1
#396fc0
#386ebf
#376dbe
#366cbd

Monochromatic Color with #447acb

#447acb
#5294f5
#0b1421
#192d4b
#284776
#3660a0

Tints of #447acb Color

#447acb
#5888d0
#6d97d6
#82a6dc
#97b5e2
#abc3e7
#c0d2ed
#d5e1f3
#eaf0f9
#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

#447acb
#cb9544

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

Split Complementary

#447acb
#cb5244
#becb44

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

Analogous Color

#44b0cb
#4495cb
#447acb
#445fcb
#4444cb

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

#447acb
#cb447a
#7acb44

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

#447acb
#cb44bd
#cb9544
#44cb51

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

#447acb
#cb9544
#becb44
#5244cb

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 #447acb 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.

#447acb Color Code Preview on Black Background Color

This is how #447acb Color will look on black background color. Color contrast ratio is 4.89

#447acb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #447acb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #447acb

#447acb color code is use for CSS Background Color

Background color for the above div is #447acb

HTML with inline CSS

<div style="background-color:#447acb;"></div>

#447acb color code is use for CSS Border Color

CSS Border color for the above div is #447acb

HTML with inline CSS

<div style="border:5px solid #447acb;"></div>

CSS Border Left color for the above div is #447acb

HTML with inline CSS

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

CSS Border Right color for the above div is #447acb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #447acb

HTML with inline CSS

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

CSS Border Top color for the above div is #447acb

HTML with inline CSS

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

#447acb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#447acb Color code Preview on White Background

This is how #447acb Color code will look on white background color. Color contrast ratio is 4.29

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

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(68,122,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,149,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,122,203,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.