COLOR #4D8BA9

HEX: #4D8BA9
RGB: (77,139,169)

Color info

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

RGB color model

#4D8BA9 color RGB value is (77,139,169).

  • red value is 77;
  • green value is 139;
  • blue value is 169.
RGB:
(77,139,169)
(30%,55%,66%)

RGB channels and saturation

R 77 of 255 = 30%
G 139 of 255 = 55%
B 169 of 255 = 66%

77
139
169

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

Portions of RGB colors in percentages

R + G + B =
77 + 139 + 169 = 385 (100%)
R 77 of 385 ~ 20%
G 139 of 385 ~ 36.1%
B 169 of 385 ~ 43.9%

%20
%36.1
%43.9

CMYK color model

#4D8BA9 color CMYK value is (54,18,0,34).

  • cyan value is 54.44%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(54,18,0,34)
C54M18Y0K34 
(54%,18%,0%,34%)
(0.54/0.18/0.00/0.34)	

CMYK percentages

%54.44
%17.75
%0
%33.73

Codes

Color #4D8BA9 in popluar color models

4D8BA9
RGB77139169
HSL200°37.40%48.24%
HSB/HSV200°54.44%66.27%
CMYK54.44%17.75%0.00%
33.73%

Color #4D8BA9 in popluar number systems.

HEX4D8BA9
Decimal77139169
Binary10011011000101110101001
Octal115213251

Shades and tints

Shades of #4D8BA9

#4D8BA9
(77,139,169)
#467F9A
(70,127,154)
#3F738B
(63,115,139)
#38677C
(56,103,124)
#315B6D
(49,91,109)
#2A4F5E
(42,79,94)
#23434F
(35,67,79)
#1C3740
(28,55,64)
#152B31
(21,43,49)
#0E1F22
(14,31,34)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #4D8BA9

#4D8BA9
(77,139,169)
#5D95B0
(93,149,176)
#6D9FB7
(109,159,183)
#7DA9BE
(125,169,190)
#8DB3C5
(141,179,197)
#9DBDCC
(157,189,204)
#ADC7D3
(173,199,211)
#BDD1DA
(189,209,218)
#CDDBE1
(205,219,225)
#DDE5E8
(221,229,232)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8BA9 color. Also use rgb(77,139,169) instead hex code.

Text Font Color

.myTextColor { color: #4D8BA9; }

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

This text font color is #4D8BA9.


Background Color

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

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

This div background color is #4D8BA9.


Border color

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

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

This div border color is #4D8BA9.


Opacity

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

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

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

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

This text has shadow with #4D8BA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8BA9 on black background.


Color preview on white background

This text has color #4D8BA9 on white background.



Black color preview on #4D8BA9 background

This text has black color on #4D8BA9 background.


White color preview on #4D8BA9 background

This text has white color on #4D8BA9 background.