COLOR #4F879E

HEX: #4F879E
RGB: (79,135,158)

Color info

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

RGB color model

#4F879E color RGB value is (79,135,158).

  • red value is 79;
  • green value is 135;
  • blue value is 158.
RGB:
(79,135,158)
(31%,53%,62%)

RGB channels and saturation

R 79 of 255 = 31%
G 135 of 255 = 53%
B 158 of 255 = 62%

79
135
158

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

Portions of RGB colors in percentages

R + G + B =
79 + 135 + 158 = 372 (100%)
R 79 of 372 ~ 21.24%
G 135 of 372 ~ 36.29%
B 158 of 372 ~ 42.47%

%21.24
%36.29
%42.47

CMYK color model

#4F879E color CMYK value is (50,15,0,38).

  • cyan value is 50.00%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(50,15,0,38)
C50M15Y0K38 
(50%,15%,0%,38%)
(0.50/0.15/0.00/0.38)	

CMYK percentages

%50
%14.56
%0
%38.04

Codes

Color #4F879E in popluar color models

4F879E
RGB79135158
HSL197°33.33%46.47%
HSB/HSV197°50.00%61.96%
CMYK50.00%14.56%0.00%
38.04%

Color #4F879E in popluar number systems.

HEX4F879E
Decimal79135158
Binary10011111000011110011110
Octal117207236

Shades and tints

Shades of #4F879E

#4F879E
(79,135,158)
#487B90
(72,123,144)
#416F82
(65,111,130)
#3A6374
(58,99,116)
#335766
(51,87,102)
#2C4B58
(44,75,88)
#253F4A
(37,63,74)
#1E333C
(30,51,60)
#17272E
(23,39,46)
#101B20
(16,27,32)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #4F879E

#4F879E
(79,135,158)
#5F91A6
(95,145,166)
#6F9BAE
(111,155,174)
#7FA5B6
(127,165,182)
#8FAFBE
(143,175,190)
#9FB9C6
(159,185,198)
#AFC3CE
(175,195,206)
#BFCDD6
(191,205,214)
#CFD7DE
(207,215,222)
#DFE1E6
(223,225,230)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F879E color. Also use rgb(79,135,158) instead hex code.

Text Font Color

.myTextColor { color: #4F879E; }

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

This text font color is #4F879E.


Background Color

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

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

This div background color is #4F879E.


Border color

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

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

This div border color is #4F879E.


Opacity

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

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

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

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

This text has shadow with #4F879E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F879E on black background.


Color preview on white background

This text has color #4F879E on white background.



Black color preview on #4F879E background

This text has black color on #4F879E background.


White color preview on #4F879E background

This text has white color on #4F879E background.