HEX: #4A488E
RGB: (74,72,142)
#4A488E contains mainly blue color. Web safe color of #4A488E is #333399 (or #339).
#4A488E color RGB value is (74,72,142).
RGB: (74,72,142)
(29%, 28%, 56%)
R 74 of 255 = 29%
G 72 of 255 = 28%
B 142 of 255 = 56%
R + G + B ~ 38%. #4A488E is quite dark color.
R + G + B = 74 + 72 + 142 = 288 (100%)
R 74 of 288 ~ 25.69%
G 72 of 288 ~ 25%
B 142 of 288 ~ 49.31'%
#4A488E color CMYK value is (48,49,0,44).
CMYK: (48,49,0,44) C48M49Y0K44 (48%,49%,0%,44%) (0.48/0.49/0.00/0.44)
Color #4A488E in popluar color models
4A | 48 | 8E | |
---|---|---|---|
RGB | 74 | 72 | 142 |
HSL | 242° | 32.71% | 41.96% |
HSB/HSV | 242° | 49.30% | 55.69% |
CMYK | 47.89% | 49.30% | 0.00% |
44.31% |
Color #4A488E in popluar number systems.
HEX | 4A | 48 | 8E |
Decimal | 74 | 72 | 142 |
Binary | 1001010 | 1001000 | 10001110 |
Octal | 112 | 110 | 216 |
Shades of #4A488E
Tints of #4A488E
Examples of css and html codes for elements with #4A488E color. Also use rgb(74,72,142) instead hex code.
.myTextColor { color: #4A488E; }
<p style="color:#4A488E">This sample text font color is #4A488E.</p>
This text font color is #4A488E.
.myBgColor { background-color: #4A488E; }
<div style="background-color:#4A488E">Inner text</div>
This div background color is #4A488E.
.myBorderColor { border: 1px solid #4A488E; }
<div style="border:3px solid #4A488E">Div</div>
This div border color is #4A488E.
.myOpacity80 { color: #4A488E; opacity: 0.8; }
<p style="color:#4A488E;opacity:0.8;">80%</p>
Text with #4A488E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A488E;}
<p style="text-shadow: 3px 3px 1px #4A488E">Text here.</p>
This text has shadow with #4A488E color.
.textShadow {text-shadow: 3px 3px 1px #4A488E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A488E, 5px 5px 20px red">Text here.</p>
This text has shadow with #4A488E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A488E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A488E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A488E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4A488E;
-webkit-box-shadow: 1px 1px 3px 2px #4A488E;
box-shadow: 1px 1px 3px 2px #4A488E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A488E; -webkit-box-shadow: 1px 1px 3px 2px #4A488E; box-shadow:1px 1px 3px 2px #4A488E;">
Div content here
</div>
This text has color #4A488E on black background.
This text has color #4A488E on white background.
This text has black color on #4A488E background.
This text has white color on #4A488E background.
Complementary color for #hex is #B5B771.