COLOR #4D9DB0

HEX: #4D9DB0
RGB: (77,157,176)

Color info

#4D9DB0 contains mainly green and blue colors. Web safe color of #4D9DB0 is #339999 (or #399).

RGB color model

#4D9DB0 color RGB value is (77,157,176).

  • red value is 77;
  • green value is 157;
  • blue value is 176.
RGB:
(77,157,176)
(30%,62%,69%)

RGB channels and saturation

R 77 of 255 = 30%
G 157 of 255 = 62%
B 176 of 255 = 69%

77
157
176

R + G + B ~ 54%. #4D9DB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
77 + 157 + 176 = 410 (100%)
R 77 of 410 ~ 18.78%
G 157 of 410 ~ 38.29%
B 176 of 410 ~ 42.93%

%18.78
%38.29
%42.93

CMYK color model

#4D9DB0 color CMYK value is (56,11,0,31).

  • cyan value is 56.25%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(56,11,0,31)
C56M11Y0K31 
(56%,11%,0%,31%)
(0.56/0.11/0.00/0.31)	

CMYK percentages

%56.25
%10.8
%0
%30.98

Codes

Color #4D9DB0 in popluar color models

4D9DB0
RGB77157176
HSL192°39.13%49.61%
HSB/HSV192°56.25%69.02%
CMYK56.25%10.80%0.00%
30.98%

Color #4D9DB0 in popluar number systems.

HEX4D9DB0
Decimal77157176
Binary10011011001110110110000
Octal115235260

Shades and tints

Shades of #4D9DB0

#4D9DB0
(77,157,176)
#468FA0
(70,143,160)
#3F8190
(63,129,144)
#387380
(56,115,128)
#316570
(49,101,112)
#2A5760
(42,87,96)
#234950
(35,73,80)
#1C3B40
(28,59,64)
#152D30
(21,45,48)
#0E1F20
(14,31,32)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #4D9DB0

#4D9DB0
(77,157,176)
#5DA5B7
(93,165,183)
#6DADBE
(109,173,190)
#7DB5C5
(125,181,197)
#8DBDCC
(141,189,204)
#9DC5D3
(157,197,211)
#ADCDDA
(173,205,218)
#BDD5E1
(189,213,225)
#CDDDE8
(205,221,232)
#DDE5EF
(221,229,239)
#EDEDF6
(237,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9DB0 color. Also use rgb(77,157,176) instead hex code.

Text Font Color

.myTextColor { color: #4D9DB0; }

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

This text font color is #4D9DB0.


Background Color

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

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

This div background color is #4D9DB0.


Border color

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

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

This div border color is #4D9DB0.


Opacity

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

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

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

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

This text has shadow with #4D9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9DB0 on black background.


Color preview on white background

This text has color #4D9DB0 on white background.



Black color preview on #4D9DB0 background

This text has black color on #4D9DB0 background.


White color preview on #4D9DB0 background

This text has white color on #4D9DB0 background.