COLOR #407AB4

HEX: #407AB4
RGB: (64,122,180)

Color info

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

RGB color model

#407AB4 color RGB value is (64,122,180).

  • red value is 64;
  • green value is 122;
  • blue value is 180.
RGB:
(64,122,180)
(25%,48%,71%)

RGB channels and saturation

R 64 of 255 = 25%
G 122 of 255 = 48%
B 180 of 255 = 71%

64
122
180

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

Portions of RGB colors in percentages

R + G + B =
64 + 122 + 180 = 366 (100%)
R 64 of 366 ~ 17.49%
G 122 of 366 ~ 33.33%
B 180 of 366 ~ 49.18%

%17.49
%33.33
%49.18

CMYK color model

#407AB4 color CMYK value is (64,32,0,29).

  • cyan value is 64.44%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(64,32,0,29)
C64M32Y0K29 
(64%,32%,0%,29%)
(0.64/0.32/0.00/0.29)	

CMYK percentages

%64.44
%32.22
%0
%29.41

Codes

Color #407AB4 in popluar color models

407AB4
RGB64122180
HSL210°47.54%47.84%
HSB/HSV210°64.44%70.59%
CMYK64.44%32.22%0.00%
29.41%

Color #407AB4 in popluar number systems.

HEX407AB4
Decimal64122180
Binary1000000111101010110100
Octal100172264

Shades and tints

Shades of #407AB4

#407AB4
(64,122,180)
#3B6FA4
(59,111,164)
#366494
(54,100,148)
#315984
(49,89,132)
#2C4E74
(44,78,116)
#274364
(39,67,100)
#223854
(34,56,84)
#1D2D44
(29,45,68)
#182234
(24,34,52)
#131724
(19,23,36)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #407AB4

#407AB4
(64,122,180)
#5186BA
(81,134,186)
#6292C0
(98,146,192)
#739EC6
(115,158,198)
#84AACC
(132,170,204)
#95B6D2
(149,182,210)
#A6C2D8
(166,194,216)
#B7CEDE
(183,206,222)
#C8DAE4
(200,218,228)
#D9E6EA
(217,230,234)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407AB4 color. Also use rgb(64,122,180) instead hex code.

Text Font Color

.myTextColor { color: #407AB4; }

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

This text font color is #407AB4.


Background Color

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

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

This div background color is #407AB4.


Border color

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

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

This div border color is #407AB4.


Opacity

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

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

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

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

This text has shadow with #407AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407AB4 on black background.


Color preview on white background

This text has color #407AB4 on white background.



Black color preview on #407AB4 background

This text has black color on #407AB4 background.


White color preview on #407AB4 background

This text has white color on #407AB4 background.