HEX: #4476CE
RGB: (68,118,206)
#4476CE contains mainly blue color. Web safe color of #4476CE is #3366CC (or #36C).
#4476CE color RGB value is (68,118,206).
RGB: (68,118,206)
(27%, 46%, 81%)
R 68 of 255 = 27%
G 118 of 255 = 46%
B 206 of 255 = 81%
R + G + B ~ 51%. #4476CE is middle color (not dark and not light).
R + G + B = 68 + 118 + 206 = 392 (100%)
R 68 of 392 ~ 17.35%
G 118 of 392 ~ 30.1%
B 206 of 392 ~ 52.55'%
#4476CE color CMYK value is (67,43,0,19).
CMYK: (67,43,0,19)
C67M43Y0K19 (67%, 43%, 0%, 19%)
(0.67 / 0.43 / 0.00 / 0.19)
Color #4476CE in popluar color models
44 | 76 | CE | |
---|---|---|---|
RGB | 68 | 118 | 206 |
HSL | 218° | 58.47% | 53.73% |
HSB/HSV | 218° | 66.99% | 80.78% |
CMYK | 66.99% | 42.72% | 0.00% |
19.22% |
Color #4476CE in popluar number systems.
HEX | 44 | 76 | CE |
Decimal | 68 | 118 | 206 |
Binary | 1000100 | 1110110 | 11001110 |
Octal | 104 | 166 | 316 |
Shades of #4476CE
Tints of #4476CE
Examples of css and html codes for elements with #4476CE color. Also use rgb(68,118,206) instead hex code.
.myTextColor { color: #4476CE; }
<p style="color:#4476CE">This sample text font color is #4476CE.</p>
This text font color is #4476CE.
.myBgColor { background-color: #4476CE; }
<div style="background-color:#4476CE">Inner text</div>
This div background color is #4476CE.
.myBorderColor { border: 1px solid #4476CE; }
<div style="border:3px solid #4476CE">Div</div>
This div border color is #4476CE.
.myOpacity80 { color: #4476CE; opacity: 0.8; }
<p style="color:#4476CE;opacity:0.8;">80%</p>
Text with #4476CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4476CE;}
<p style="text-shadow: 3px 3px 1px #4476CE">Text here.</p>
This text has shadow with #4476CE color.
.textShadow {text-shadow: 3px 3px 1px #4476CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4476CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #4476CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4476CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4476CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4476CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4476CE;
-webkit-box-shadow: 1px 1px 3px 2px #4476CE;
box-shadow: 1px 1px 3px 2px #4476CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4476CE; -webkit-box-shadow: 1px 1px 3px 2px #4476CE; box-shadow:1px 1px 3px 2px #4476CE;">
Div content here
</div>
This text has color #4476CE on black background.
This text has color #4476CE on white background.
This text has black color on #4476CE background.
This text has white color on #4476CE background.
Complementary color for #4476CE is #BB8931.