COLOR #4F989D

HEX: #4F989D
RGB: (79,152,157)

Color info

#4F989D contains mainly green and blue colors. Web safe color of #4F989D is #669999 (or #699).

RGB color model

#4F989D color RGB value is (79,152,157).

  • red value is 79;
  • green value is 152;
  • blue value is 157.
RGB:
(79,152,157)
(31%,60%,62%)

RGB channels and saturation

R 79 of 255 = 31%
G 152 of 255 = 60%
B 157 of 255 = 62%

79
152
157

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

Portions of RGB colors in percentages

R + G + B =
79 + 152 + 157 = 388 (100%)
R 79 of 388 ~ 20.36%
G 152 of 388 ~ 39.18%
B 157 of 388 ~ 40.46%

%20.36
%39.18
%40.46

CMYK color model

#4F989D color CMYK value is (50,3,0,38).

  • cyan value is 49.68%
  • magenta value is 3.18%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(50,3,0,38)
C50M3Y0K38 
(50%,3%,0%,38%)
(0.50/0.03/0.00/0.38)	

CMYK percentages

%49.68
%3.18
%0
%38.43

Codes

Color #4F989D in popluar color models

4F989D
RGB79152157
HSL184°33.05%46.27%
HSB/HSV184°49.68%61.57%
CMYK49.68%3.18%0.00%
38.43%

Color #4F989D in popluar number systems.

HEX4F989D
Decimal79152157
Binary10011111001100010011101
Octal117230235

Shades and tints

Shades of #4F989D

#4F989D
(79,152,157)
#488B8F
(72,139,143)
#417E81
(65,126,129)
#3A7173
(58,113,115)
#336465
(51,100,101)
#2C5757
(44,87,87)
#254A49
(37,74,73)
#1E3D3B
(30,61,59)
#17302D
(23,48,45)
#10231F
(16,35,31)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #4F989D

#4F989D
(79,152,157)
#5FA1A5
(95,161,165)
#6FAAAD
(111,170,173)
#7FB3B5
(127,179,181)
#8FBCBD
(143,188,189)
#9FC5C5
(159,197,197)
#AFCECD
(175,206,205)
#BFD7D5
(191,215,213)
#CFE0DD
(207,224,221)
#DFE9E5
(223,233,229)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F989D color. Also use rgb(79,152,157) instead hex code.

Text Font Color

.myTextColor { color: #4F989D; }

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

This text font color is #4F989D.


Background Color

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

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

This div background color is #4F989D.


Border color

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

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

This div border color is #4F989D.


Opacity

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

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

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

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

This text has shadow with #4F989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F989D on black background.


Color preview on white background

This text has color #4F989D on white background.



Black color preview on #4F989D background

This text has black color on #4F989D background.


White color preview on #4F989D background

This text has white color on #4F989D background.