COLOR #477AB4

HEX: #477AB4
RGB: (71,122,180)

Color info

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

RGB color model

#477AB4 color RGB value is (71,122,180).

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

RGB channels and saturation

R 71 of 255 = 28%
G 122 of 255 = 48%
B 180 of 255 = 71%

71
122
180

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

Portions of RGB colors in percentages

R + G + B =
71 + 122 + 180 = 373 (100%)
R 71 of 373 ~ 19.03%
G 122 of 373 ~ 32.71%
B 180 of 373 ~ 48.26%

%19.03
%32.71
%48.26

CMYK color model

#477AB4 color CMYK value is (61,32,0,29).

  • cyan value is 60.56%
  • magenta value is 32.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(61,32,0,29)
C61M32Y0K29 
(61%,32%,0%,29%)
(0.61/0.32/0.00/0.29)	

CMYK percentages

%60.56
%32.22
%0
%29.41

Codes

Color #477AB4 in popluar color models

477AB4
RGB71122180
HSL212°43.43%49.22%
HSB/HSV212°60.56%70.59%
CMYK60.56%32.22%0.00%
29.41%

Color #477AB4 in popluar number systems.

HEX477AB4
Decimal71122180
Binary1000111111101010110100
Octal107172264

Shades and tints

Shades of #477AB4

#477AB4
(71,122,180)
#416FA4
(65,111,164)
#3B6494
(59,100,148)
#355984
(53,89,132)
#2F4E74
(47,78,116)
#294364
(41,67,100)
#233854
(35,56,84)
#1D2D44
(29,45,68)
#172234
(23,34,52)
#111724
(17,23,36)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #477AB4

#477AB4
(71,122,180)
#5786BA
(87,134,186)
#6792C0
(103,146,192)
#779EC6
(119,158,198)
#87AACC
(135,170,204)
#97B6D2
(151,182,210)
#A7C2D8
(167,194,216)
#B7CEDE
(183,206,222)
#C7DAE4
(199,218,228)
#D7E6EA
(215,230,234)
#E7F2F0
(231,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477AB4; }

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

This text font color is #477AB4.


Background Color

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

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

This div background color is #477AB4.


Border color

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

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

This div border color is #477AB4.


Opacity

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

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

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

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

This text has shadow with #477AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477AB4 on black background.


Color preview on white background

This text has color #477AB4 on white background.



Black color preview on #477AB4 background

This text has black color on #477AB4 background.


White color preview on #477AB4 background

This text has white color on #477AB4 background.