COLOR #4F7E8D

HEX: #4F7E8D
RGB: (79,126,141)

Color info

#4F7E8D contains mainly green and blue colors. Web safe color of #4F7E8D is #666699 (or #669).

RGB color model

#4F7E8D color RGB value is (79,126,141).

  • red value is 79;
  • green value is 126;
  • blue value is 141.
RGB:
(79,126,141)
(31%,49%,55%)

RGB channels and saturation

R 79 of 255 = 31%
G 126 of 255 = 49%
B 141 of 255 = 55%

79
126
141

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

Portions of RGB colors in percentages

R + G + B =
79 + 126 + 141 = 346 (100%)
R 79 of 346 ~ 22.83%
G 126 of 346 ~ 36.42%
B 141 of 346 ~ 40.75%

%22.83
%36.42
%40.75

CMYK color model

#4F7E8D color CMYK value is (44,11,0,45).

  • cyan value is 43.97%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(44,11,0,45)
C44M11Y0K45 
(44%,11%,0%,45%)
(0.44/0.11/0.00/0.45)	

CMYK percentages

%43.97
%10.64
%0
%44.71

Codes

Color #4F7E8D in popluar color models

4F7E8D
RGB79126141
HSL195°28.18%43.14%
HSB/HSV195°43.97%55.29%
CMYK43.97%10.64%0.00%
44.71%

Color #4F7E8D in popluar number systems.

HEX4F7E8D
Decimal79126141
Binary1001111111111010001101
Octal117176215

Shades and tints

Shades of #4F7E8D

#4F7E8D
(79,126,141)
#487381
(72,115,129)
#416875
(65,104,117)
#3A5D69
(58,93,105)
#33525D
(51,82,93)
#2C4751
(44,71,81)
#253C45
(37,60,69)
#1E3139
(30,49,57)
#17262D
(23,38,45)
#101B21
(16,27,33)
#091015
(9,16,21)
#000000
(0,0,0)

Tints of #4F7E8D

#4F7E8D
(79,126,141)
#5F8997
(95,137,151)
#6F94A1
(111,148,161)
#7F9FAB
(127,159,171)
#8FAAB5
(143,170,181)
#9FB5BF
(159,181,191)
#AFC0C9
(175,192,201)
#BFCBD3
(191,203,211)
#CFD6DD
(207,214,221)
#DFE1E7
(223,225,231)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7E8D color. Also use rgb(79,126,141) instead hex code.

Text Font Color

.myTextColor { color: #4F7E8D; }

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

This text font color is #4F7E8D.


Background Color

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

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

This div background color is #4F7E8D.


Border color

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

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

This div border color is #4F7E8D.


Opacity

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

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

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

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

This text has shadow with #4F7E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7E8D on black background.


Color preview on white background

This text has color #4F7E8D on white background.



Black color preview on #4F7E8D background

This text has black color on #4F7E8D background.


White color preview on #4F7E8D background

This text has white color on #4F7E8D background.