COLOR #49A0C1

HEX: #49A0C1 RGB: (73,160,193)

Color info

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

RGB color model

#49A0C1 color RGB value is (73,160,193).

RGB: (73,160,193) (29%, 63%, 76%)

RGB channels and saturation

R 73 of 255 = 29%
G 160 of 255 = 63%
B 193 of 255 = 76%

73
160
193

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

Portions of RGB colors in percentages

R + G + B = 73 + 160 + 193 = 426 (100%)
R 73 of 426 ~ 17.14%
G 160 of 426 ~ 37.56%
B 193 of 426 ~ 45.31'%

%17.14
%37.56
%45.31

CMYK color model

#49A0C1 color CMYK value is (62,17,0,24).

  • cyan value is 62.18%
  • magenta value is 17.10%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (62,17,0,24)
C62M17Y0K24 (62%, 17%, 0%, 24%)
(0.62 / 0.17 / 0.00 / 0.24)

CMYK percentages

%62.18
%17.1
%0
%24.31

Codes

Color #49A0C1 in popluar color models

49 A0 C1
RGB 73 160 193
HSL 197° 49.18% 52.16%
HSB/HSV 197° 62.18% 75.69%
CMYK 62.18% 17.10% 0.00%
24.31%

Color #49A0C1 in popluar number systems.

HEX 49 A0 C1
Decimal 73 160 193
Binary 1001001 10100000 11000001
Octal 111 240 301

Shades and tints

Shades of #49A0C1

#49A0C1
(73,160,193)
#4392B0
(67,146,176)
#3D849F
(61,132,159)
#37768E
(55,118,142)
#31687D
(49,104,125)
#2B5A6C
(43,90,108)
#254C5B
(37,76,91)
#1F3E4A
(31,62,74)
#193039
(25,48,57)
#132228
(19,34,40)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #49A0C1

#49A0C1
(73,160,193)
#59A8C6
(89,168,198)
#69B0CB
(105,176,203)
#79B8D0
(121,184,208)
#89C0D5
(137,192,213)
#99C8DA
(153,200,218)
#A9D0DF
(169,208,223)
#B9D8E4
(185,216,228)
#C9E0E9
(201,224,233)
#D9E8EE
(217,232,238)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49A0C1; }

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

This text font color is #49A0C1.

Background Color

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

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

This div background color is #49A0C1.

Border color

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

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

This div border color is #49A0C1.

Opacity

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

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

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

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

This text has shadow with #49A0C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #49A0C1.

Preview

Color preview on black background

This text has color #49A0C1 on black background.


Color preview on white background

This text has color #49A0C1 on white background.


Black color preview on #49A0C1 background

This text has black color on #49A0C1 background.


White color preview on #49A0C1 background

This text has white color on #49A0C1 background.


Related colors

Complementary color

Complementary color for #hex is #B65F3E.


I love getcolorcode.com

Triadic colors

1 #C149A0 and #A0C149 with #49A0C1 are triadic colors.

2 #C1A049 and #A049C1 with #49A0C1 are triadic colors.