HEX: #004A77
RGB: (0,74,119)
#004A77 contains only green and blue colors. Web safe color of #004A77 is #003366 (or #036).
#004A77 color RGB value is (0,74,119).
RGB: (0,74,119)
(0%, 29%, 47%)
R 0 of 255 = 0%
G 74 of 255 = 29%
B 119 of 255 = 47%
R + G + B ~ 25%. #004A77 is quite dark color.
R + G + B = 0 + 74 + 119 = 193 (100%)
R 0 of 193 ~ 0%
G 74 of 193 ~ 38.34%
B 119 of 193 ~ 61.66'%
#004A77 color CMYK value is (100,38,0,53).
CMYK: (100,38,0,53)
C100M38Y0K53 (100%, 38%, 0%, 53%)
(1.00 / 0.38 / 0.00 / 0.53)
Color #004A77 in popluar color models
00 | 4A | 77 | |
---|---|---|---|
RGB | 0 | 74 | 119 |
HSL | 203° | 100.00% | 23.33% |
HSB/HSV | 203° | 100.00% | 46.67% |
CMYK | 100.00% | 37.82% | 0.00% |
53.33% |
Color #004A77 in popluar number systems.
HEX | 00 | 4A | 77 |
Decimal | 0 | 74 | 119 |
Binary | 0 | 1001010 | 1110111 |
Octal | 0 | 112 | 167 |
Shades of #004A77
Tints of #004A77
Examples of css and html codes for elements with #004A77 color. Also use rgb(0,74,119) instead hex code.
.myTextColor { color: #004A77; }
<p style="color:#004A77">This sample text font color is #004A77.</p>
This text font color is #004A77.
.myBgColor { background-color: #004A77; }
<div style="background-color:#004A77">Inner text</div>
This div background color is #004A77.
.myBorderColor { border: 1px solid #004A77; }
<div style="border:3px solid #004A77">Div</div>
This div border color is #004A77.
.myOpacity80 { color: #004A77; opacity: 0.8; }
<p style="color:#004A77;opacity:0.8;">80%</p>
Text with #004A77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #004A77;}
<p style="text-shadow: 3px 3px 1px #004A77">Text here.</p>
This text has shadow with #004A77 color.
.textShadow {text-shadow: 3px 3px 1px #004A77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #004A77, 5px 5px 20px red">Text here.</p>
This text has shadow with #004A77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#004A77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#004A77, Direction=45, Strength=4)">Text</p>
This text has shadow with #004A77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #004A77;
-webkit-box-shadow: 1px 1px 3px 2px #004A77;
box-shadow: 1px 1px 3px 2px #004A77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #004A77; -webkit-box-shadow: 1px 1px 3px 2px #004A77; box-shadow:1px 1px 3px 2px #004A77;">
Div content here
</div>
This text has color #004A77 on black background.
This text has color #004A77 on white background.
This text has black color on #004A77 background.
This text has white color on #004A77 background.
Complementary color for #hex is #FFB588.