COLOR #49ADD5

HEX: #49ADD5 RGB: (73,173,213)

Color info

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

RGB color model

#49ADD5 color RGB value is (73,173,213).

RGB: (73,173,213) (29%, 68%, 84%)

RGB channels and saturation

R 73 of 255 = 29%
G 173 of 255 = 68%
B 213 of 255 = 84%

73
173
213

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

Portions of RGB colors in percentages

R + G + B = 73 + 173 + 213 = 459 (100%)
R 73 of 459 ~ 15.9%
G 173 of 459 ~ 37.69%
B 213 of 459 ~ 46.41'%

%15.9
%37.69
%46.41

CMYK color model

#49ADD5 color CMYK value is (66,19,0,16).

  • cyan value is 65.73%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (66,19,0,16)
C66M19Y0K16 (66%, 19%, 0%, 16%)
(0.66 / 0.19 / 0.00 / 0.16)

CMYK percentages

%65.73
%18.78
%0
%16.47

Codes

Color #49ADD5 in popluar color models

49 AD D5
RGB 73 173 213
HSL 197° 62.50% 56.08%
HSB/HSV 197° 65.73% 83.53%
CMYK 65.73% 18.78% 0.00%
16.47%

Color #49ADD5 in popluar number systems.

HEX 49 AD D5
Decimal 73 173 213
Binary 1001001 10101101 11010101
Octal 111 255 325

Shades and tints

Shades of #49ADD5

#49ADD5
(73,173,213)
#439EC2
(67,158,194)
#3D8FAF
(61,143,175)
#37809C
(55,128,156)
#317189
(49,113,137)
#2B6276
(43,98,118)
#255363
(37,83,99)
#1F4450
(31,68,80)
#19353D
(25,53,61)
#13262A
(19,38,42)
#0D1717
(13,23,23)
#000000
(0,0,0)

Tints of #49ADD5

#49ADD5
(73,173,213)
#59B4D8
(89,180,216)
#69BBDB
(105,187,219)
#79C2DE
(121,194,222)
#89C9E1
(137,201,225)
#99D0E4
(153,208,228)
#A9D7E7
(169,215,231)
#B9DEEA
(185,222,234)
#C9E5ED
(201,229,237)
#D9ECF0
(217,236,240)
#E9F3F3
(233,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49ADD5 color. Also use rgb(73,173,213) instead hex code.

Text Font Color

.myTextColor { color: #49ADD5; }

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

This text font color is #49ADD5.

Background Color

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

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

This div background color is #49ADD5.

Border color

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

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

This div border color is #49ADD5.

Opacity

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

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

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

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

This text has shadow with #49ADD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49ADD5.

Preview

Color preview on black background

This text has color #49ADD5 on black background.


Color preview on white background

This text has color #49ADD5 on white background.


Black color preview on #49ADD5 background

This text has black color on #49ADD5 background.


White color preview on #49ADD5 background

This text has white color on #49ADD5 background.


Related colors

Complementary color

Complementary color for #hex is #B6522A.


I love getcolorcode.com

Triadic colors

1 #D549AD and #ADD549 with #49ADD5 are triadic colors.

2 #D5AD49 and #AD49D5 with #49ADD5 are triadic colors.