HEX: #478BE1
RGB: (71,139,225)
#478BE1 contains mainly blue color. Web safe color of #478BE1 is #3399CC (or #39C).
#478BE1 color RGB value is (71,139,225).
RGB: (71,139,225)
(28%, 55%, 88%)
R 71 of 255 = 28%
G 139 of 255 = 55%
B 225 of 255 = 88%
R + G + B ~ 57%. #478BE1 is middle color (not dark and not light).
R + G + B = 71 + 139 + 225 = 435 (100%)
R 71 of 435 ~ 16.32%
G 139 of 435 ~ 31.95%
B 225 of 435 ~ 51.72'%
#478BE1 color CMYK value is (68,38,0,12).
CMYK: (68,38,0,12)
C68M38Y0K12 (68%, 38%, 0%, 12%)
(0.68 / 0.38 / 0.00 / 0.12)
Color #478BE1 in popluar color models
47 | 8B | E1 | |
---|---|---|---|
RGB | 71 | 139 | 225 |
HSL | 214° | 71.96% | 58.04% |
HSB/HSV | 214° | 68.44% | 88.24% |
CMYK | 68.44% | 38.22% | 0.00% |
11.76% |
Color #478BE1 in popluar number systems.
HEX | 47 | 8B | E1 |
Decimal | 71 | 139 | 225 |
Binary | 1000111 | 10001011 | 11100001 |
Octal | 107 | 213 | 341 |
Shades of #478BE1
Tints of #478BE1
Examples of css and html codes for elements with #478BE1 color. Also use rgb(71,139,225) instead hex code.
.myTextColor { color: #478BE1; }
<p style="color:#478BE1">This sample text font color is #478BE1.</p>
This text font color is #478BE1.
.myBgColor { background-color: #478BE1; }
<div style="background-color:#478BE1">Inner text</div>
This div background color is #478BE1.
.myBorderColor { border: 1px solid #478BE1; }
<div style="border:3px solid #478BE1">Div</div>
This div border color is #478BE1.
.myOpacity80 { color: #478BE1; opacity: 0.8; }
<p style="color:#478BE1;opacity:0.8;">80%</p>
Text with #478BE1 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #478BE1;}
<p style="text-shadow: 3px 3px 1px #478BE1">Text here.</p>
This text has shadow with #478BE1 color.
.textShadow {text-shadow: 3px 3px 1px #478BE1', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #478BE1, 5px 5px 20px red">Text here.</p>
This text has shadow with #478BE1 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#478BE1, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#478BE1, Direction=45, Strength=4)">Text</p>
This text has shadow with #478BE1 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #478BE1;
-webkit-box-shadow: 1px 1px 3px 2px #478BE1;
box-shadow: 1px 1px 3px 2px #478BE1;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #478BE1; -webkit-box-shadow: 1px 1px 3px 2px #478BE1; box-shadow:1px 1px 3px 2px #478BE1;">
Div content here
</div>
This text has color #478BE1 on black background.
This text has color #478BE1 on white background.
This text has black color on #478BE1 background.
This text has white color on #478BE1 background.
Complementary color for #hex is #B8741E.