COLOR #49B3CA

HEX: #49B3CA RGB: (73,179,202)

Color info

#49B3CA contains mainly green and blue colors. Web safe color of #49B3CA is #3399CC (or #39C).

RGB color model

#49B3CA color RGB value is (73,179,202).

RGB: (73,179,202) (29%, 70%, 79%)

RGB channels and saturation

R 73 of 255 = 29%
G 179 of 255 = 70%
B 202 of 255 = 79%

73
179
202

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

Portions of RGB colors in percentages

R + G + B = 73 + 179 + 202 = 454 (100%)
R 73 of 454 ~ 16.08%
G 179 of 454 ~ 39.43%
B 202 of 454 ~ 44.49'%

%16.08
%39.43
%44.49

CMYK color model

#49B3CA color CMYK value is (64,11,0,21).

  • cyan value is 63.86%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (64,11,0,21)
C64M11Y0K21 (64%, 11%, 0%, 21%)
(0.64 / 0.11 / 0.00 / 0.21)

CMYK percentages

%63.86
%11.39
%0
%20.78

Codes

Color #49B3CA in popluar color models

49 B3 CA
RGB 73 179 202
HSL 191° 54.89% 53.92%
HSB/HSV 191° 63.86% 79.22%
CMYK 63.86% 11.39% 0.00%
20.78%

Color #49B3CA in popluar number systems.

HEX 49 B3 CA
Decimal 73 179 202
Binary 1001001 10110011 11001010
Octal 111 263 312

Shades and tints

Shades of #49B3CA

#49B3CA
(73,179,202)
#43A3B8
(67,163,184)
#3D93A6
(61,147,166)
#378394
(55,131,148)
#317382
(49,115,130)
#2B6370
(43,99,112)
#25535E
(37,83,94)
#1F434C
(31,67,76)
#19333A
(25,51,58)
#132328
(19,35,40)
#0D1316
(13,19,22)
#000000
(0,0,0)

Tints of #49B3CA

#49B3CA
(73,179,202)
#59B9CE
(89,185,206)
#69BFD2
(105,191,210)
#79C5D6
(121,197,214)
#89CBDA
(137,203,218)
#99D1DE
(153,209,222)
#A9D7E2
(169,215,226)
#B9DDE6
(185,221,230)
#C9E3EA
(201,227,234)
#D9E9EE
(217,233,238)
#E9EFF2
(233,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B3CA color. Also use rgb(73,179,202) instead hex code.

Text Font Color

.myTextColor { color: #49B3CA; }

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

This text font color is #49B3CA.

Background Color

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

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

This div background color is #49B3CA.

Border color

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

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

This div border color is #49B3CA.

Opacity

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

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

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

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

This text has shadow with #49B3CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B3CA.

Preview

Color preview on black background

This text has color #49B3CA on black background.


Color preview on white background

This text has color #49B3CA on white background.


Black color preview on #49B3CA background

This text has black color on #49B3CA background.


White color preview on #49B3CA background

This text has white color on #49B3CA background.


Related colors

Complementary color

Complementary color for #hex is #B64C35.


I love getcolorcode.com

Triadic colors

1 #CA49B3 and #B3CA49 with #49B3CA are triadic colors.

2 #CAB349 and #B349CA with #49B3CA are triadic colors.