HEX: #4A74DC
RGB: (74,116,220)
#4A74DC contains mainly blue color. Web safe color of #4A74DC is #3366CC (or #36C).
#4A74DC color RGB value is (74,116,220).
RGB: (74,116,220)
(29%, 45%, 86%)
R 74 of 255 = 29%
G 116 of 255 = 45%
B 220 of 255 = 86%
R + G + B ~ 53%. #4A74DC is middle color (not dark and not light).
R + G + B = 74 + 116 + 220 = 410 (100%)
R 74 of 410 ~ 18.05%
G 116 of 410 ~ 28.29%
B 220 of 410 ~ 53.66'%
#4A74DC color CMYK value is (66,47,0,14).
CMYK: (66,47,0,14)
C66M47Y0K14 (66%, 47%, 0%, 14%)
(0.66 / 0.47 / 0.00 / 0.14)
Color #4A74DC in popluar color models
4A | 74 | DC | |
---|---|---|---|
RGB | 74 | 116 | 220 |
HSL | 223° | 67.59% | 57.65% |
HSB/HSV | 223° | 66.36% | 86.27% |
CMYK | 66.36% | 47.27% | 0.00% |
13.73% |
Color #4A74DC in popluar number systems.
HEX | 4A | 74 | DC |
Decimal | 74 | 116 | 220 |
Binary | 1001010 | 1110100 | 11011100 |
Octal | 112 | 164 | 334 |
Shades of #4A74DC
Tints of #4A74DC
Examples of css and html codes for elements with #4A74DC color. Also use rgb(74,116,220) instead hex code.
.myTextColor { color: #4A74DC; }
<p style="color:#4A74DC">This sample text font color is #4A74DC.</p>
This text font color is #4A74DC.
.myBgColor { background-color: #4A74DC; }
<div style="background-color:#4A74DC">Inner text</div>
This div background color is #4A74DC.
.myBorderColor { border: 1px solid #4A74DC; }
<div style="border:3px solid #4A74DC">Div</div>
This div border color is #4A74DC.
.myOpacity80 { color: #4A74DC; opacity: 0.8; }
<p style="color:#4A74DC;opacity:0.8;">80%</p>
Text with #4A74DC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A74DC;}
<p style="text-shadow: 3px 3px 1px #4A74DC">Text here.</p>
This text has shadow with #4A74DC color.
.textShadow {text-shadow: 3px 3px 1px #4A74DC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A74DC, 5px 5px 20px red">Text here.</p>
This text has shadow with #4A74DC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A74DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A74DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A74DC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4A74DC;
-webkit-box-shadow: 1px 1px 3px 2px #4A74DC;
box-shadow: 1px 1px 3px 2px #4A74DC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A74DC; -webkit-box-shadow: 1px 1px 3px 2px #4A74DC; box-shadow:1px 1px 3px 2px #4A74DC;">
Div content here
</div>
This text has color #4A74DC on black background.
This text has color #4A74DC on white background.
This text has black color on #4A74DC background.
This text has white color on #4A74DC background.
Complementary color for #hex is #B58B23.