HEX: #74A4BD
RGB: (116,164,189)
#74A4BD contains mainly green and blue colors. Web safe color of #74A4BD is #6699CC (or #69C).
#74A4BD color RGB value is (116,164,189).
RGB: (116,164,189)
(45%, 64%, 74%)
R 116 of 255 = 45%
G 164 of 255 = 64%
B 189 of 255 = 74%
R + G + B ~ 61%. #74A4BD is quite light color.
R + G + B = 116 + 164 + 189 = 469 (100%)
R 116 of 469 ~ 24.73%
G 164 of 469 ~ 34.97%
B 189 of 469 ~ 40.3'%
#74A4BD color CMYK value is (39,13,0,26).
CMYK: (39,13,0,26)
C39M13Y0K26 (39%, 13%, 0%, 26%)
(0.39 / 0.13 / 0.00 / 0.26)
Color #74A4BD in popluar color models
74 | A4 | BD | |
---|---|---|---|
RGB | 116 | 164 | 189 |
HSL | 201° | 35.61% | 59.80% |
HSB/HSV | 201° | 38.62% | 74.12% |
CMYK | 38.62% | 13.23% | 0.00% |
25.88% |
Color #74A4BD in popluar number systems.
HEX | 74 | A4 | BD |
Decimal | 116 | 164 | 189 |
Binary | 1110100 | 10100100 | 10111101 |
Octal | 164 | 244 | 275 |
Shades of #74A4BD
Tints of #74A4BD
Examples of css and html codes for elements with #74A4BD color. Also use rgb(116,164,189) instead hex code.
.myTextColor { color: #74A4BD; }
<p style="color:#74A4BD">This sample text font color is #74A4BD.</p>
This text font color is #74A4BD.
.myBgColor { background-color: #74A4BD; }
<div style="background-color:#74A4BD">Inner text</div>
This div background color is #74A4BD.
.myBorderColor { border: 1px solid #74A4BD; }
<div style="border:3px solid #74A4BD">Div</div>
This div border color is #74A4BD.
.myOpacity80 { color: #74A4BD; opacity: 0.8; }
<p style="color:#74A4BD;opacity:0.8;">80%</p>
Text with #74A4BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74A4BD;}
<p style="text-shadow: 3px 3px 1px #74A4BD">Text here.</p>
This text has shadow with #74A4BD color.
.textShadow {text-shadow: 3px 3px 1px #74A4BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74A4BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #74A4BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74A4BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74A4BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #74A4BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74A4BD;
-webkit-box-shadow: 1px 1px 3px 2px #74A4BD;
box-shadow: 1px 1px 3px 2px #74A4BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74A4BD; -webkit-box-shadow: 1px 1px 3px 2px #74A4BD; box-shadow:1px 1px 3px 2px #74A4BD;">
Div content here
</div>
This text has color #74A4BD on black background.
This text has color #74A4BD on white background.
This text has black color on #74A4BD background.
This text has white color on #74A4BD background.
Complementary color for #hex is #8B5B42.