HEX: #749FBA
RGB: (116,159,186)
#749FBA contains mainly green and blue colors. Web safe color of #749FBA is #6699CC (or #69C).
#749FBA color RGB value is (116,159,186).
RGB: (116,159,186)
(45%, 62%, 73%)
R 116 of 255 = 45%
G 159 of 255 = 62%
B 186 of 255 = 73%
R + G + B ~ 60%. #749FBA is middle color (not dark and not light).
R + G + B = 116 + 159 + 186 = 461 (100%)
R 116 of 461 ~ 25.16%
G 159 of 461 ~ 34.49%
B 186 of 461 ~ 40.35'%
#749FBA color CMYK value is (38,15,0,27).
CMYK: (38,15,0,27) C38M15Y0K27 (38%,15%,0%,27%) (0.38/0.15/0.00/0.27)
Color #749FBA in popluar color models
74 | 9F | BA | |
---|---|---|---|
RGB | 116 | 159 | 186 |
HSL | 203° | 33.65% | 59.22% |
HSB/HSV | 203° | 37.63% | 72.94% |
CMYK | 37.63% | 14.52% | 0.00% |
27.06% |
Color #749FBA in popluar number systems.
HEX | 74 | 9F | BA |
Decimal | 116 | 159 | 186 |
Binary | 1110100 | 10011111 | 10111010 |
Octal | 164 | 237 | 272 |
Shades of #749FBA
Tints of #749FBA
Examples of css and html codes for elements with #749FBA color. Also use rgb(116,159,186) instead hex code.
.myTextColor { color: #749FBA; }
<p style="color:#749FBA">This sample text font color is #749FBA.</p>
This text font color is #749FBA.
.myBgColor { background-color: #749FBA; }
<div style="background-color:#749FBA">Inner text</div>
This div background color is #749FBA.
.myBorderColor { border: 1px solid #749FBA; }
<div style="border:3px solid #749FBA">Div</div>
This div border color is #749FBA.
.myOpacity80 { color: #749FBA; opacity: 0.8; }
<p style="color:#749FBA;opacity:0.8;">80%</p>
Text with #749FBA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749FBA;}
<p style="text-shadow: 3px 3px 1px #749FBA">Text here.</p>
This text has shadow with #749FBA color.
.textShadow {text-shadow: 3px 3px 1px #749FBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749FBA, 5px 5px 20px red">Text here.</p>
This text has shadow with #749FBA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749FBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749FBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #749FBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749FBA;
-webkit-box-shadow: 1px 1px 3px 2px #749FBA;
box-shadow: 1px 1px 3px 2px #749FBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749FBA; -webkit-box-shadow: 1px 1px 3px 2px #749FBA; box-shadow:1px 1px 3px 2px #749FBA;">
Div content here
</div>
This text has color #749FBA on black background.
This text has color #749FBA on white background.
This text has black color on #749FBA background.
This text has white color on #749FBA background.
Complementary color for #hex is #8B6045.