crispedge.com

Color picker

Loading...

#447896 hex color - Blue - Cool color - Information

#447896 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #447896 Color code in RGB color code model is created after adding 26.67% red color, 47.06% green color and 58.82% blue color. Hex #447896 Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 20% magenta, 0% yellow and 41% black.

Hex #447896 color code is between #337799 web safe hex color code and #558888 web safe hex color code. #337799 is the nearest web safe color code. You can see here many more shades of #447896 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code447896#447896
RGB Decimal68, 120, 150rgb(68, 120, 150)
RGB Percent27%, 47%, 59%rgb(27%, 47%, 59%)
CSS RGBa68, 120, 150,1rgba(68,120,150,1)
CMYK Modelcmyk(55%,20%,0%,41%)
HSL Color Space202,38% ,43%hsl(202,38% ,43%)
HSV Color Space202°, 55%, 59%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001000111100010010110
Octal104170226
Decimal68120150
Hex447896

Different shades of #447896 color code.

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

Light Shade of #447896
#5993b4
Dark Shade of #447896
#345c73
Saturated Shade of #447896
#397ba1
Desaturated Shade of #447896
#4f758b
Grey scale Shade of #447896
#6d6d6d
Brighten Shade
#5d91af
Most Readable Shade
#FFFFFF

Shades of #447896 color code

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

#447896
#3c6a85
#345d74
#2d5064
#254253
#1e3542
#162832
#0f1a21
#070d10
#000000

Similar Color like #447896 color

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

#457997
#467a98
#477b99
#487c9a
#497d9b
#4a7e9c
#4b7f9d
#4c809e
#4d819f
#4e82a0
#4f83a1
#5084a2
#5185a3
#5286a4
#437795
#427694
#417593
#407492
#3f7391
#3e7290
#3d718f
#3c708e
#3b6f8d
#3a6e8c
#396d8b
#386c8a
#376b89
#366a88

Monochromatic Color with #447896

#447896
#579ac0
#6bbceb
#0a1216
#1d3441
#31566b

Tints of #447896 Color

#447896
#5887a1
#6d96ad
#82a5b9
#97b4c4
#abc3d0
#c0d2dc
#d5e1e7
#eaf0f3
#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

#447896
#966244

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

Split Complementary

#447896
#96444f
#968b44

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

Analogous Color

#449693
#448896
#447896
#446896
#445796

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

#447896
#964478
#789644

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

#447896
#8b4496
#966244
#4f9644

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

#447896
#966244
#968b44
#444f96

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 #447896 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.

#447896 Color Code Preview on Black Background Color

This is how #447896 Color will look on black background color. Color contrast ratio is 4.37

#447896 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #447896

HTML with inline CSS

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

Your Example Paragraph content text in with font color #447896

#447896 color code is use for CSS Background Color

Background color for the above div is #447896

HTML with inline CSS

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

#447896 color code is use for CSS Border Color

CSS Border color for the above div is #447896

HTML with inline CSS

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

CSS Border Left color for the above div is #447896

HTML with inline CSS

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

CSS Border Right color for the above div is #447896

HTML with inline CSS

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

CSS Border Bottom color for the above div is #447896

HTML with inline CSS

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

CSS Border Top color for the above div is #447896

HTML with inline CSS

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

#447896 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#447896 Color code Preview on White Background

This is how #447896 Color code will look on white background color. Color contrast ratio is 4.80

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

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,120,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(150,98,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,120,150,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.