COLOR #4DB9EB

HEX: #4DB9EB
RGB: (77,185,235)

Color info

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

RGB color model

#4DB9EB color RGB value is (77,185,235).

  • red value is 77;
  • green value is 185;
  • blue value is 235.
RGB:
(77,185,235)
(30%,73%,92%)

RGB channels and saturation

R 77 of 255 = 30%
G 185 of 255 = 73%
B 235 of 255 = 92%

77
185
235

R + G + B ~ 65%. #4DB9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 185 + 235 = 497 (100%)
R 77 of 497 ~ 15.49%
G 185 of 497 ~ 37.22%
B 235 of 497 ~ 47.28%

%15.49
%37.22
%47.28

CMYK color model

#4DB9EB color CMYK value is (67,21,0,8).

  • cyan value is 67.23%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(67,21,0,8)
C67M21Y0K8 
(67%,21%,0%,8%)
(0.67/0.21/0.00/0.08)	

CMYK percentages

%67.23
%21.28
%0
%7.84

Codes

Color #4DB9EB in popluar color models

4DB9EB
RGB77185235
HSL199°79.80%61.18%
HSB/HSV199°67.23%92.16%
CMYK67.23%21.28%0.00%
7.84%

Color #4DB9EB in popluar number systems.

HEX4DB9EB
Decimal77185235
Binary10011011011100111101011
Octal115271353

Shades and tints

Shades of #4DB9EB

#4DB9EB
(77,185,235)
#46A9D6
(70,169,214)
#3F99C1
(63,153,193)
#3889AC
(56,137,172)
#317997
(49,121,151)
#2A6982
(42,105,130)
#23596D
(35,89,109)
#1C4958
(28,73,88)
#153943
(21,57,67)
#0E292E
(14,41,46)
#071919
(7,25,25)
#000000
(0,0,0)

Tints of #4DB9EB

#4DB9EB
(77,185,235)
#5DBFEC
(93,191,236)
#6DC5ED
(109,197,237)
#7DCBEE
(125,203,238)
#8DD1EF
(141,209,239)
#9DD7F0
(157,215,240)
#ADDDF1
(173,221,241)
#BDE3F2
(189,227,242)
#CDE9F3
(205,233,243)
#DDEFF4
(221,239,244)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB9EB color. Also use rgb(77,185,235) instead hex code.

Text Font Color

.myTextColor { color: #4DB9EB; }

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

This text font color is #4DB9EB.


Background Color

.myBgColor { background-color: #4DB9EB; }

<div style="background-color:#4DB9EB">Inner text</div>

This div background color is #4DB9EB.


Border color

.myBorderColor { border: 1px solid #4DB9EB; }

<div style="border:3px solid #4DB9EB">Div</div>

This div border color is #4DB9EB.


Opacity

.myOpacity80 { color: #4DB9EB; opacity: 0.8; }

<p style="color:#4DB9EB;opacity:0.8;">80%</p>

Text with #4DB9EB 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 #4DB9EB;}

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

This text has shadow with #4DB9EB color.

.textShadow {text-shadow: 3px 3px 1px #4DB9EB, 3px 3px 1px red;}

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

This text has shadow with #4DB9EB primary color and red secondary color.


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

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

This text has shadow with #4DB9EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB9EB on black background.


Color preview on white background

This text has color #4DB9EB on white background.



Black color preview on #4DB9EB background

This text has black color on #4DB9EB background.


White color preview on #4DB9EB background

This text has white color on #4DB9EB background.