HEX: #47729A
RGB: (71,114,154)
#47729A contains mainly green and blue colors. Web safe color of #47729A is #336699 (or #369).
#47729A color RGB value is (71,114,154).
RGB: (71,114,154)
(28%, 45%, 60%)
R 71 of 255 = 28%
G 114 of 255 = 45%
B 154 of 255 = 60%
R + G + B ~ 44%. #47729A is middle color (not dark and not light).
R + G + B = 71 + 114 + 154 = 339 (100%)
R 71 of 339 ~ 20.94%
G 114 of 339 ~ 33.63%
B 154 of 339 ~ 45.43'%
#47729A color CMYK value is (54,26,0,40).
CMYK: (54,26,0,40)
C54M26Y0K40 (54%, 26%, 0%, 40%)
(0.54 / 0.26 / 0.00 / 0.40)
Color #47729A in popluar color models
47 | 72 | 9A | |
---|---|---|---|
RGB | 71 | 114 | 154 |
HSL | 209° | 36.89% | 44.12% |
HSB/HSV | 209° | 53.90% | 60.39% |
CMYK | 53.90% | 25.97% | 0.00% |
39.61% |
Color #47729A in popluar number systems.
HEX | 47 | 72 | 9A |
Decimal | 71 | 114 | 154 |
Binary | 1000111 | 1110010 | 10011010 |
Octal | 107 | 162 | 232 |
Shades of #47729A
Tints of #47729A
Examples of css and html codes for elements with #47729A color. Also use rgb(71,114,154) instead hex code.
.myTextColor { color: #47729A; }
<p style="color:#47729A">This sample text font color is #47729A.</p>
This text font color is #47729A.
.myBgColor { background-color: #47729A; }
<div style="background-color:#47729A">Inner text</div>
This div background color is #47729A.
.myBorderColor { border: 1px solid #47729A; }
<div style="border:3px solid #47729A">Div</div>
This div border color is #47729A.
.myOpacity80 { color: #47729A; opacity: 0.8; }
<p style="color:#47729A;opacity:0.8;">80%</p>
Text with #47729A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47729A;}
<p style="text-shadow: 3px 3px 1px #47729A">Text here.</p>
This text has shadow with #47729A color.
.textShadow {text-shadow: 3px 3px 1px #47729A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47729A, 5px 5px 20px red">Text here.</p>
This text has shadow with #47729A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47729A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47729A, Direction=45, Strength=4)">Text</p>
This text has shadow with #47729A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47729A;
-webkit-box-shadow: 1px 1px 3px 2px #47729A;
box-shadow: 1px 1px 3px 2px #47729A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47729A; -webkit-box-shadow: 1px 1px 3px 2px #47729A; box-shadow:1px 1px 3px 2px #47729A;">
Div content here
</div>
This text has color #47729A on black background.
This text has color #47729A on white background.
This text has black color on #47729A background.
This text has white color on #47729A background.
Complementary color for #hex is #B88D65.