crispedge.com

Color picker

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

#47526d hex color - Blue - Cool color - Information

#47526d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #47526d Color code in RGB color code model is created after adding 27.84% red color, 32.16% green color and 42.75% blue color. Hex #47526d Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 25% magenta, 0% yellow and 57% black.

Hex #47526d color code is between #445566 web safe hex color code and #554477 web safe hex color code. #445566 is the nearest web safe color code. You can see here many more shades of #47526d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code47526d#47526d
RGB Decimal71, 82, 109rgb(71, 82, 109)
RGB Percent28%, 32%, 43%rgb(28%, 32%, 43%)
CSS RGBa71, 82, 109,1rgba(71,82,109,1)
CMYK Modelcmyk(35%,25%,0%,57%)
HSL Color Space223,21% ,35%hsl(223,21% ,35%)
HSV Color Space223°, 35%, 43%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001110101001001101101
Octal107122155
Decimal7182109
Hex47526d

Different shades of #47526d color code.

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

Light Shade of #47526d
#5b698c
Dark Shade of #47526d
#333b4e
Saturated Shade of #47526d
#3e4e76
Desaturated Shade of #47526d
#505664
Grey scale Shade of #47526d
#5a5a5a
Brighten Shade
#606b86
Most Readable Shade
#FFFFFF

Shades of #47526d color code

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

#47526d
#3f4860
#373f54
#2f3648
#272d3c
#1f2430
#171b24
#0f1218
#07090c
#000000

Similar Color like #47526d color

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

#48536e
#49546f
#4a5570
#4b5671
#4c5772
#4d5873
#4e5974
#4f5a75
#505b76
#515c77
#525d78
#535e79
#545f7a
#55607b
#46516c
#45506b
#444f6a
#434e69
#424d68
#414c67
#404b66
#3f4a65
#3e4964
#3d4863
#3c4762
#3b4661
#3a4560
#39445f

Monochromatic Color with #47526d

#47526d
#637297
#7e92c2
#9ab2ec
#101218
#2b3242

Tints of #47526d Color

#47526d
#5b657d
#6f788d
#848b9d
#989ead
#adb2be
#c1c5ce
#d6d8de
#eaebee
#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

#47526d
#6d6247

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

Split Complementary

#47526d
#6d4f47
#656d47

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

Analogous Color

#47616d
#475a6d
#47526d
#474a6d
#4b476d

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

#47526d
#6d4752
#526d47

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

#47526d
#6d4765
#6d6247
#476d4f

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

#47526d
#6d6247
#656d47
#4f476d

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 #47526d 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.

#47526d Color Code Preview on Black Background Color

This is how #47526d Color will look on black background color. Color contrast ratio is 2.70

#47526d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47526d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47526d

#47526d color code is use for CSS Background Color

Background color for the above div is #47526d

HTML with inline CSS

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

#47526d color code is use for CSS Border Color

CSS Border color for the above div is #47526d

HTML with inline CSS

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

CSS Border Left color for the above div is #47526d

HTML with inline CSS

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

CSS Border Right color for the above div is #47526d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #47526d

HTML with inline CSS

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

CSS Border Top color for the above div is #47526d

HTML with inline CSS

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

#47526d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#47526d Color code Preview on White Background

This is how #47526d Color code will look on white background color. Color contrast ratio is 7.79

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

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.