COLOR #40627F

HEX: #40627F RGB: (64,98,127)

Color info

#40627F contains mainly green and blue colors. Web safe color of #40627F is #336666 (or #366).

RGB color model

#40627F color RGB value is (64,98,127).

RGB: (64,98,127) (25%, 38%, 50%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 127 of 255 = 50%

64
98
127

R + G + B ~ 38%. #40627F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 98 + 127 = 289 (100%)
R 64 of 289 ~ 22.15%
G 98 of 289 ~ 33.91%
B 127 of 289 ~ 43.94'%

%22.15
%33.91
%43.94

CMYK color model

#40627F color CMYK value is (50,23,0,50).

  • cyan value is 49.61%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (50,23,0,50) C50M23Y0K50 (50%,23%,0%,50%) (0.50/0.23/0.00/0.50) 

CMYK percentages

%49.61
%22.83
%0
%50.2

Codes

Color #40627F in popluar color models

40 62 7F
RGB 64 98 127
HSL 208° 32.98% 37.45%
HSB/HSV 208° 49.61% 49.80%
CMYK 49.61% 22.83% 0.00%
50.20%

Color #40627F in popluar number systems.

HEX 40 62 7F
Decimal 64 98 127
Binary 1000000 1100010 1111111
Octal 100 142 177

Shades and tints

Shades of #40627F

#40627F
(64,98,127)
#3B5A74
(59,90,116)
#365269
(54,82,105)
#314A5E
(49,74,94)
#2C4253
(44,66,83)
#273A48
(39,58,72)
#22323D
(34,50,61)
#1D2A32
(29,42,50)
#182227
(24,34,39)
#131A1C
(19,26,28)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #40627F

#40627F
(64,98,127)
#51708A
(81,112,138)
#627E95
(98,126,149)
#738CA0
(115,140,160)
#849AAB
(132,154,171)
#95A8B6
(149,168,182)
#A6B6C1
(166,182,193)
#B7C4CC
(183,196,204)
#C8D2D7
(200,210,215)
#D9E0E2
(217,224,226)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40627F color. Also use rgb(64,98,127) instead hex code.

Text Font Color

.myTextColor { color: #40627F; }

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

This text font color is #40627F.

Background Color

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

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

This div background color is #40627F.

Border color

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

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

This div border color is #40627F.

Opacity

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

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

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

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

This text has shadow with #40627F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40627F.

Preview

Color preview on black background

This text has color #40627F on black background.


Color preview on white background

This text has color #40627F on white background.


Black color preview on #40627F background

This text has black color on #40627F background.


White color preview on #40627F background

This text has white color on #40627F background.


Related colors

Complementary color

Complementary color for #hex is #BF9D80.


I love getcolorcode.com

Triadic colors

1 #7F4062 and #627F40 with #40627F are triadic colors.

2 #7F6240 and #62407F with #40627F are triadic colors.