HEX: #4E677F
RGB: (78,103,127)
#4E677F contains red, green and blue colors in about the same proportion. Web safe color of #4E677F is #666666 (or #666).
#4E677F color RGB value is (78,103,127).
RGB: (78,103,127)
(31%, 40%, 50%)
R 78 of 255 = 31%
G 103 of 255 = 40%
B 127 of 255 = 50%
R + G + B ~ 40%. #4E677F is middle color (not dark and not light).
R + G + B = 78 + 103 + 127 = 308 (100%)
R 78 of 308 ~ 25.32%
G 103 of 308 ~ 33.44%
B 127 of 308 ~ 41.23'%
#4E677F color CMYK value is (39,19,0,50).
CMYK: (39,19,0,50) C39M19Y0K50 (39%,19%,0%,50%) (0.39/0.19/0.00/0.50)
Color #4E677F in popluar color models
4E | 67 | 7F | |
---|---|---|---|
RGB | 78 | 103 | 127 |
HSL | 209° | 23.90% | 40.20% |
HSB/HSV | 209° | 38.58% | 49.80% |
CMYK | 38.58% | 18.90% | 0.00% |
50.20% |
Color #4E677F in popluar number systems.
HEX | 4E | 67 | 7F |
Decimal | 78 | 103 | 127 |
Binary | 1001110 | 1100111 | 1111111 |
Octal | 116 | 147 | 177 |
Shades of #4E677F
Tints of #4E677F
Examples of css and html codes for elements with #4E677F color. Also use rgb(78,103,127) instead hex code.
.myTextColor { color: #4E677F; }
<p style="color:#4E677F">This sample text font color is #4E677F.</p>
This text font color is #4E677F.
.myBgColor { background-color: #4E677F; }
<div style="background-color:#4E677F">Inner text</div>
This div background color is #4E677F.
.myBorderColor { border: 1px solid #4E677F; }
<div style="border:3px solid #4E677F">Div</div>
This div border color is #4E677F.
.myOpacity80 { color: #4E677F; opacity: 0.8; }
<p style="color:#4E677F;opacity:0.8;">80%</p>
Text with #4E677F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4E677F;}
<p style="text-shadow: 3px 3px 1px #4E677F">Text here.</p>
This text has shadow with #4E677F color.
.textShadow {text-shadow: 3px 3px 1px #4E677F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4E677F, 5px 5px 20px red">Text here.</p>
This text has shadow with #4E677F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4E677F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4E677F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4E677F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4E677F;
-webkit-box-shadow: 1px 1px 3px 2px #4E677F;
box-shadow: 1px 1px 3px 2px #4E677F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4E677F; -webkit-box-shadow: 1px 1px 3px 2px #4E677F; box-shadow:1px 1px 3px 2px #4E677F;">
Div content here
</div>
This text has color #4E677F on black background.
This text has color #4E677F on white background.
This text has black color on #4E677F background.
This text has white color on #4E677F background.
Complementary color for #hex is #B19880.