COLOR #407EAB

HEX: #407EAB
RGB: (64,126,171)

Color info

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

RGB color model

#407EAB color RGB value is (64,126,171).

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

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 171 of 255 = 67%

64
126
171

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

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 171 = 361 (100%)
R 64 of 361 ~ 17.73%
G 126 of 361 ~ 34.9%
B 171 of 361 ~ 47.37%

%17.73
%34.9
%47.37

CMYK color model

#407EAB color CMYK value is (63,26,0,33).

  • cyan value is 62.57%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(63,26,0,33)
C63M26Y0K33 
(63%,26%,0%,33%)
(0.63/0.26/0.00/0.33)	

CMYK percentages

%62.57
%26.32
%0
%32.94

Codes

Color #407EAB in popluar color models

407EAB
RGB64126171
HSL205°45.53%46.08%
HSB/HSV205°62.57%67.06%
CMYK62.57%26.32%0.00%
32.94%

Color #407EAB in popluar number systems.

HEX407EAB
Decimal64126171
Binary1000000111111010101011
Octal100176253

Shades and tints

Shades of #407EAB

#407EAB
(64,126,171)
#3B739C
(59,115,156)
#36688D
(54,104,141)
#315D7E
(49,93,126)
#2C526F
(44,82,111)
#274760
(39,71,96)
#223C51
(34,60,81)
#1D3142
(29,49,66)
#182633
(24,38,51)
#131B24
(19,27,36)
#0E1015
(14,16,21)
#000000
(0,0,0)

Tints of #407EAB

#407EAB
(64,126,171)
#5189B2
(81,137,178)
#6294B9
(98,148,185)
#739FC0
(115,159,192)
#84AAC7
(132,170,199)
#95B5CE
(149,181,206)
#A6C0D5
(166,192,213)
#B7CBDC
(183,203,220)
#C8D6E3
(200,214,227)
#D9E1EA
(217,225,234)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407EAB; }

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

This text font color is #407EAB.


Background Color

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

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

This div background color is #407EAB.


Border color

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

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

This div border color is #407EAB.


Opacity

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

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

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

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

This text has shadow with #407EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407EAB on black background.


Color preview on white background

This text has color #407EAB on white background.



Black color preview on #407EAB background

This text has black color on #407EAB background.


White color preview on #407EAB background

This text has white color on #407EAB background.