COLOR #407EAD

HEX: #407EAD
RGB: (64,126,173)

Color info

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

RGB color model

#407EAD color RGB value is (64,126,173).

  • red value is 64;
  • green value is 126;
  • blue value is 173.
RGB:
(64,126,173)
(25%,49%,68%)

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 173 of 255 = 68%

64
126
173

R + G + B ~ 47%. #407EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 173 = 363 (100%)
R 64 of 363 ~ 17.63%
G 126 of 363 ~ 34.71%
B 173 of 363 ~ 47.66%

%17.63
%34.71
%47.66

CMYK color model

#407EAD color CMYK value is (63,27,0,32).

  • cyan value is 63.01%
  • magenta value is 27.17%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(63,27,0,32)
C63M27Y0K32 
(63%,27%,0%,32%)
(0.63/0.27/0.00/0.32)	

CMYK percentages

%63.01
%27.17
%0
%32.16

Codes

Color #407EAD in popluar color models

407EAD
RGB64126173
HSL206°45.99%46.47%
HSB/HSV206°63.01%67.84%
CMYK63.01%27.17%0.00%
32.16%

Color #407EAD in popluar number systems.

HEX407EAD
Decimal64126173
Binary1000000111111010101101
Octal100176255

Shades and tints

Shades of #407EAD

#407EAD
(64,126,173)
#3B739E
(59,115,158)
#36688F
(54,104,143)
#315D80
(49,93,128)
#2C5271
(44,82,113)
#274762
(39,71,98)
#223C53
(34,60,83)
#1D3144
(29,49,68)
#182635
(24,38,53)
#131B26
(19,27,38)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #407EAD

#407EAD
(64,126,173)
#5189B4
(81,137,180)
#6294BB
(98,148,187)
#739FC2
(115,159,194)
#84AAC9
(132,170,201)
#95B5D0
(149,181,208)
#A6C0D7
(166,192,215)
#B7CBDE
(183,203,222)
#C8D6E5
(200,214,229)
#D9E1EC
(217,225,236)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407EAD color. Also use rgb(64,126,173) instead hex code.

Text Font Color

.myTextColor { color: #407EAD; }

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

This text font color is #407EAD.


Background Color

.myBgColor { background-color: #407EAD; }

<div style="background-color:#407EAD">Inner text</div>

This div background color is #407EAD.


Border color

.myBorderColor { border: 1px solid #407EAD; }

<div style="border:3px solid #407EAD">Div</div>

This div border color is #407EAD.


Opacity

.myOpacity80 { color: #407EAD; opacity: 0.8; }

<p style="color:#407EAD;opacity:0.8;">80%</p>

Text with #407EAD 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 #407EAD;}

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

This text has shadow with #407EAD color.

.textShadow {text-shadow: 3px 3px 1px #407EAD, 3px 3px 1px red;}

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

This text has shadow with #407EAD primary color and red secondary color.


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

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

This text has shadow with #407EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407EAD on black background.


Color preview on white background

This text has color #407EAD on white background.



Black color preview on #407EAD background

This text has black color on #407EAD background.


White color preview on #407EAD background

This text has white color on #407EAD background.