HEX: #4862AD
RGB: (72,98,173)
#4862AD contains mainly blue color. Web safe color of #4862AD is #336699 (or #369).
#4862AD color RGB value is (72,98,173).
RGB: (72,98,173)
(28%, 38%, 68%)
R 72 of 255 = 28%
G 98 of 255 = 38%
B 173 of 255 = 68%
R + G + B ~ 45%. #4862AD is middle color (not dark and not light).
R + G + B = 72 + 98 + 173 = 343 (100%)
R 72 of 343 ~ 20.99%
G 98 of 343 ~ 28.57%
B 173 of 343 ~ 50.44'%
#4862AD color CMYK value is (58,43,0,32).
CMYK: (58,43,0,32) C58M43Y0K32 (58%,43%,0%,32%) (0.58/0.43/0.00/0.32)
Color #4862AD in popluar color models
48 | 62 | AD | |
---|---|---|---|
RGB | 72 | 98 | 173 |
HSL | 225° | 41.22% | 48.04% |
HSB/HSV | 225° | 58.38% | 67.84% |
CMYK | 58.38% | 43.35% | 0.00% |
32.16% |
Color #4862AD in popluar number systems.
HEX | 48 | 62 | AD |
Decimal | 72 | 98 | 173 |
Binary | 1001000 | 1100010 | 10101101 |
Octal | 110 | 142 | 255 |
Shades of #4862AD
Tints of #4862AD
Examples of css and html codes for elements with #4862AD color. Also use rgb(72,98,173) instead hex code.
.myTextColor { color: #4862AD; }
<p style="color:#4862AD">This sample text font color is #4862AD.</p>
This text font color is #4862AD.
.myBgColor { background-color: #4862AD; }
<div style="background-color:#4862AD">Inner text</div>
This div background color is #4862AD.
.myBorderColor { border: 1px solid #4862AD; }
<div style="border:3px solid #4862AD">Div</div>
This div border color is #4862AD.
.myOpacity80 { color: #4862AD; opacity: 0.8; }
<p style="color:#4862AD;opacity:0.8;">80%</p>
Text with #4862AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4862AD;}
<p style="text-shadow: 3px 3px 1px #4862AD">Text here.</p>
This text has shadow with #4862AD color.
.textShadow {text-shadow: 3px 3px 1px #4862AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4862AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #4862AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4862AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4862AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #4862AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4862AD;
-webkit-box-shadow: 1px 1px 3px 2px #4862AD;
box-shadow: 1px 1px 3px 2px #4862AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4862AD; -webkit-box-shadow: 1px 1px 3px 2px #4862AD; box-shadow:1px 1px 3px 2px #4862AD;">
Div content here
</div>
This text has color #4862AD on black background.
This text has color #4862AD on white background.
This text has black color on #4862AD background.
This text has white color on #4862AD background.
Complementary color for #hex is #B79D52.