crispedge.com

Color picker

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

#4495b0 hex color - Blue - Cool color - Information

#4495b0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #4495b0 Color code in RGB color code model is created after adding 26.67% red color, 58.43% green color and 69.02% blue color. Hex #4495b0 Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 15% magenta, 0% yellow and 31% black.

Hex #4495b0 color code is between #3399aa web safe hex color code and #5588bb web safe hex color code. #3399aa is the nearest web safe color code. You can see here many more shades of #4495b0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code4495b0#4495b0
RGB Decimal68, 149, 176rgb(68, 149, 176)
RGB Percent27%, 58%, 69%rgb(27%, 58%, 69%)
CSS RGBa68, 149, 176,1rgba(68,149,176,1)
CMYK Modelcmyk(61%,15%,0%,31%)
HSL Color Space195,44% ,48%hsl(195,44% ,48%)
HSV Color Space195°, 61%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001001001010110110000
Octal104225260
Decimal68149176
Hex4495b0

Different shades of #4495b0 color code.

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

Light Shade of #4495b0
#64abc3
Dark Shade of #4495b0
#36768b
Saturated Shade of #4495b0
#389bbc
Desaturated Shade of #4495b0
#508fa4
Grey scale Shade of #4495b0
#7a7a7a
Brighten Shade
#5daec9
Most Readable Shade
#000000

Shades of #4495b0 color code

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

#4495b0
#3c849c
#347388
#2d6375
#255261
#1e424e
#16313a
#0f2127
#071013
#000000

Similar Color like #4495b0 color

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

#4596b1
#4697b2
#4798b3
#4899b4
#499ab5
#4a9bb6
#4b9cb7
#4c9db8
#4d9eb9
#4e9fba
#4fa0bb
#50a1bc
#51a2bd
#52a3be
#4394af
#4293ae
#4192ad
#4091ac
#3f90ab
#3e8faa
#3d8ea9
#3c8da8
#3b8ca7
#3a8ba6
#398aa5
#3889a4
#3788a3
#3687a2

Monochromatic Color with #4495b0

#4495b0
#54b9da
#020506
#132930
#234d5b
#347185

Tints of #4495b0 Color

#4495b0
#58a0b8
#6dacc1
#82b8ca
#97c4d3
#abcfdb
#c0dbe4
#d5e7ed
#eaf3f6
#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

#4495b0
#b05f44

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

Split Complementary

#4495b0
#b0445f
#b09544

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

Analogous Color

#44b0a0
#44abb0
#4495b0
#447fb0
#446ab0

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

#4495b0
#b04495
#95b044

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

#4495b0
#9544b0
#b05f44
#5fb044

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

#4495b0
#b05f44
#b09544
#445fb0

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 #4495b0 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.

#4495b0 Color Code Preview on Black Background Color

This is how #4495b0 Color will look on black background color. Color contrast ratio is 6.17

#4495b0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4495b0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #4495b0

#4495b0 color code is use for CSS Background Color

Background color for the above div is #4495b0

HTML with inline CSS

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

#4495b0 color code is use for CSS Border Color

CSS Border color for the above div is #4495b0

HTML with inline CSS

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

CSS Border Left color for the above div is #4495b0

HTML with inline CSS

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

CSS Border Right color for the above div is #4495b0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #4495b0

HTML with inline CSS

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

CSS Border Top color for the above div is #4495b0

HTML with inline CSS

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

#4495b0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#4495b0 Color code Preview on White Background

This is how #4495b0 Color code will look on white background color. Color contrast ratio is 3.40

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

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.