HEX: #473B77
RGB: (71,59,119)
#473B77 contains mainly red and blue colors. Web safe color of #473B77 is #333366 (or #336).
#473B77 color RGB value is (71,59,119).
RGB: (71,59,119)
(28%, 23%, 47%)
R 71 of 255 = 28%
G 59 of 255 = 23%
B 119 of 255 = 47%
R + G + B ~ 33%. #473B77 is quite dark color.
R + G + B = 71 + 59 + 119 = 249 (100%)
R 71 of 249 ~ 28.51%
G 59 of 249 ~ 23.69%
B 119 of 249 ~ 47.79'%
#473B77 color CMYK value is (40,50,0,53).
CMYK: (40,50,0,53)
C40M50Y0K53 (40%, 50%, 0%, 53%)
(0.40 / 0.50 / 0.00 / 0.53)
Color #473B77 in popluar color models
47 | 3B | 77 | |
---|---|---|---|
RGB | 71 | 59 | 119 |
HSL | 252° | 33.71% | 34.90% |
HSB/HSV | 252° | 50.42% | 46.67% |
CMYK | 40.34% | 50.42% | 0.00% |
53.33% |
Color #473B77 in popluar number systems.
HEX | 47 | 3B | 77 |
Decimal | 71 | 59 | 119 |
Binary | 1000111 | 111011 | 1110111 |
Octal | 107 | 73 | 167 |
Shades of #473B77
Tints of #473B77
Examples of css and html codes for elements with #473B77 color. Also use rgb(71,59,119) instead hex code.
.myTextColor { color: #473B77; }
<p style="color:#473B77">This sample text font color is #473B77.</p>
This text font color is #473B77.
.myBgColor { background-color: #473B77; }
<div style="background-color:#473B77">Inner text</div>
This div background color is #473B77.
.myBorderColor { border: 1px solid #473B77; }
<div style="border:3px solid #473B77">Div</div>
This div border color is #473B77.
.myOpacity80 { color: #473B77; opacity: 0.8; }
<p style="color:#473B77;opacity:0.8;">80%</p>
Text with #473B77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #473B77;}
<p style="text-shadow: 3px 3px 1px #473B77">Text here.</p>
This text has shadow with #473B77 color.
.textShadow {text-shadow: 3px 3px 1px #473B77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #473B77, 5px 5px 20px red">Text here.</p>
This text has shadow with #473B77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#473B77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#473B77, Direction=45, Strength=4)">Text</p>
This text has shadow with #473B77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #473B77;
-webkit-box-shadow: 1px 1px 3px 2px #473B77;
box-shadow: 1px 1px 3px 2px #473B77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473B77; -webkit-box-shadow: 1px 1px 3px 2px #473B77; box-shadow:1px 1px 3px 2px #473B77;">
Div content here
</div>
This text has color #473B77 on black background.
This text has color #473B77 on white background.
This text has black color on #473B77 background.
This text has white color on #473B77 background.
Complementary color for #hex is #B8C488.