COLOR #49B2C4

HEX: #49B2C4 RGB: (73,178,196)

Color info

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

RGB color model

#49B2C4 color RGB value is (73,178,196).

RGB: (73,178,196) (29%, 70%, 77%)

RGB channels and saturation

R 73 of 255 = 29%
G 178 of 255 = 70%
B 196 of 255 = 77%

73
178
196

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

Portions of RGB colors in percentages

R + G + B = 73 + 178 + 196 = 447 (100%)
R 73 of 447 ~ 16.33%
G 178 of 447 ~ 39.82%
B 196 of 447 ~ 43.85'%

%16.33
%39.82
%43.85

CMYK color model

#49B2C4 color CMYK value is (63,9,0,23).

  • cyan value is 62.76%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (63,9,0,23)
C63M9Y0K23 (63%, 9%, 0%, 23%)
(0.63 / 0.09 / 0.00 / 0.23)

CMYK percentages

%62.76
%9.18
%0
%23.14

Codes

Color #49B2C4 in popluar color models

49 B2 C4
RGB 73 178 196
HSL 189° 51.04% 52.75%
HSB/HSV 189° 62.76% 76.86%
CMYK 62.76% 9.18% 0.00%
23.14%

Color #49B2C4 in popluar number systems.

HEX 49 B2 C4
Decimal 73 178 196
Binary 1001001 10110010 11000100
Octal 111 262 304

Shades and tints

Shades of #49B2C4

#49B2C4
(73,178,196)
#43A2B3
(67,162,179)
#3D92A2
(61,146,162)
#378291
(55,130,145)
#317280
(49,114,128)
#2B626F
(43,98,111)
#25525E
(37,82,94)
#1F424D
(31,66,77)
#19323C
(25,50,60)
#13222B
(19,34,43)
#0D121A
(13,18,26)
#000000
(0,0,0)

Tints of #49B2C4

#49B2C4
(73,178,196)
#59B9C9
(89,185,201)
#69C0CE
(105,192,206)
#79C7D3
(121,199,211)
#89CED8
(137,206,216)
#99D5DD
(153,213,221)
#A9DCE2
(169,220,226)
#B9E3E7
(185,227,231)
#C9EAEC
(201,234,236)
#D9F1F1
(217,241,241)
#E9F8F6
(233,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B2C4 color. Also use rgb(73,178,196) instead hex code.

Text Font Color

.myTextColor { color: #49B2C4; }

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

This text font color is #49B2C4.

Background Color

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

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

This div background color is #49B2C4.

Border color

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

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

This div border color is #49B2C4.

Opacity

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

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

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

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

This text has shadow with #49B2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49B2C4.

Preview

Color preview on black background

This text has color #49B2C4 on black background.


Color preview on white background

This text has color #49B2C4 on white background.


Black color preview on #49B2C4 background

This text has black color on #49B2C4 background.


White color preview on #49B2C4 background

This text has white color on #49B2C4 background.


Related colors

Complementary color

Complementary color for #hex is #B64D3B.


I love getcolorcode.com

Triadic colors

1 #C449B2 and #B2C449 with #49B2C4 are triadic colors.

2 #C4B249 and #B249C4 with #49B2C4 are triadic colors.