HEX: #74A6CA
RGB: (116,166,202)
#74A6CA contains mainly green and blue colors. Web safe color of #74A6CA is #6699CC (or #69C).
#74A6CA color RGB value is (116,166,202).
RGB: (116,166,202)
(45%, 65%, 79%)
R 116 of 255 = 45%
G 166 of 255 = 65%
B 202 of 255 = 79%
R + G + B ~ 63%. #74A6CA is quite light color.
R + G + B = 116 + 166 + 202 = 484 (100%)
R 116 of 484 ~ 23.97%
G 166 of 484 ~ 34.3%
B 202 of 484 ~ 41.74'%
#74A6CA color CMYK value is (43,18,0,21).
CMYK: (43,18,0,21)
C43M18Y0K21 (43%, 18%, 0%, 21%)
(0.43 / 0.18 / 0.00 / 0.21)
Color #74A6CA in popluar color models
74 | A6 | CA | |
---|---|---|---|
RGB | 116 | 166 | 202 |
HSL | 205° | 44.79% | 62.35% |
HSB/HSV | 205° | 42.57% | 79.22% |
CMYK | 42.57% | 17.82% | 0.00% |
20.78% |
Color #74A6CA in popluar number systems.
HEX | 74 | A6 | CA |
Decimal | 116 | 166 | 202 |
Binary | 1110100 | 10100110 | 11001010 |
Octal | 164 | 246 | 312 |
Shades of #74A6CA
Tints of #74A6CA
Examples of css and html codes for elements with #74A6CA color. Also use rgb(116,166,202) instead hex code.
.myTextColor { color: #74A6CA; }
<p style="color:#74A6CA">This sample text font color is #74A6CA.</p>
This text font color is #74A6CA.
.myBgColor { background-color: #74A6CA; }
<div style="background-color:#74A6CA">Inner text</div>
This div background color is #74A6CA.
.myBorderColor { border: 1px solid #74A6CA; }
<div style="border:3px solid #74A6CA">Div</div>
This div border color is #74A6CA.
.myOpacity80 { color: #74A6CA; opacity: 0.8; }
<p style="color:#74A6CA;opacity:0.8;">80%</p>
Text with #74A6CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A6CA;}
<p style="text-shadow: 3px 3px 1px #74A6CA">Text here.</p>
This text has shadow with #74A6CA color.
.textShadow {text-shadow: 3px 3px 1px #74A6CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A6CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A6CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A6CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A6CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A6CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A6CA;
-webkit-box-shadow: 1px 1px 3px 2px #74A6CA;
box-shadow: 1px 1px 3px 2px #74A6CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A6CA; -webkit-box-shadow: 1px 1px 3px 2px #74A6CA; box-shadow:1px 1px 3px 2px #74A6CA;">
Div content here
</div>
This text has color #74A6CA on black background.
This text has color #74A6CA on white background.
This text has black color on #74A6CA background.
This text has white color on #74A6CA background.
Complementary color for #hex is #8B5935.