COLOR #40629A

HEX: #40629A
RGB: (64,98,154)

Color info

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

RGB color model

#40629A color RGB value is (64,98,154).

  • red value is 64;
  • green value is 98;
  • blue value is 154.
RGB:
(64,98,154)
(25%,38%,60%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 154 of 255 = 60%

64
98
154

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

Portions of RGB colors in percentages

R + G + B =
64 + 98 + 154 = 316 (100%)
R 64 of 316 ~ 20.25%
G 98 of 316 ~ 31.01%
B 154 of 316 ~ 48.73%

%20.25
%31.01
%48.73

CMYK color model

#40629A color CMYK value is (58,36,0,40).

  • cyan value is 58.44%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(58,36,0,40)
C58M36Y0K40 
(58%,36%,0%,40%)
(0.58/0.36/0.00/0.40)	

CMYK percentages

%58.44
%36.36
%0
%39.61

Codes

Color #40629A in popluar color models

40629A
RGB6498154
HSL217°41.28%42.75%
HSB/HSV217°58.44%60.39%
CMYK58.44%36.36%0.00%
39.61%

Color #40629A in popluar number systems.

HEX40629A
Decimal6498154
Binary1000000110001010011010
Octal100142232

Shades and tints

Shades of #40629A

#40629A
(64,98,154)
#3B5A8C
(59,90,140)
#36527E
(54,82,126)
#314A70
(49,74,112)
#2C4262
(44,66,98)
#273A54
(39,58,84)
#223246
(34,50,70)
#1D2A38
(29,42,56)
#18222A
(24,34,42)
#131A1C
(19,26,28)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #40629A

#40629A
(64,98,154)
#5170A3
(81,112,163)
#627EAC
(98,126,172)
#738CB5
(115,140,181)
#849ABE
(132,154,190)
#95A8C7
(149,168,199)
#A6B6D0
(166,182,208)
#B7C4D9
(183,196,217)
#C8D2E2
(200,210,226)
#D9E0EB
(217,224,235)
#EAEEF4
(234,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40629A; }

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

This text font color is #40629A.


Background Color

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

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

This div background color is #40629A.


Border color

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

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

This div border color is #40629A.


Opacity

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

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

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

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

This text has shadow with #40629A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40629A on black background.


Color preview on white background

This text has color #40629A on white background.



Black color preview on #40629A background

This text has black color on #40629A background.


White color preview on #40629A background

This text has white color on #40629A background.