HEX: #4A88BD
RGB: (74,136,189)
#4A88BD contains mainly green and blue colors. Web safe color of #4A88BD is #3399CC (or #39C).
#4A88BD color RGB value is (74,136,189).
RGB: (74,136,189)
(29%, 53%, 74%)
R 74 of 255 = 29%
G 136 of 255 = 53%
B 189 of 255 = 74%
R + G + B ~ 52%. #4A88BD is middle color (not dark and not light).
R + G + B = 74 + 136 + 189 = 399 (100%)
R 74 of 399 ~ 18.55%
G 136 of 399 ~ 34.09%
B 189 of 399 ~ 47.37'%
#4A88BD color CMYK value is (61,28,0,26).
CMYK: (61,28,0,26)
C61M28Y0K26 (61%, 28%, 0%, 26%)
(0.61 / 0.28 / 0.00 / 0.26)
Color #4A88BD in popluar color models
4A | 88 | BD | |
---|---|---|---|
RGB | 74 | 136 | 189 |
HSL | 208° | 46.56% | 51.57% |
HSB/HSV | 208° | 60.85% | 74.12% |
CMYK | 60.85% | 28.04% | 0.00% |
25.88% |
Color #4A88BD in popluar number systems.
HEX | 4A | 88 | BD |
Decimal | 74 | 136 | 189 |
Binary | 1001010 | 10001000 | 10111101 |
Octal | 112 | 210 | 275 |
Shades of #4A88BD
Tints of #4A88BD
Examples of css and html codes for elements with #4A88BD color. Also use rgb(74,136,189) instead hex code.
.myTextColor { color: #4A88BD; }
<p style="color:#4A88BD">This sample text font color is #4A88BD.</p>
This text font color is #4A88BD.
.myBgColor { background-color: #4A88BD; }
<div style="background-color:#4A88BD">Inner text</div>
This div background color is #4A88BD.
.myBorderColor { border: 1px solid #4A88BD; }
<div style="border:3px solid #4A88BD">Div</div>
This div border color is #4A88BD.
.myOpacity80 { color: #4A88BD; opacity: 0.8; }
<p style="color:#4A88BD;opacity:0.8;">80%</p>
Text with #4A88BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A88BD;}
<p style="text-shadow: 3px 3px 1px #4A88BD">Text here.</p>
This text has shadow with #4A88BD color.
.textShadow {text-shadow: 3px 3px 1px #4A88BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A88BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #4A88BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A88BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A88BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A88BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4A88BD;
-webkit-box-shadow: 1px 1px 3px 2px #4A88BD;
box-shadow: 1px 1px 3px 2px #4A88BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A88BD; -webkit-box-shadow: 1px 1px 3px 2px #4A88BD; box-shadow:1px 1px 3px 2px #4A88BD;">
Div content here
</div>
This text has color #4A88BD on black background.
This text has color #4A88BD on white background.
This text has black color on #4A88BD background.
This text has white color on #4A88BD background.
Complementary color for #hex is #B57742.