COLOR #40618E

HEX: #40618E
RGB: (64,97,142)

Color info

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

RGB color model

#40618E color RGB value is (64,97,142).

  • red value is 64;
  • green value is 97;
  • blue value is 142.
RGB:
(64,97,142)
(25%,38%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 97 of 255 = 38%
B 142 of 255 = 56%

64
97
142

R + G + B ~ 40%. #40618E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 97 + 142 = 303 (100%)
R 64 of 303 ~ 21.12%
G 97 of 303 ~ 32.01%
B 142 of 303 ~ 46.86%

%21.12
%32.01
%46.86

CMYK color model

#40618E color CMYK value is (55,32,0,44).

  • cyan value is 54.93%
  • magenta value is 31.69%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(55,32,0,44)
C55M32Y0K44 
(55%,32%,0%,44%)
(0.55/0.32/0.00/0.44)	

CMYK percentages

%54.93
%31.69
%0
%44.31

Codes

Color #40618E in popluar color models

40618E
RGB6497142
HSL215°37.86%40.39%
HSB/HSV215°54.93%55.69%
CMYK54.93%31.69%0.00%
44.31%

Color #40618E in popluar number systems.

HEX40618E
Decimal6497142
Binary1000000110000110001110
Octal100141216

Shades and tints

Shades of #40618E

#40618E
(64,97,142)
#3B5982
(59,89,130)
#365176
(54,81,118)
#31496A
(49,73,106)
#2C415E
(44,65,94)
#273952
(39,57,82)
#223146
(34,49,70)
#1D293A
(29,41,58)
#18212E
(24,33,46)
#131922
(19,25,34)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #40618E

#40618E
(64,97,142)
#516F98
(81,111,152)
#627DA2
(98,125,162)
#738BAC
(115,139,172)
#8499B6
(132,153,182)
#95A7C0
(149,167,192)
#A6B5CA
(166,181,202)
#B7C3D4
(183,195,212)
#C8D1DE
(200,209,222)
#D9DFE8
(217,223,232)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40618E color. Also use rgb(64,97,142) instead hex code.

Text Font Color

.myTextColor { color: #40618E; }

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

This text font color is #40618E.


Background Color

.myBgColor { background-color: #40618E; }

<div style="background-color:#40618E">Inner text</div>

This div background color is #40618E.


Border color

.myBorderColor { border: 1px solid #40618E; }

<div style="border:3px solid #40618E">Div</div>

This div border color is #40618E.


Opacity

.myOpacity80 { color: #40618E; opacity: 0.8; }

<p style="color:#40618E;opacity:0.8;">80%</p>

Text with #40618E 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 #40618E;}

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

This text has shadow with #40618E color.

.textShadow {text-shadow: 3px 3px 1px #40618E, 3px 3px 1px red;}

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

This text has shadow with #40618E primary color and red secondary color.


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

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

This text has shadow with #40618E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40618E on black background.


Color preview on white background

This text has color #40618E on white background.



Black color preview on #40618E background

This text has black color on #40618E background.


White color preview on #40618E background

This text has white color on #40618E background.