crispedge.com

Color picker

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

#40447b hex color - Violet - Cool color - Information

#40447b hex color - Violet - Cool color

Color Hue/Base color: Violet

Hex #40447b Color code in RGB color code model is created after adding 25.1% red color, 26.67% green color and 48.24% blue color. Hex #40447b Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 45% magenta, 0% yellow and 52% black.

Hex #40447b color code is between #443377 web safe hex color code and #335588 web safe hex color code. #443377 is the nearest web safe color code. You can see here many more shades of #40447b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code40447b#40447b
RGB Decimal64, 68, 123rgb(64, 68, 123)
RGB Percent25%, 27%, 48%rgb(25%, 27%, 48%)
CSS RGBa64, 68, 123,1rgba(64,68,123,1)
CMYK Modelcmyk(48%,45%,0%,52%)
HSL Color Space236,32% ,37%hsl(236,32% ,37%)
HSV Color Space236°, 48%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000000100010001111011
Octal100104173
Decimal6468123
Hex40447b

Different shades of #40447b color code.

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

Light Shade of #40447b
#51579d
Dark Shade of #40447b
#2f3159
Saturated Shade of #40447b
#373c84
Desaturated Shade of #40447b
#494c72
Grey scale Shade of #40447b
#5d5d5d
Brighten Shade
#595d94
Most Readable Shade
#FFFFFF

Shades of #40447b color code

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

#40447b
#383c6d
#31345f
#2a2d52
#232544
#1c1e36
#151629
#0e0f1b
#07070d
#000000

Similar Color like #40447b color

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

#41457c
#42467d
#43477e
#44487f
#454980
#464a81
#474b82
#484c83
#494d84
#4a4e85
#4b4f86
#4c5087
#4d5188
#4e5289
#3f437a
#3e4279
#3d4178
#3c4077
#3b3f76
#3a3e75
#393d74
#383c73
#373b72
#363a71
#353970
#34386f
#33376e
#32366d

Monochromatic Color with #40447b

#40447b
#565ca5
#6c73d0
#828afa
#141526
#2a2c50

Tints of #40447b Color

#40447b
#555889
#6a6d98
#7f82a7
#9497b5
#aaabc4
#bfc0d3
#d4d5e1
#e9eaf0
#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

#40447b
#7b7740

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

Split Complementary

#40447b
#7b5a40
#617b40

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

Analogous Color

#405c7b
#40507b
#40447b
#48407b
#54407b

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

#40447b
#7b4044
#447b40

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

#40447b
#7b4061
#7b7740
#407b59

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

#40447b
#7b7740
#617b40
#5a407b

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 #40447b 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.

#40447b Color Code Preview on Black Background Color

This is how #40447b Color will look on black background color. Color contrast ratio is 2.33

#40447b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40447b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40447b

#40447b color code is use for CSS Background Color

Background color for the above div is #40447b

HTML with inline CSS

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

#40447b color code is use for CSS Border Color

CSS Border color for the above div is #40447b

HTML with inline CSS

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

CSS Border Left color for the above div is #40447b

HTML with inline CSS

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

CSS Border Right color for the above div is #40447b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #40447b

HTML with inline CSS

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

CSS Border Top color for the above div is #40447b

HTML with inline CSS

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

#40447b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#40447b Color code Preview on White Background

This is how #40447b Color code will look on white background color. Color contrast ratio is 9.01

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

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.