COLOR #49BAC1

HEX: #49BAC1
RGB: (73,186,193)

Color info

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

RGB color model

#49BAC1 color RGB value is (73,186,193).

  • red value is 73;
  • green value is 186;
  • blue value is 193.
RGB:
(73,186,193)
(29%,73%,76%)

RGB channels and saturation

R 73 of 255 = 29%
G 186 of 255 = 73%
B 193 of 255 = 76%

73
186
193

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

Portions of RGB colors in percentages

R + G + B =
73 + 186 + 193 = 452 (100%)
R 73 of 452 ~ 16.15%
G 186 of 452 ~ 41.15%
B 193 of 452 ~ 42.7%

%16.15
%41.15
%42.7

CMYK color model

#49BAC1 color CMYK value is (62,4,0,24).

  • cyan value is 62.18%
  • magenta value is 3.63%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(62,4,0,24)
C62M4Y0K24 
(62%,4%,0%,24%)
(0.62/0.04/0.00/0.24)	

CMYK percentages

%62.18
%3.63
%0
%24.31

Codes

Color #49BAC1 in popluar color models

49BAC1
RGB73186193
HSL184°49.18%52.16%
HSB/HSV184°62.18%75.69%
CMYK62.18%3.63%0.00%
24.31%

Color #49BAC1 in popluar number systems.

HEX49BAC1
Decimal73186193
Binary10010011011101011000001
Octal111272301

Shades and tints

Shades of #49BAC1

#49BAC1
(73,186,193)
#43AAB0
(67,170,176)
#3D9A9F
(61,154,159)
#378A8E
(55,138,142)
#317A7D
(49,122,125)
#2B6A6C
(43,106,108)
#255A5B
(37,90,91)
#1F4A4A
(31,74,74)
#193A39
(25,58,57)
#132A28
(19,42,40)
#0D1A17
(13,26,23)
#000000
(0,0,0)

Tints of #49BAC1

#49BAC1
(73,186,193)
#59C0C6
(89,192,198)
#69C6CB
(105,198,203)
#79CCD0
(121,204,208)
#89D2D5
(137,210,213)
#99D8DA
(153,216,218)
#A9DEDF
(169,222,223)
#B9E4E4
(185,228,228)
#C9EAE9
(201,234,233)
#D9F0EE
(217,240,238)
#E9F6F3
(233,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49BAC1 color. Also use rgb(73,186,193) instead hex code.

Text Font Color

.myTextColor { color: #49BAC1; }

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

This text font color is #49BAC1.


Background Color

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

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

This div background color is #49BAC1.


Border color

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

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

This div border color is #49BAC1.


Opacity

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

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

Text with #49BAC1 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 #49BAC1;}

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

This text has shadow with #49BAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49BAC1 on black background.


Color preview on white background

This text has color #49BAC1 on white background.



Black color preview on #49BAC1 background

This text has black color on #49BAC1 background.


White color preview on #49BAC1 background

This text has white color on #49BAC1 background.