COLOR #407F94

HEX: #407F94
RGB: (64,127,148)

Color info

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

RGB color model

#407F94 color RGB value is (64,127,148).

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

RGB channels and saturation

R 64 of 255 = 25%
G 127 of 255 = 50%
B 148 of 255 = 58%

64
127
148

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

Portions of RGB colors in percentages

R + G + B =
64 + 127 + 148 = 339 (100%)
R 64 of 339 ~ 18.88%
G 127 of 339 ~ 37.46%
B 148 of 339 ~ 43.66%

%18.88
%37.46
%43.66

CMYK color model

#407F94 color CMYK value is (57,14,0,42).

  • cyan value is 56.76%
  • magenta value is 14.19%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(57,14,0,42)
C57M14Y0K42 
(57%,14%,0%,42%)
(0.57/0.14/0.00/0.42)	

CMYK percentages

%56.76
%14.19
%0
%41.96

Codes

Color #407F94 in popluar color models

407F94
RGB64127148
HSL195°39.62%41.57%
HSB/HSV195°56.76%58.04%
CMYK56.76%14.19%0.00%
41.96%

Color #407F94 in popluar number systems.

HEX407F94
Decimal64127148
Binary1000000111111110010100
Octal100177224

Shades and tints

Shades of #407F94

#407F94
(64,127,148)
#3B7487
(59,116,135)
#36697A
(54,105,122)
#315E6D
(49,94,109)
#2C5360
(44,83,96)
#274853
(39,72,83)
#223D46
(34,61,70)
#1D3239
(29,50,57)
#18272C
(24,39,44)
#131C1F
(19,28,31)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #407F94

#407F94
(64,127,148)
#518A9D
(81,138,157)
#6295A6
(98,149,166)
#73A0AF
(115,160,175)
#84ABB8
(132,171,184)
#95B6C1
(149,182,193)
#A6C1CA
(166,193,202)
#B7CCD3
(183,204,211)
#C8D7DC
(200,215,220)
#D9E2E5
(217,226,229)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407F94; }

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

This text font color is #407F94.


Background Color

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

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

This div background color is #407F94.


Border color

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

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

This div border color is #407F94.


Opacity

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

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

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

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

This text has shadow with #407F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407F94 on black background.


Color preview on white background

This text has color #407F94 on white background.



Black color preview on #407F94 background

This text has black color on #407F94 background.


White color preview on #407F94 background

This text has white color on #407F94 background.