COLOR #477FBA

HEX: #477FBA RGB: (71,127,186)

Color info

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

RGB color model

#477FBA color RGB value is (71,127,186).

RGB: (71,127,186) (28%, 50%, 73%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 186 of 255 = 73%

71
127
186

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

Portions of RGB colors in percentages

R + G + B = 71 + 127 + 186 = 384 (100%)
R 71 of 384 ~ 18.49%
G 127 of 384 ~ 33.07%
B 186 of 384 ~ 48.44'%

%18.49
%33.07
%48.44

CMYK color model

#477FBA color CMYK value is (62,32,0,27).

  • cyan value is 61.83%
  • magenta value is 31.72%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (62,32,0,27)
C62M32Y0K27 (62%, 32%, 0%, 27%)
(0.62 / 0.32 / 0.00 / 0.27)

CMYK percentages

%61.83
%31.72
%0
%27.06

Codes

Color #477FBA in popluar color models

47 7F BA
RGB 71 127 186
HSL 211° 45.45% 50.39%
HSB/HSV 211° 61.83% 72.94%
CMYK 61.83% 31.72% 0.00%
27.06%

Color #477FBA in popluar number systems.

HEX 47 7F BA
Decimal 71 127 186
Binary 1000111 1111111 10111010
Octal 107 177 272

Shades and tints

Shades of #477FBA

#477FBA
(71,127,186)
#4174AA
(65,116,170)
#3B699A
(59,105,154)
#355E8A
(53,94,138)
#2F537A
(47,83,122)
#29486A
(41,72,106)
#233D5A
(35,61,90)
#1D324A
(29,50,74)
#17273A
(23,39,58)
#111C2A
(17,28,42)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #477FBA

#477FBA
(71,127,186)
#578AC0
(87,138,192)
#6795C6
(103,149,198)
#77A0CC
(119,160,204)
#87ABD2
(135,171,210)
#97B6D8
(151,182,216)
#A7C1DE
(167,193,222)
#B7CCE4
(183,204,228)
#C7D7EA
(199,215,234)
#D7E2F0
(215,226,240)
#E7EDF6
(231,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477FBA color. Also use rgb(71,127,186) instead hex code.

Text Font Color

.myTextColor { color: #477FBA; }

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

This text font color is #477FBA.

Background Color

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

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

This div background color is #477FBA.

Border color

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

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

This div border color is #477FBA.

Opacity

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

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

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

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

This text has shadow with #477FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477FBA.

Preview

Color preview on black background

This text has color #477FBA on black background.


Color preview on white background

This text has color #477FBA on white background.


Black color preview on #477FBA background

This text has black color on #477FBA background.


White color preview on #477FBA background

This text has white color on #477FBA background.


Related colors

Complementary color

Complementary color for #hex is #B88045.


I love getcolorcode.com

Triadic colors

1 #BA477F and #7FBA47 with #477FBA are triadic colors.

2 #BA7F47 and #7F47BA with #477FBA are triadic colors.