HEX: #4A819D
RGB: (74,129,157)
#4A819D contains mainly green and blue colors. Web safe color of #4A819D is #339999 (or #399).
#4A819D color RGB value is (74,129,157).
RGB: (74,129,157)
(29%, 51%, 62%)
R 74 of 255 = 29%
G 129 of 255 = 51%
B 157 of 255 = 62%
R + G + B ~ 47%. #4A819D is middle color (not dark and not light).
R + G + B = 74 + 129 + 157 = 360 (100%)
R 74 of 360 ~ 20.56%
G 129 of 360 ~ 35.83%
B 157 of 360 ~ 43.61'%
#4A819D color CMYK value is (53,18,0,38).
CMYK: (53,18,0,38) C53M18Y0K38 (53%,18%,0%,38%) (0.53/0.18/0.00/0.38)
Color #4A819D in popluar color models
4A | 81 | 9D | |
---|---|---|---|
RGB | 74 | 129 | 157 |
HSL | 200° | 35.93% | 45.29% |
HSB/HSV | 200° | 52.87% | 61.57% |
CMYK | 52.87% | 17.83% | 0.00% |
38.43% |
Color #4A819D in popluar number systems.
HEX | 4A | 81 | 9D |
Decimal | 74 | 129 | 157 |
Binary | 1001010 | 10000001 | 10011101 |
Octal | 112 | 201 | 235 |
Shades of #4A819D
Tints of #4A819D
Examples of css and html codes for elements with #4A819D color. Also use rgb(74,129,157) instead hex code.
.myTextColor { color: #4A819D; }
<p style="color:#4A819D">This sample text font color is #4A819D.</p>
This text font color is #4A819D.
.myBgColor { background-color: #4A819D; }
<div style="background-color:#4A819D">Inner text</div>
This div background color is #4A819D.
.myBorderColor { border: 1px solid #4A819D; }
<div style="border:3px solid #4A819D">Div</div>
This div border color is #4A819D.
.myOpacity80 { color: #4A819D; opacity: 0.8; }
<p style="color:#4A819D;opacity:0.8;">80%</p>
Text with #4A819D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A819D;}
<p style="text-shadow: 3px 3px 1px #4A819D">Text here.</p>
This text has shadow with #4A819D color.
.textShadow {text-shadow: 3px 3px 1px #4A819D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A819D, 5px 5px 20px red">Text here.</p>
This text has shadow with #4A819D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A819D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A819D, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A819D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4A819D;
-webkit-box-shadow: 1px 1px 3px 2px #4A819D;
box-shadow: 1px 1px 3px 2px #4A819D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A819D; -webkit-box-shadow: 1px 1px 3px 2px #4A819D; box-shadow:1px 1px 3px 2px #4A819D;">
Div content here
</div>
This text has color #4A819D on black background.
This text has color #4A819D on white background.
This text has black color on #4A819D background.
This text has white color on #4A819D background.
Complementary color for #hex is #B57E62.