COLOR #40728F

HEX: #40728F
RGB: (64,114,143)

Color info

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

RGB color model

#40728F color RGB value is (64,114,143).

  • red value is 64;
  • green value is 114;
  • blue value is 143.
RGB:
(64,114,143)
(25%,45%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 114 of 255 = 45%
B 143 of 255 = 56%

64
114
143

R + G + B ~ 42%. #40728F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 114 + 143 = 321 (100%)
R 64 of 321 ~ 19.94%
G 114 of 321 ~ 35.51%
B 143 of 321 ~ 44.55%

%19.94
%35.51
%44.55

CMYK color model

#40728F color CMYK value is (55,20,0,44).

  • cyan value is 55.24%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(55,20,0,44)
C55M20Y0K44 
(55%,20%,0%,44%)
(0.55/0.20/0.00/0.44)	

CMYK percentages

%55.24
%20.28
%0
%43.92

Codes

Color #40728F in popluar color models

40728F
RGB64114143
HSL202°38.16%40.59%
HSB/HSV202°55.24%56.08%
CMYK55.24%20.28%0.00%
43.92%

Color #40728F in popluar number systems.

HEX40728F
Decimal64114143
Binary1000000111001010001111
Octal100162217

Shades and tints

Shades of #40728F

#40728F
(64,114,143)
#3B6882
(59,104,130)
#365E75
(54,94,117)
#315468
(49,84,104)
#2C4A5B
(44,74,91)
#27404E
(39,64,78)
#223641
(34,54,65)
#1D2C34
(29,44,52)
#182227
(24,34,39)
#13181A
(19,24,26)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #40728F

#40728F
(64,114,143)
#517E99
(81,126,153)
#628AA3
(98,138,163)
#7396AD
(115,150,173)
#84A2B7
(132,162,183)
#95AEC1
(149,174,193)
#A6BACB
(166,186,203)
#B7C6D5
(183,198,213)
#C8D2DF
(200,210,223)
#D9DEE9
(217,222,233)
#EAEAF3
(234,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40728F color. Also use rgb(64,114,143) instead hex code.

Text Font Color

.myTextColor { color: #40728F; }

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

This text font color is #40728F.


Background Color

.myBgColor { background-color: #40728F; }

<div style="background-color:#40728F">Inner text</div>

This div background color is #40728F.


Border color

.myBorderColor { border: 1px solid #40728F; }

<div style="border:3px solid #40728F">Div</div>

This div border color is #40728F.


Opacity

.myOpacity80 { color: #40728F; opacity: 0.8; }

<p style="color:#40728F;opacity:0.8;">80%</p>

Text with #40728F 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 #40728F;}

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

This text has shadow with #40728F color.

.textShadow {text-shadow: 3px 3px 1px #40728F, 3px 3px 1px red;}

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

This text has shadow with #40728F primary color and red secondary color.


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

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

This text has shadow with #40728F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40728F on black background.


Color preview on white background

This text has color #40728F on white background.



Black color preview on #40728F background

This text has black color on #40728F background.


White color preview on #40728F background

This text has white color on #40728F background.