COLOR #40578D

HEX: #40578D
RGB: (64,87,141)

Color info

#40578D contains mainly green and blue colors. Web safe color of #40578D is #336699 (or #369).

RGB color model

#40578D color RGB value is (64,87,141).

  • red value is 64;
  • green value is 87;
  • blue value is 141.
RGB:
(64,87,141)
(25%,34%,55%)

RGB channels and saturation

R 64 of 255 = 25%
G 87 of 255 = 34%
B 141 of 255 = 55%

64
87
141

R + G + B ~ 38%. #40578D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 87 + 141 = 292 (100%)
R 64 of 292 ~ 21.92%
G 87 of 292 ~ 29.79%
B 141 of 292 ~ 48.29%

%21.92
%29.79
%48.29

CMYK color model

#40578D color CMYK value is (55,38,0,45).

  • cyan value is 54.61%
  • magenta value is 38.30%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(55,38,0,45)
C55M38Y0K45 
(55%,38%,0%,45%)
(0.55/0.38/0.00/0.45)	

CMYK percentages

%54.61
%38.3
%0
%44.71

Codes

Color #40578D in popluar color models

40578D
RGB6487141
HSL222°37.56%40.20%
HSB/HSV222°54.61%55.29%
CMYK54.61%38.30%0.00%
44.71%

Color #40578D in popluar number systems.

HEX40578D
Decimal6487141
Binary1000000101011110001101
Octal100127215

Shades and tints

Shades of #40578D

#40578D
(64,87,141)
#3B5081
(59,80,129)
#364975
(54,73,117)
#314269
(49,66,105)
#2C3B5D
(44,59,93)
#273451
(39,52,81)
#222D45
(34,45,69)
#1D2639
(29,38,57)
#181F2D
(24,31,45)
#131821
(19,24,33)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #40578D

#40578D
(64,87,141)
#516697
(81,102,151)
#6275A1
(98,117,161)
#7384AB
(115,132,171)
#8493B5
(132,147,181)
#95A2BF
(149,162,191)
#A6B1C9
(166,177,201)
#B7C0D3
(183,192,211)
#C8CFDD
(200,207,221)
#D9DEE7
(217,222,231)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40578D color. Also use rgb(64,87,141) instead hex code.

Text Font Color

.myTextColor { color: #40578D; }

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

This text font color is #40578D.


Background Color

.myBgColor { background-color: #40578D; }

<div style="background-color:#40578D">Inner text</div>

This div background color is #40578D.


Border color

.myBorderColor { border: 1px solid #40578D; }

<div style="border:3px solid #40578D">Div</div>

This div border color is #40578D.


Opacity

.myOpacity80 { color: #40578D; opacity: 0.8; }

<p style="color:#40578D;opacity:0.8;">80%</p>

Text with #40578D 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 #40578D;}

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

This text has shadow with #40578D color.

.textShadow {text-shadow: 3px 3px 1px #40578D, 3px 3px 1px red;}

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

This text has shadow with #40578D primary color and red secondary color.


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

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

This text has shadow with #40578D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40578D on black background.


Color preview on white background

This text has color #40578D on white background.



Black color preview on #40578D background

This text has black color on #40578D background.


White color preview on #40578D background

This text has white color on #40578D background.