COLOR #4D9FA9

HEX: #4D9FA9
RGB: (77,159,169)

Color info

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

RGB color model

#4D9FA9 color RGB value is (77,159,169).

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

RGB channels and saturation

R 77 of 255 = 30%
G 159 of 255 = 62%
B 169 of 255 = 66%

77
159
169

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

Portions of RGB colors in percentages

R + G + B =
77 + 159 + 169 = 405 (100%)
R 77 of 405 ~ 19.01%
G 159 of 405 ~ 39.26%
B 169 of 405 ~ 41.73%

%19.01
%39.26
%41.73

CMYK color model

#4D9FA9 color CMYK value is (54,6,0,34).

  • cyan value is 54.44%
  • magenta value is 5.92%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(54,6,0,34)
C54M6Y0K34 
(54%,6%,0%,34%)
(0.54/0.06/0.00/0.34)	

CMYK percentages

%54.44
%5.92
%0
%33.73

Codes

Color #4D9FA9 in popluar color models

4D9FA9
RGB77159169
HSL187°37.40%48.24%
HSB/HSV187°54.44%66.27%
CMYK54.44%5.92%0.00%
33.73%

Color #4D9FA9 in popluar number systems.

HEX4D9FA9
Decimal77159169
Binary10011011001111110101001
Octal115237251

Shades and tints

Shades of #4D9FA9

#4D9FA9
(77,159,169)
#46919A
(70,145,154)
#3F838B
(63,131,139)
#38757C
(56,117,124)
#31676D
(49,103,109)
#2A595E
(42,89,94)
#234B4F
(35,75,79)
#1C3D40
(28,61,64)
#152F31
(21,47,49)
#0E2122
(14,33,34)
#071313
(7,19,19)
#000000
(0,0,0)

Tints of #4D9FA9

#4D9FA9
(77,159,169)
#5DA7B0
(93,167,176)
#6DAFB7
(109,175,183)
#7DB7BE
(125,183,190)
#8DBFC5
(141,191,197)
#9DC7CC
(157,199,204)
#ADCFD3
(173,207,211)
#BDD7DA
(189,215,218)
#CDDFE1
(205,223,225)
#DDE7E8
(221,231,232)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9FA9; }

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

This text font color is #4D9FA9.


Background Color

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

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

This div background color is #4D9FA9.


Border color

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

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

This div border color is #4D9FA9.


Opacity

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

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

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

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

This text has shadow with #4D9FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9FA9 on black background.


Color preview on white background

This text has color #4D9FA9 on white background.



Black color preview on #4D9FA9 background

This text has black color on #4D9FA9 background.


White color preview on #4D9FA9 background

This text has white color on #4D9FA9 background.