COLOR #49B8EB

HEX: #49B8EB
RGB: (73,184,235)

Color info

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

RGB color model

#49B8EB color RGB value is (73,184,235).

  • red value is 73;
  • green value is 184;
  • blue value is 235.
RGB:
(73,184,235)
(29%,72%,92%)

RGB channels and saturation

R 73 of 255 = 29%
G 184 of 255 = 72%
B 235 of 255 = 92%

73
184
235

R + G + B ~ 64%. #49B8EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
73 + 184 + 235 = 492 (100%)
R 73 of 492 ~ 14.84%
G 184 of 492 ~ 37.4%
B 235 of 492 ~ 47.76%

%14.84
%37.4
%47.76

CMYK color model

#49B8EB color CMYK value is (69,22,0,8).

  • cyan value is 68.94%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(69,22,0,8)
C69M22Y0K8 
(69%,22%,0%,8%)
(0.69/0.22/0.00/0.08)	

CMYK percentages

%68.94
%21.7
%0
%7.84

Codes

Color #49B8EB in popluar color models

49B8EB
RGB73184235
HSL199°80.20%60.39%
HSB/HSV199°68.94%92.16%
CMYK68.94%21.70%0.00%
7.84%

Color #49B8EB in popluar number systems.

HEX49B8EB
Decimal73184235
Binary10010011011100011101011
Octal111270353

Shades and tints

Shades of #49B8EB

#49B8EB
(73,184,235)
#43A8D6
(67,168,214)
#3D98C1
(61,152,193)
#3788AC
(55,136,172)
#317897
(49,120,151)
#2B6882
(43,104,130)
#25586D
(37,88,109)
#1F4858
(31,72,88)
#193843
(25,56,67)
#13282E
(19,40,46)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #49B8EB

#49B8EB
(73,184,235)
#59BEEC
(89,190,236)
#69C4ED
(105,196,237)
#79CAEE
(121,202,238)
#89D0EF
(137,208,239)
#99D6F0
(153,214,240)
#A9DCF1
(169,220,241)
#B9E2F2
(185,226,242)
#C9E8F3
(201,232,243)
#D9EEF4
(217,238,244)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49B8EB color. Also use rgb(73,184,235) instead hex code.

Text Font Color

.myTextColor { color: #49B8EB; }

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

This text font color is #49B8EB.


Background Color

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

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

This div background color is #49B8EB.


Border color

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

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

This div border color is #49B8EB.


Opacity

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

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

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

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

This text has shadow with #49B8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49B8EB on black background.


Color preview on white background

This text has color #49B8EB on white background.



Black color preview on #49B8EB background

This text has black color on #49B8EB background.


White color preview on #49B8EB background

This text has white color on #49B8EB background.