COLOR #407EB7

HEX: #407EB7
RGB: (64,126,183)

Color info

#407EB7 contains mainly green and blue colors. Web safe color of #407EB7 is #3366CC (or #36C).

RGB color model

#407EB7 color RGB value is (64,126,183).

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

RGB channels and saturation

R 64 of 255 = 25%
G 126 of 255 = 49%
B 183 of 255 = 72%

64
126
183

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

Portions of RGB colors in percentages

R + G + B =
64 + 126 + 183 = 373 (100%)
R 64 of 373 ~ 17.16%
G 126 of 373 ~ 33.78%
B 183 of 373 ~ 49.06%

%17.16
%33.78
%49.06

CMYK color model

#407EB7 color CMYK value is (65,31,0,28).

  • cyan value is 65.03%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(65,31,0,28)
C65M31Y0K28 
(65%,31%,0%,28%)
(0.65/0.31/0.00/0.28)	

CMYK percentages

%65.03
%31.15
%0
%28.24

Codes

Color #407EB7 in popluar color models

407EB7
RGB64126183
HSL209°48.18%48.43%
HSB/HSV209°65.03%71.76%
CMYK65.03%31.15%0.00%
28.24%

Color #407EB7 in popluar number systems.

HEX407EB7
Decimal64126183
Binary1000000111111010110111
Octal100176267

Shades and tints

Shades of #407EB7

#407EB7
(64,126,183)
#3B73A7
(59,115,167)
#366897
(54,104,151)
#315D87
(49,93,135)
#2C5277
(44,82,119)
#274767
(39,71,103)
#223C57
(34,60,87)
#1D3147
(29,49,71)
#182637
(24,38,55)
#131B27
(19,27,39)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #407EB7

#407EB7
(64,126,183)
#5189BD
(81,137,189)
#6294C3
(98,148,195)
#739FC9
(115,159,201)
#84AACF
(132,170,207)
#95B5D5
(149,181,213)
#A6C0DB
(166,192,219)
#B7CBE1
(183,203,225)
#C8D6E7
(200,214,231)
#D9E1ED
(217,225,237)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #407EB7; }

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

This text font color is #407EB7.


Background Color

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

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

This div background color is #407EB7.


Border color

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

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

This div border color is #407EB7.


Opacity

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

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

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

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

This text has shadow with #407EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407EB7 on black background.


Color preview on white background

This text has color #407EB7 on white background.



Black color preview on #407EB7 background

This text has black color on #407EB7 background.


White color preview on #407EB7 background

This text has white color on #407EB7 background.