HEX: #474BBD
RGB: (71,75,189)
#474BBD contains mainly blue color. Web safe color of #474BBD is #3333CC (or #33C).
#474BBD color RGB value is (71,75,189).
RGB: (71,75,189)
(28%, 29%, 74%)
R 71 of 255 = 28%
G 75 of 255 = 29%
B 189 of 255 = 74%
R + G + B ~ 44%. #474BBD is middle color (not dark and not light).
R + G + B = 71 + 75 + 189 = 335 (100%)
R 71 of 335 ~ 21.19%
G 75 of 335 ~ 22.39%
B 189 of 335 ~ 56.42'%
#474BBD color CMYK value is (62,60,0,26).
CMYK: (62,60,0,26)
C62M60Y0K26 (62%, 60%, 0%, 26%)
(0.62 / 0.60 / 0.00 / 0.26)
Color #474BBD in popluar color models
47 | 4B | BD | |
---|---|---|---|
RGB | 71 | 75 | 189 |
HSL | 238° | 47.20% | 50.98% |
HSB/HSV | 238° | 62.43% | 74.12% |
CMYK | 62.43% | 60.32% | 0.00% |
25.88% |
Color #474BBD in popluar number systems.
HEX | 47 | 4B | BD |
Decimal | 71 | 75 | 189 |
Binary | 1000111 | 1001011 | 10111101 |
Octal | 107 | 113 | 275 |
Shades of #474BBD
Tints of #474BBD
Examples of css and html codes for elements with #474BBD color. Also use rgb(71,75,189) instead hex code.
.myTextColor { color: #474BBD; }
<p style="color:#474BBD">This sample text font color is #474BBD.</p>
This text font color is #474BBD.
.myBgColor { background-color: #474BBD; }
<div style="background-color:#474BBD">Inner text</div>
This div background color is #474BBD.
.myBorderColor { border: 1px solid #474BBD; }
<div style="border:3px solid #474BBD">Div</div>
This div border color is #474BBD.
.myOpacity80 { color: #474BBD; opacity: 0.8; }
<p style="color:#474BBD;opacity:0.8;">80%</p>
Text with #474BBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #474BBD;}
<p style="text-shadow: 3px 3px 1px #474BBD">Text here.</p>
This text has shadow with #474BBD color.
.textShadow {text-shadow: 3px 3px 1px #474BBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #474BBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #474BBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#474BBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#474BBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #474BBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #474BBD;
-webkit-box-shadow: 1px 1px 3px 2px #474BBD;
box-shadow: 1px 1px 3px 2px #474BBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #474BBD; -webkit-box-shadow: 1px 1px 3px 2px #474BBD; box-shadow:1px 1px 3px 2px #474BBD;">
Div content here
</div>
This text has color #474BBD on black background.
This text has color #474BBD on white background.
This text has black color on #474BBD background.
This text has white color on #474BBD background.
Complementary color for #hex is #B8B442.