COLOR #49B5B8

HEX: #49B5B8
RGB: (73,181,184)

Color info

#49B5B8 contains mainly green and blue colors. Web safe color of #49B5B8 is #33CCCC (or #3CC).

RGB color model

#49B5B8 color RGB value is (73,181,184).

  • red value is 73;
  • green value is 181;
  • blue value is 184.
RGB:
(73,181,184)
(29%,71%,72%)

RGB channels and saturation

R 73 of 255 = 29%
G 181 of 255 = 71%
B 184 of 255 = 72%

73
181
184

R + G + B ~ 57%. #49B5B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 181 + 184 = 438 (100%)
R 73 of 438 ~ 16.67%
G 181 of 438 ~ 41.32%
B 184 of 438 ~ 42.01%

%16.67
%41.32
%42.01

CMYK color model

#49B5B8 color CMYK value is (60,2,0,28).

  • cyan value is 60.33%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(60,2,0,28)
C60M2Y0K28 
(60%,2%,0%,28%)
(0.60/0.02/0.00/0.28)	

CMYK percentages

%60.33
%1.63
%0
%27.84

Codes

Color #49B5B8 in popluar color models

49B5B8
RGB73181184
HSL182°43.87%50.39%
HSB/HSV182°60.33%72.16%
CMYK60.33%1.63%0.00%
27.84%

Color #49B5B8 in popluar number systems.

HEX49B5B8
Decimal73181184
Binary10010011011010110111000
Octal111265270

Shades and tints

Shades of #49B5B8

#49B5B8
(73,181,184)
#43A5A8
(67,165,168)
#3D9598
(61,149,152)
#378588
(55,133,136)
#317578
(49,117,120)
#2B6568
(43,101,104)
#255558
(37,85,88)
#1F4548
(31,69,72)
#193538
(25,53,56)
#132528
(19,37,40)
#0D1518
(13,21,24)
#000000
(0,0,0)

Tints of #49B5B8

#49B5B8
(73,181,184)
#59BBBE
(89,187,190)
#69C1C4
(105,193,196)
#79C7CA
(121,199,202)
#89CDD0
(137,205,208)
#99D3D6
(153,211,214)
#A9D9DC
(169,217,220)
#B9DFE2
(185,223,226)
#C9E5E8
(201,229,232)
#D9EBEE
(217,235,238)
#E9F1F4
(233,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B5B8 color. Also use rgb(73,181,184) instead hex code.

Text Font Color

.myTextColor { color: #49B5B8; }

<p style="color:#49B5B8">This sample text font color is #49B5B8.</p>

This text font color is #49B5B8.


Background Color

.myBgColor { background-color: #49B5B8; }

<div style="background-color:#49B5B8">Inner text</div>

This div background color is #49B5B8.


Border color

.myBorderColor { border: 1px solid #49B5B8; }

<div style="border:3px solid #49B5B8">Div</div>

This div border color is #49B5B8.


Opacity

.myOpacity80 { color: #49B5B8; opacity: 0.8; }

<p style="color:#49B5B8;opacity:0.8;">80%</p>

Text with #49B5B8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #49B5B8;}

<p style="text-shadow: 3px 3px 1px #49B5B8">Text here.</p>

This text has shadow with #49B5B8 color.

.textShadow {text-shadow: 3px 3px 1px #49B5B8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #49B5B8, 5px 5px 20px red">Text here.</p>

This text has shadow with #49B5B8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49B5B8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#49B5B8, Direction=45, Strength=4)">Text</p>

This text has shadow with #49B5B8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #49B5B8;
  -webkit-box-shadow:	1px 1px 3px 2px #49B5B8;
  box-shadow:		1px 1px 3px 2px #49B5B8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49B5B8;
-webkit-box-shadow: 1px 1px 3px 2px #49B5B8;
box-shadow:1px 1px 3px 2px #49B5B8;">
Div content here</div>
This div box has shadow with color #49B5B8.

Preview

Color preview on black background

This text has color #49B5B8 on black background.


Color preview on white background

This text has color #49B5B8 on white background.



Black color preview on #49B5B8 background

This text has black color on #49B5B8 background.


White color preview on #49B5B8 background

This text has white color on #49B5B8 background.