HEX: #4F74AD
RGB: (79,116,173)
#4F74AD contains mainly green and blue colors. Web safe color of #4F74AD is #666699 (or #669).
#4F74AD color RGB value is (79,116,173).
RGB: (79,116,173)
(31%, 45%, 68%)
R 79 of 255 = 31%
G 116 of 255 = 45%
B 173 of 255 = 68%
R + G + B ~ 48%. #4F74AD is middle color (not dark and not light).
R + G + B = 79 + 116 + 173 = 368 (100%)
R 79 of 368 ~ 21.47%
G 116 of 368 ~ 31.52%
B 173 of 368 ~ 47.01'%
#4F74AD color CMYK value is (54,33,0,32).
CMYK: (54,33,0,32) C54M33Y0K32 (54%,33%,0%,32%) (0.54/0.33/0.00/0.32)
Color #4F74AD in popluar color models
4F | 74 | AD | |
---|---|---|---|
RGB | 79 | 116 | 173 |
HSL | 216° | 37.30% | 49.41% |
HSB/HSV | 216° | 54.34% | 67.84% |
CMYK | 54.34% | 32.95% | 0.00% |
32.16% |
Color #4F74AD in popluar number systems.
HEX | 4F | 74 | AD |
Decimal | 79 | 116 | 173 |
Binary | 1001111 | 1110100 | 10101101 |
Octal | 117 | 164 | 255 |
Shades of #4F74AD
Tints of #4F74AD
Examples of css and html codes for elements with #4F74AD color. Also use rgb(79,116,173) instead hex code.
.myTextColor { color: #4F74AD; }
<p style="color:#4F74AD">This sample text font color is #4F74AD.</p>
This text font color is #4F74AD.
.myBgColor { background-color: #4F74AD; }
<div style="background-color:#4F74AD">Inner text</div>
This div background color is #4F74AD.
.myBorderColor { border: 1px solid #4F74AD; }
<div style="border:3px solid #4F74AD">Div</div>
This div border color is #4F74AD.
.myOpacity80 { color: #4F74AD; opacity: 0.8; }
<p style="color:#4F74AD;opacity:0.8;">80%</p>
Text with #4F74AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4F74AD;}
<p style="text-shadow: 3px 3px 1px #4F74AD">Text here.</p>
This text has shadow with #4F74AD color.
.textShadow {text-shadow: 3px 3px 1px #4F74AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4F74AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #4F74AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4F74AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4F74AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #4F74AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4F74AD;
-webkit-box-shadow: 1px 1px 3px 2px #4F74AD;
box-shadow: 1px 1px 3px 2px #4F74AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4F74AD; -webkit-box-shadow: 1px 1px 3px 2px #4F74AD; box-shadow:1px 1px 3px 2px #4F74AD;">
Div content here
</div>
This text has color #4F74AD on black background.
This text has color #4F74AD on white background.
This text has black color on #4F74AD background.
This text has white color on #4F74AD background.
Complementary color for #hex is #B08B52.