HEX: #4741AE
RGB: (71,65,174)
#4741AE contains mainly blue color. Web safe color of #4741AE is #333399 (or #339).
#4741AE color RGB value is (71,65,174).
RGB: (71,65,174)
(28%, 25%, 68%)
R 71 of 255 = 28%
G 65 of 255 = 25%
B 174 of 255 = 68%
R + G + B ~ 40%. #4741AE is middle color (not dark and not light).
R + G + B = 71 + 65 + 174 = 310 (100%)
R 71 of 310 ~ 22.9%
G 65 of 310 ~ 20.97%
B 174 of 310 ~ 56.13'%
#4741AE color CMYK value is (59,63,0,32).
CMYK: (59,63,0,32)
C59M63Y0K32 (59%, 63%, 0%, 32%)
(0.59 / 0.63 / 0.00 / 0.32)
Color #4741AE in popluar color models
47 | 41 | AE | |
---|---|---|---|
RGB | 71 | 65 | 174 |
HSL | 243° | 45.61% | 46.86% |
HSB/HSV | 243° | 62.64% | 68.24% |
CMYK | 59.20% | 62.64% | 0.00% |
31.76% |
Color #4741AE in popluar number systems.
HEX | 47 | 41 | AE |
Decimal | 71 | 65 | 174 |
Binary | 1000111 | 1000001 | 10101110 |
Octal | 107 | 101 | 256 |
Shades of #4741AE
Tints of #4741AE
Examples of css and html codes for elements with #4741AE color. Also use rgb(71,65,174) instead hex code.
.myTextColor { color: #4741AE; }
<p style="color:#4741AE">This sample text font color is #4741AE.</p>
This text font color is #4741AE.
.myBgColor { background-color: #4741AE; }
<div style="background-color:#4741AE">Inner text</div>
This div background color is #4741AE.
.myBorderColor { border: 1px solid #4741AE; }
<div style="border:3px solid #4741AE">Div</div>
This div border color is #4741AE.
.myOpacity80 { color: #4741AE; opacity: 0.8; }
<p style="color:#4741AE;opacity:0.8;">80%</p>
Text with #4741AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4741AE;}
<p style="text-shadow: 3px 3px 1px #4741AE">Text here.</p>
This text has shadow with #4741AE color.
.textShadow {text-shadow: 3px 3px 1px #4741AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4741AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #4741AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4741AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4741AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4741AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4741AE;
-webkit-box-shadow: 1px 1px 3px 2px #4741AE;
box-shadow: 1px 1px 3px 2px #4741AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4741AE; -webkit-box-shadow: 1px 1px 3px 2px #4741AE; box-shadow:1px 1px 3px 2px #4741AE;">
Div content here
</div>
This text has color #4741AE on black background.
This text has color #4741AE on white background.
This text has black color on #4741AE background.
This text has white color on #4741AE background.
Complementary color for #hex is #B8BE51.