COLOR #40698D

HEX: #40698D RGB: (64,105,141)

Color info

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

RGB color model

#40698D color RGB value is (64,105,141).

RGB: (64,105,141) (25%, 41%, 55%)

RGB channels and saturation

R 64 of 255 = 25%
G 105 of 255 = 41%
B 141 of 255 = 55%

64
105
141

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

Portions of RGB colors in percentages

R + G + B = 64 + 105 + 141 = 310 (100%)
R 64 of 310 ~ 20.65%
G 105 of 310 ~ 33.87%
B 141 of 310 ~ 45.48'%

%20.65
%33.87
%45.48

CMYK color model

#40698D color CMYK value is (55,26,0,45).

  • cyan value is 54.61%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (55,26,0,45)
C55M26Y0K45 (55%, 26%, 0%, 45%)
(0.55 / 0.26 / 0.00 / 0.45)

CMYK percentages

%54.61
%25.53
%0
%44.71

Codes

Color #40698D in popluar color models

40 69 8D
RGB 64 105 141
HSL 208° 37.56% 40.20%
HSB/HSV 208° 54.61% 55.29%
CMYK 54.61% 25.53% 0.00%
44.71%

Color #40698D in popluar number systems.

HEX 40 69 8D
Decimal 64 105 141
Binary 1000000 1101001 10001101
Octal 100 151 215

Shades and tints

Shades of #40698D

#40698D
(64,105,141)
#3B6081
(59,96,129)
#365775
(54,87,117)
#314E69
(49,78,105)
#2C455D
(44,69,93)
#273C51
(39,60,81)
#223345
(34,51,69)
#1D2A39
(29,42,57)
#18212D
(24,33,45)
#131821
(19,24,33)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #40698D

#40698D
(64,105,141)
#517697
(81,118,151)
#6283A1
(98,131,161)
#7390AB
(115,144,171)
#849DB5
(132,157,181)
#95AABF
(149,170,191)
#A6B7C9
(166,183,201)
#B7C4D3
(183,196,211)
#C8D1DD
(200,209,221)
#D9DEE7
(217,222,231)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40698D color. Also use rgb(64,105,141) instead hex code.

Text Font Color

.myTextColor { color: #40698D; }

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

This text font color is #40698D.

Background Color

.myBgColor { background-color: #40698D; }

<div style="background-color:#40698D">Inner text</div>

This div background color is #40698D.

Border color

.myBorderColor { border: 1px solid #40698D; }

<div style="border:3px solid #40698D">Div</div>

This div border color is #40698D.

Opacity

.myOpacity80 { color: #40698D; opacity: 0.8; }

<p style="color:#40698D;opacity:0.8;">80%</p>

Text with #40698D 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 #40698D;}

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

This text has shadow with #40698D color.


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

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

This text has shadow with #40698D primary color and red secondary color.


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

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

This text has shadow with #40698D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40698D.

Preview

Color preview on black background

This text has color #40698D on black background.


Color preview on white background

This text has color #40698D on white background.


Black color preview on #40698D background

This text has black color on #40698D background.


White color preview on #40698D background

This text has white color on #40698D background.


Related colors

Complementary color

Complementary color for #hex is #BF9672.


I love getcolorcode.com

Triadic colors

1 #8D4069 and #698D40 with #40698D are triadic colors.

2 #8D6940 and #69408D with #40698D are triadic colors.