crispedge.com

Color picker

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

#40436f hex color - Blue - Cool color - Information

#40436f hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #40436f Color code in RGB color code model is created after adding 25.1% red color, 26.27% green color and 43.53% blue color. Hex #40436f Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 40% magenta, 0% yellow and 56% black.

Hex #40436f color code is between #444477 web safe hex color code and #333366 web safe hex color code. #444477 is the nearest web safe color code. You can see here many more shades of #40436f color code.

0 Likes 0 Comments | 8 Views

Color Table

Hex Color Code40436f#40436f
RGB Decimal64, 67, 111rgb(64, 67, 111)
RGB Percent25%, 26%, 44%rgb(25%, 26%, 44%)
CSS RGBa64, 67, 111,1rgba(64,67,111,1)
CMYK Modelcmyk(42%,40%,0%,56%)
HSL Color Space236,27% ,34%hsl(236,27% ,34%)
HSV Color Space236°, 42%, 44%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000000100001101101111
Octal100103157
Decimal6467111
Hex40436f

Different shades of #40436f color code.

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

Light Shade of #40436f
#53578f
Dark Shade of #40436f
#2d2f4f
Saturated Shade of #40436f
#373b78
Desaturated Shade of #40436f
#494b66
Grey scale Shade of #40436f
#575757
Brighten Shade
#595c88
Most Readable Shade
#FFFFFF

Shades of #40436f color code

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

#40436f
#383b62
#313456
#2a2c4a
#23253d
#1c1d31
#151625
#0e0e18
#07070c
#000000

Similar Color like #40436f color

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

#414470
#424571
#434672
#444773
#454874
#464975
#474a76
#484b77
#494c78
#4a4d79
#4b4e7a
#4c4f7b
#4d507c
#4e517d
#3f426e
#3e416d
#3d406c
#3c3f6b
#3b3e6a
#3a3d69
#393c68
#383b67
#373a66
#363965
#353864
#343763
#333662
#323561

Monochromatic Color with #40436f

#40436f
#585d99
#7176c4
#8a90ee
#0f101a
#272944

Tints of #40436f Color

#40436f
#55577f
#6a6c8f
#7f819f
#9496af
#aaabbf
#bfc0cf
#d4d5df
#e9eaef
#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

#40436f
#6f6c40

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

Split Complementary

#40436f
#6f5540
#5b6f40

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

Analogous Color

#40566f
#404c6f
#40436f
#46406f
#50406f

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

#40436f
#6f4043
#436f40

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

#40436f
#6f405a
#6f6c40
#406f54

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

#40436f
#6f6c40
#5b6f40
#55406f

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 #40436f 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.

#40436f Color Code Preview on Black Background Color

This is how #40436f Color will look on black background color. Color contrast ratio is 2.25

#40436f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40436f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40436f

#40436f color code is use for CSS Background Color

Background color for the above div is #40436f

HTML with inline CSS

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

#40436f color code is use for CSS Border Color

CSS Border color for the above div is #40436f

HTML with inline CSS

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

CSS Border Left color for the above div is #40436f

HTML with inline CSS

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

CSS Border Right color for the above div is #40436f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #40436f

HTML with inline CSS

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

CSS Border Top color for the above div is #40436f

HTML with inline CSS

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

#40436f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#40436f Color code Preview on White Background

This is how #40436f Color code will look on white background color. Color contrast ratio is 9.33

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

Related Gradients

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.