COLOR #49C1EE

HEX: #49C1EE
RGB: (73,193,238)

Color info

#49C1EE contains mainly green and blue colors. Web safe color of #49C1EE is #33CCFF (or #3CF).

RGB color model

#49C1EE color RGB value is (73,193,238).

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

RGB channels and saturation

R 73 of 255 = 29%
G 193 of 255 = 76%
B 238 of 255 = 93%

73
193
238

R + G + B ~ 66%. #49C1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 193 + 238 = 504 (100%)
R 73 of 504 ~ 14.48%
G 193 of 504 ~ 38.29%
B 238 of 504 ~ 47.22%

%14.48
%38.29
%47.22

CMYK color model

#49C1EE color CMYK value is (69,19,0,7).

  • cyan value is 69.33%
  • magenta value is 18.91%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(69,19,0,7)
C69M19Y0K7 
(69%,19%,0%,7%)
(0.69/0.19/0.00/0.07)	

CMYK percentages

%69.33
%18.91
%0
%6.67

Codes

Color #49C1EE in popluar color models

49C1EE
RGB73193238
HSL196°82.91%60.98%
HSB/HSV196°69.33%93.33%
CMYK69.33%18.91%0.00%
6.67%

Color #49C1EE in popluar number systems.

HEX49C1EE
Decimal73193238
Binary10010011100000111101110
Octal111301356

Shades and tints

Shades of #49C1EE

#49C1EE
(73,193,238)
#43B0D9
(67,176,217)
#3D9FC4
(61,159,196)
#378EAF
(55,142,175)
#317D9A
(49,125,154)
#2B6C85
(43,108,133)
#255B70
(37,91,112)
#1F4A5B
(31,74,91)
#193946
(25,57,70)
#132831
(19,40,49)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #49C1EE

#49C1EE
(73,193,238)
#59C6EF
(89,198,239)
#69CBF0
(105,203,240)
#79D0F1
(121,208,241)
#89D5F2
(137,213,242)
#99DAF3
(153,218,243)
#A9DFF4
(169,223,244)
#B9E4F5
(185,228,245)
#C9E9F6
(201,233,246)
#D9EEF7
(217,238,247)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #49C1EE; }

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

This text font color is #49C1EE.


Background Color

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

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

This div background color is #49C1EE.


Border color

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

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

This div border color is #49C1EE.


Opacity

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

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

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

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

This text has shadow with #49C1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49C1EE on black background.


Color preview on white background

This text has color #49C1EE on white background.



Black color preview on #49C1EE background

This text has black color on #49C1EE background.


White color preview on #49C1EE background

This text has white color on #49C1EE background.