COLOR #40629B

HEX: #40629B RGB: (64,98,155)

Color info

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

RGB color model

#40629B color RGB value is (64,98,155).

RGB: (64,98,155) (25%, 38%, 61%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 155 of 255 = 61%

64
98
155

R + G + B ~ 41%. #40629B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 98 + 155 = 317 (100%)
R 64 of 317 ~ 20.19%
G 98 of 317 ~ 30.91%
B 155 of 317 ~ 48.9'%

%20.19
%30.91
%48.9

CMYK color model

#40629B color CMYK value is (59,37,0,39).

  • cyan value is 58.71%
  • magenta value is 36.77%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (59,37,0,39) C59M37Y0K39 (59%,37%,0%,39%) (0.59/0.37/0.00/0.39) 

CMYK percentages

%58.71
%36.77
%0
%39.22

Codes

Color #40629B in popluar color models

40 62 9B
RGB 64 98 155
HSL 218° 41.55% 42.94%
HSB/HSV 218° 58.71% 60.78%
CMYK 58.71% 36.77% 0.00%
39.22%

Color #40629B in popluar number systems.

HEX 40 62 9B
Decimal 64 98 155
Binary 1000000 1100010 10011011
Octal 100 142 233

Shades and tints

Shades of #40629B

#40629B
(64,98,155)
#3B5A8D
(59,90,141)
#36527F
(54,82,127)
#314A71
(49,74,113)
#2C4263
(44,66,99)
#273A55
(39,58,85)
#223247
(34,50,71)
#1D2A39
(29,42,57)
#18222B
(24,34,43)
#131A1D
(19,26,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #40629B

#40629B
(64,98,155)
#5170A4
(81,112,164)
#627EAD
(98,126,173)
#738CB6
(115,140,182)
#849ABF
(132,154,191)
#95A8C8
(149,168,200)
#A6B6D1
(166,182,209)
#B7C4DA
(183,196,218)
#C8D2E3
(200,210,227)
#D9E0EC
(217,224,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40629B color. Also use rgb(64,98,155) instead hex code.

Text Font Color

.myTextColor { color: #40629B; }

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

This text font color is #40629B.

Background Color

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

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

This div background color is #40629B.

Border color

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

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

This div border color is #40629B.

Opacity

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

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

Text with #40629B 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 #40629B;}

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

This text has shadow with #40629B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40629B.

Preview

Color preview on black background

This text has color #40629B on black background.


Color preview on white background

This text has color #40629B on white background.


Black color preview on #40629B background

This text has black color on #40629B background.


White color preview on #40629B background

This text has white color on #40629B background.


Related colors

Complementary color

Complementary color for #hex is #BF9D64.


I love getcolorcode.com

Triadic colors

1 #9B4062 and #629B40 with #40629B are triadic colors.

2 #9B6240 and #62409B with #40629B are triadic colors.