HEX: #477FBA
RGB: (71,127,186)
#477FBA contains mainly green and blue colors. Web safe color of #477FBA is #3366CC (or #36C).
#477FBA color RGB value is (71,127,186).
RGB: (71,127,186)
(28%, 50%, 73%)
R 71 of 255 = 28%
G 127 of 255 = 50%
B 186 of 255 = 73%
R + G + B ~ 50%. #477FBA is middle color (not dark and not light).
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'%
#477FBA color CMYK value is (62,32,0,27).
CMYK: (62,32,0,27)
C62M32Y0K27 (62%, 32%, 0%, 27%)
(0.62 / 0.32 / 0.00 / 0.27)
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 of #477FBA
Tints of #477FBA
Examples of css and html codes for elements with #477FBA color. Also use rgb(71,127,186) instead hex code.
.myTextColor { color: #477FBA; }
<p style="color:#477FBA">This sample text font color is #477FBA.</p>
This text font color is #477FBA.
.myBgColor { background-color: #477FBA; }
<div style="background-color:#477FBA">Inner text</div>
This div background color is #477FBA.
.myBorderColor { border: 1px solid #477FBA; }
<div style="border:3px solid #477FBA">Div</div>
This div border color is #477FBA.
.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%.
.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.
/* 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 text has color #477FBA on black background.
This text has color #477FBA on white background.
This text has black color on #477FBA background.
This text has white color on #477FBA background.
Complementary color for #hex is #B88045.