HEX: #4673AB
RGB: (70,115,171)
#4673AB contains mainly green and blue colors. Web safe color of #4673AB is #336699 (or #369).
#4673AB color RGB value is (70,115,171).
RGB: (70,115,171)
(27%, 45%, 67%)
R 70 of 255 = 27%
G 115 of 255 = 45%
B 171 of 255 = 67%
R + G + B ~ 46%. #4673AB is middle color (not dark and not light).
R + G + B = 70 + 115 + 171 = 356 (100%)
R 70 of 356 ~ 19.66%
G 115 of 356 ~ 32.3%
B 171 of 356 ~ 48.03'%
#4673AB color CMYK value is (59,33,0,33).
CMYK: (59,33,0,33) C59M33Y0K33 (59%,33%,0%,33%) (0.59/0.33/0.00/0.33)
Color #4673AB in popluar color models
46 | 73 | AB | |
---|---|---|---|
RGB | 70 | 115 | 171 |
HSL | 213° | 41.91% | 47.25% |
HSB/HSV | 213° | 59.06% | 67.06% |
CMYK | 59.06% | 32.75% | 0.00% |
32.94% |
Color #4673AB in popluar number systems.
HEX | 46 | 73 | AB |
Decimal | 70 | 115 | 171 |
Binary | 1000110 | 1110011 | 10101011 |
Octal | 106 | 163 | 253 |
Shades of #4673AB
Tints of #4673AB
Examples of css and html codes for elements with #4673AB color. Also use rgb(70,115,171) instead hex code.
.myTextColor { color: #4673AB; }
<p style="color:#4673AB">This sample text font color is #4673AB.</p>
This text font color is #4673AB.
.myBgColor { background-color: #4673AB; }
<div style="background-color:#4673AB">Inner text</div>
This div background color is #4673AB.
.myBorderColor { border: 1px solid #4673AB; }
<div style="border:3px solid #4673AB">Div</div>
This div border color is #4673AB.
.myOpacity80 { color: #4673AB; opacity: 0.8; }
<p style="color:#4673AB;opacity:0.8;">80%</p>
Text with #4673AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4673AB;}
<p style="text-shadow: 3px 3px 1px #4673AB">Text here.</p>
This text has shadow with #4673AB color.
.textShadow {text-shadow: 3px 3px 1px #4673AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4673AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #4673AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4673AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4673AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #4673AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4673AB;
-webkit-box-shadow: 1px 1px 3px 2px #4673AB;
box-shadow: 1px 1px 3px 2px #4673AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4673AB; -webkit-box-shadow: 1px 1px 3px 2px #4673AB; box-shadow:1px 1px 3px 2px #4673AB;">
Div content here
</div>
This text has color #4673AB on black background.
This text has color #4673AB on white background.
This text has black color on #4673AB background.
This text has white color on #4673AB background.
Complementary color for #hex is #B98C54.