HEX: #04749E
RGB: (4,116,158)
#04749E contains mainly green and blue colors. Web safe color of #04749E is #006699 (or #069).
#04749E color RGB value is (4,116,158).
RGB: (4,116,158)
(2%, 45%, 62%)
R 4 of 255 = 2%
G 116 of 255 = 45%
B 158 of 255 = 62%
R + G + B ~ 36%. #04749E is quite dark color.
R + G + B = 4 + 116 + 158 = 278 (100%)
R 4 of 278 ~ 1.44%
G 116 of 278 ~ 41.73%
B 158 of 278 ~ 56.83'%
#04749E color CMYK value is (97,27,0,38).
CMYK: (97,27,0,38) C97M27Y0K38 (97%,27%,0%,38%) (0.97/0.27/0.00/0.38)
Color #04749E in popluar color models
04 | 74 | 9E | |
---|---|---|---|
RGB | 4 | 116 | 158 |
HSL | 196° | 95.06% | 31.76% |
HSB/HSV | 196° | 97.47% | 61.96% |
CMYK | 97.47% | 26.58% | 0.00% |
38.04% |
Color #04749E in popluar number systems.
HEX | 04 | 74 | 9E |
Decimal | 4 | 116 | 158 |
Binary | 100 | 1110100 | 10011110 |
Octal | 4 | 164 | 236 |
Shades of #04749E
Tints of #04749E
Examples of css and html codes for elements with #04749E color. Also use rgb(4,116,158) instead hex code.
.myTextColor { color: #04749E; }
<p style="color:#04749E">This sample text font color is #04749E.</p>
This text font color is #04749E.
.myBgColor { background-color: #04749E; }
<div style="background-color:#04749E">Inner text</div>
This div background color is #04749E.
.myBorderColor { border: 1px solid #04749E; }
<div style="border:3px solid #04749E">Div</div>
This div border color is #04749E.
.myOpacity80 { color: #04749E; opacity: 0.8; }
<p style="color:#04749E;opacity:0.8;">80%</p>
Text with #04749E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #04749E;}
<p style="text-shadow: 3px 3px 1px #04749E">Text here.</p>
This text has shadow with #04749E color.
.textShadow {text-shadow: 3px 3px 1px #04749E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #04749E, 5px 5px 20px red">Text here.</p>
This text has shadow with #04749E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04749E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#04749E, Direction=45, Strength=4)">Text</p>
This text has shadow with #04749E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #04749E;
-webkit-box-shadow: 1px 1px 3px 2px #04749E;
box-shadow: 1px 1px 3px 2px #04749E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04749E; -webkit-box-shadow: 1px 1px 3px 2px #04749E; box-shadow:1px 1px 3px 2px #04749E;">
Div content here
</div>
This text has color #04749E on black background.
This text has color #04749E on white background.
This text has black color on #04749E background.
This text has white color on #04749E background.
Complementary color for #hex is #FB8B61.