HEX: #49BCD2
RGB: (73,188,210)
#49BCD2 contains mainly green and blue colors. Web safe color of #49BCD2 is #33CCCC (or #3CC).
#49BCD2 color RGB value is (73,188,210).
RGB: (73,188,210) (29%,74%,82%)
R 73 of 255 = 29%
G 188 of 255 = 74%
B 210 of 255 = 82%
R + G + B ~ 62%. #49BCD2 is quite light color.
R + G + B =
73 + 188 + 210 = 471 (100%)
R 73 of 471 ~ 15.5%
G 188 of 471 ~ 39.92%
B 210 of 471 ~ 44.59%
#49BCD2 color CMYK value is (65,10,0,18).
CMYK: (65,10,0,18) C65M10Y0K18 (65%,10%,0%,18%) (0.65/0.10/0.00/0.18)
49 | BC | D2 | |
---|---|---|---|
RGB | 73 | 188 | 210 |
HSL | 190° | 60.35% | 55.49% |
HSB/HSV | 190° | 65.24% | 82.35% |
CMYK | 65.24% | 10.48% | 0.00% |
17.65% |
HEX | 49 | BC | D2 |
Decimal | 73 | 188 | 210 |
Binary | 1001001 | 10111100 | 11010010 |
Octal | 111 | 274 | 322 |
Examples of css and html codes for elements with #49BCD2 color. Also use rgb(73,188,210) instead hex code.
.myTextColor { color: #49BCD2; }
<p style="color:#49BCD2">This sample text font color is #49BCD2.</p>
This text font color is #49BCD2.
.myBgColor { background-color: #49BCD2; }
<div style="background-color:#49BCD2">Inner text</div>
This div background color is #49BCD2.
.myBorderColor { border: 1px solid #49BCD2; }
<div style="border:3px solid #49BCD2">Div</div>
This div border color is #49BCD2.
.myOpacity80 { color: #49BCD2; opacity: 0.8; }
<p style="color:#49BCD2;opacity:0.8;">80%</p>
Text with #49BCD2 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49BCD2;}
<p style="text-shadow: 3px 3px 1px #49BCD2">Text here.</p>
This text has shadow with #49BCD2 color.
.textShadow {text-shadow: 3px 3px 1px #49BCD2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49BCD2, 5px 5px 20px red">Text here.</p>
This text has shadow with #49BCD2 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49BCD2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49BCD2, Direction=45, Strength=4)">Text</p>
This text has shadow with #49BCD2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49BCD2; -webkit-box-shadow: 1px 1px 3px 2px #49BCD2; box-shadow: 1px 1px 3px 2px #49BCD2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49BCD2; -webkit-box-shadow: 1px 1px 3px 2px #49BCD2; box-shadow:1px 1px 3px 2px #49BCD2;">
Div content here</div>
This text has color #49BCD2 on black background.
This text has color #49BCD2 on white background.
This text has black color on #49BCD2 background.
This text has white color on #49BCD2 background.