COLOR #407FA2

HEX: #407FA2
RGB: (64,127,162)

Color info

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

RGB color model

#407FA2 color RGB value is (64,127,162).

  • red value is 64;
  • green value is 127;
  • blue value is 162.
RGB:
(64,127,162)
(25%,50%,64%)

RGB channels and saturation

R 64 of 255 = 25%
G 127 of 255 = 50%
B 162 of 255 = 64%

64
127
162

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

Portions of RGB colors in percentages

R + G + B =
64 + 127 + 162 = 353 (100%)
R 64 of 353 ~ 18.13%
G 127 of 353 ~ 35.98%
B 162 of 353 ~ 45.89%

%18.13
%35.98
%45.89

CMYK color model

#407FA2 color CMYK value is (60,22,0,36).

  • cyan value is 60.49%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(60,22,0,36)
C60M22Y0K36 
(60%,22%,0%,36%)
(0.60/0.22/0.00/0.36)	

CMYK percentages

%60.49
%21.6
%0
%36.47

Codes

Color #407FA2 in popluar color models

407FA2
RGB64127162
HSL201°43.36%44.31%
HSB/HSV201°60.49%63.53%
CMYK60.49%21.60%0.00%
36.47%

Color #407FA2 in popluar number systems.

HEX407FA2
Decimal64127162
Binary1000000111111110100010
Octal100177242

Shades and tints

Shades of #407FA2

#407FA2
(64,127,162)
#3B7494
(59,116,148)
#366986
(54,105,134)
#315E78
(49,94,120)
#2C536A
(44,83,106)
#27485C
(39,72,92)
#223D4E
(34,61,78)
#1D3240
(29,50,64)
#182732
(24,39,50)
#131C24
(19,28,36)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #407FA2

#407FA2
(64,127,162)
#518AAA
(81,138,170)
#6295B2
(98,149,178)
#73A0BA
(115,160,186)
#84ABC2
(132,171,194)
#95B6CA
(149,182,202)
#A6C1D2
(166,193,210)
#B7CCDA
(183,204,218)
#C8D7E2
(200,215,226)
#D9E2EA
(217,226,234)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407FA2 color. Also use rgb(64,127,162) instead hex code.

Text Font Color

.myTextColor { color: #407FA2; }

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

This text font color is #407FA2.


Background Color

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

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

This div background color is #407FA2.


Border color

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

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

This div border color is #407FA2.


Opacity

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

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

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

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

This text has shadow with #407FA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407FA2 on black background.


Color preview on white background

This text has color #407FA2 on white background.



Black color preview on #407FA2 background

This text has black color on #407FA2 background.


White color preview on #407FA2 background

This text has white color on #407FA2 background.