COLOR #4D89AC

HEX: #4D89AC
RGB: (77,137,172)

Color info

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

RGB color model

#4D89AC color RGB value is (77,137,172).

  • red value is 77;
  • green value is 137;
  • blue value is 172.
RGB:
(77,137,172)
(30%,54%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 137 of 255 = 54%
B 172 of 255 = 67%

77
137
172

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

Portions of RGB colors in percentages

R + G + B =
77 + 137 + 172 = 386 (100%)
R 77 of 386 ~ 19.95%
G 137 of 386 ~ 35.49%
B 172 of 386 ~ 44.56%

%19.95
%35.49
%44.56

CMYK color model

#4D89AC color CMYK value is (55,20,0,33).

  • cyan value is 55.23%
  • magenta value is 20.35%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,20,0,33)
C55M20Y0K33 
(55%,20%,0%,33%)
(0.55/0.20/0.00/0.33)	

CMYK percentages

%55.23
%20.35
%0
%32.55

Codes

Color #4D89AC in popluar color models

4D89AC
RGB77137172
HSL202°38.15%48.82%
HSB/HSV202°55.23%67.45%
CMYK55.23%20.35%0.00%
32.55%

Color #4D89AC in popluar number systems.

HEX4D89AC
Decimal77137172
Binary10011011000100110101100
Octal115211254

Shades and tints

Shades of #4D89AC

#4D89AC
(77,137,172)
#467D9D
(70,125,157)
#3F718E
(63,113,142)
#38657F
(56,101,127)
#315970
(49,89,112)
#2A4D61
(42,77,97)
#234152
(35,65,82)
#1C3543
(28,53,67)
#152934
(21,41,52)
#0E1D25
(14,29,37)
#071116
(7,17,22)
#000000
(0,0,0)

Tints of #4D89AC

#4D89AC
(77,137,172)
#5D93B3
(93,147,179)
#6D9DBA
(109,157,186)
#7DA7C1
(125,167,193)
#8DB1C8
(141,177,200)
#9DBBCF
(157,187,207)
#ADC5D6
(173,197,214)
#BDCFDD
(189,207,221)
#CDD9E4
(205,217,228)
#DDE3EB
(221,227,235)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D89AC color. Also use rgb(77,137,172) instead hex code.

Text Font Color

.myTextColor { color: #4D89AC; }

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

This text font color is #4D89AC.


Background Color

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

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

This div background color is #4D89AC.


Border color

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

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

This div border color is #4D89AC.


Opacity

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

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

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

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

This text has shadow with #4D89AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D89AC on black background.


Color preview on white background

This text has color #4D89AC on white background.



Black color preview on #4D89AC background

This text has black color on #4D89AC background.


White color preview on #4D89AC background

This text has white color on #4D89AC background.