HEX: #4F729C
RGB: (79,114,156)
#4F729C contains mainly green and blue colors. Web safe color of #4F729C is #666699 (or #669).
#4F729C color RGB value is (79,114,156).
RGB: (79,114,156)
(31%, 45%, 61%)
R 79 of 255 = 31%
G 114 of 255 = 45%
B 156 of 255 = 61%
R + G + B ~ 46%. #4F729C is middle color (not dark and not light).
R + G + B = 79 + 114 + 156 = 349 (100%)
R 79 of 349 ~ 22.64%
G 114 of 349 ~ 32.66%
B 156 of 349 ~ 44.7'%
#4F729C color CMYK value is (49,27,0,39).
CMYK: (49,27,0,39) C49M27Y0K39 (49%,27%,0%,39%) (0.49/0.27/0.00/0.39)
Color #4F729C in popluar color models
4F | 72 | 9C | |
---|---|---|---|
RGB | 79 | 114 | 156 |
HSL | 213° | 32.77% | 46.08% |
HSB/HSV | 213° | 49.36% | 61.18% |
CMYK | 49.36% | 26.92% | 0.00% |
38.82% |
Color #4F729C in popluar number systems.
HEX | 4F | 72 | 9C |
Decimal | 79 | 114 | 156 |
Binary | 1001111 | 1110010 | 10011100 |
Octal | 117 | 162 | 234 |
Shades of #4F729C
Tints of #4F729C
Examples of css and html codes for elements with #4F729C color. Also use rgb(79,114,156) instead hex code.
.myTextColor { color: #4F729C; }
<p style="color:#4F729C">This sample text font color is #4F729C.</p>
This text font color is #4F729C.
.myBgColor { background-color: #4F729C; }
<div style="background-color:#4F729C">Inner text</div>
This div background color is #4F729C.
.myBorderColor { border: 1px solid #4F729C; }
<div style="border:3px solid #4F729C">Div</div>
This div border color is #4F729C.
.myOpacity80 { color: #4F729C; opacity: 0.8; }
<p style="color:#4F729C;opacity:0.8;">80%</p>
Text with #4F729C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F729C;}
<p style="text-shadow: 3px 3px 1px #4F729C">Text here.</p>
This text has shadow with #4F729C color.
.textShadow {text-shadow: 3px 3px 1px #4F729C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F729C, 5px 5px 20px red">Text here.</p>
This text has shadow with #4F729C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F729C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F729C, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F729C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4F729C;
-webkit-box-shadow: 1px 1px 3px 2px #4F729C;
box-shadow: 1px 1px 3px 2px #4F729C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4F729C; -webkit-box-shadow: 1px 1px 3px 2px #4F729C; box-shadow:1px 1px 3px 2px #4F729C;">
Div content here
</div>
This text has color #4F729C on black background.
This text has color #4F729C on white background.
This text has black color on #4F729C background.
This text has white color on #4F729C background.
Complementary color for #hex is #B08D63.