COLOR #40445B

HEX: #40445B
RGB: (64,68,91)

Color info

#40445B contains red, green and blue colors in about the same proportion. Web safe color of #40445B is #333366 (or #336).

RGB color model

#40445B color RGB value is (64,68,91).

  • red value is 64;
  • green value is 68;
  • blue value is 91.
RGB:
(64,68,91)
(25%,27%,36%)

RGB channels and saturation

R 64 of 255 = 25%
G 68 of 255 = 27%
B 91 of 255 = 36%

64
68
91

R + G + B ~ 29%. #40445B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 68 + 91 = 223 (100%)
R 64 of 223 ~ 28.7%
G 68 of 223 ~ 30.49%
B 91 of 223 ~ 40.81%

%28.7
%30.49
%40.81

CMYK color model

#40445B color CMYK value is (30,25,0,64).

  • cyan value is 29.67%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(30,25,0,64)
C30M25Y0K64 
(30%,25%,0%,64%)
(0.30/0.25/0.00/0.64)	

CMYK percentages

%29.67
%25.27
%0
%64.31

Codes

Color #40445B in popluar color models

40445B
RGB646891
HSL231°17.42%30.39%
HSB/HSV231°29.67%35.69%
CMYK29.67%25.27%0.00%
64.31%

Color #40445B in popluar number systems.

HEX40445B
Decimal646891
Binary100000010001001011011
Octal100104133

Shades and tints

Shades of #40445B

#40445B
(64,68,91)
#3B3E53
(59,62,83)
#36384B
(54,56,75)
#313243
(49,50,67)
#2C2C3B
(44,44,59)
#272633
(39,38,51)
#22202B
(34,32,43)
#1D1A23
(29,26,35)
#18141B
(24,20,27)
#130E13
(19,14,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #40445B

#40445B
(64,68,91)
#515569
(81,85,105)
#626677
(98,102,119)
#737785
(115,119,133)
#848893
(132,136,147)
#9599A1
(149,153,161)
#A6AAAF
(166,170,175)
#B7BBBD
(183,187,189)
#C8CCCB
(200,204,203)
#D9DDD9
(217,221,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40445B color. Also use rgb(64,68,91) instead hex code.

Text Font Color

.myTextColor { color: #40445B; }

<p style="color:#40445B">This sample text font color is #40445B.</p>

This text font color is #40445B.


Background Color

.myBgColor { background-color: #40445B; }

<div style="background-color:#40445B">Inner text</div>

This div background color is #40445B.


Border color

.myBorderColor { border: 1px solid #40445B; }

<div style="border:3px solid #40445B">Div</div>

This div border color is #40445B.


Opacity

.myOpacity80 { color: #40445B; opacity: 0.8; }

<p style="color:#40445B;opacity:0.8;">80%</p>

Text with #40445B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #40445B;}

<p style="text-shadow: 3px 3px 1px #40445B">Text here.</p>

This text has shadow with #40445B color.

.textShadow {text-shadow: 3px 3px 1px #40445B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #40445B, 5px 5px 20px red">Text here.</p>

This text has shadow with #40445B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#40445B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#40445B, Direction=45, Strength=4)">Text</p>

This text has shadow with #40445B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #40445B;
  -webkit-box-shadow:	1px 1px 3px 2px #40445B;
  box-shadow:		1px 1px 3px 2px #40445B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40445B;
-webkit-box-shadow: 1px 1px 3px 2px #40445B;
box-shadow:1px 1px 3px 2px #40445B;">
Div content here</div>
This div box has shadow with color #40445B.

Preview

Color preview on black background

This text has color #40445B on black background.


Color preview on white background

This text has color #40445B on white background.



Black color preview on #40445B background

This text has black color on #40445B background.


White color preview on #40445B background

This text has white color on #40445B background.