COLOR #4F7A8E

HEX: #4F7A8E
RGB: (79,122,142)

Color info

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

RGB color model

#4F7A8E color RGB value is (79,122,142).

  • red value is 79;
  • green value is 122;
  • blue value is 142.
RGB:
(79,122,142)
(31%,48%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 122 of 255 = 48%
B 142 of 255 = 56%

79
122
142

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

Portions of RGB colors in percentages

R + G + B =
79 + 122 + 142 = 343 (100%)
R 79 of 343 ~ 23.03%
G 122 of 343 ~ 35.57%
B 142 of 343 ~ 41.4%

%23.03
%35.57
%41.4

CMYK color model

#4F7A8E color CMYK value is (44,14,0,44).

  • cyan value is 44.37%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(44,14,0,44)
C44M14Y0K44 
(44%,14%,0%,44%)
(0.44/0.14/0.00/0.44)	

CMYK percentages

%44.37
%14.08
%0
%44.31

Codes

Color #4F7A8E in popluar color models

4F7A8E
RGB79122142
HSL199°28.51%43.33%
HSB/HSV199°44.37%55.69%
CMYK44.37%14.08%0.00%
44.31%

Color #4F7A8E in popluar number systems.

HEX4F7A8E
Decimal79122142
Binary1001111111101010001110
Octal117172216

Shades and tints

Shades of #4F7A8E

#4F7A8E
(79,122,142)
#486F82
(72,111,130)
#416476
(65,100,118)
#3A596A
(58,89,106)
#334E5E
(51,78,94)
#2C4352
(44,67,82)
#253846
(37,56,70)
#1E2D3A
(30,45,58)
#17222E
(23,34,46)
#101722
(16,23,34)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #4F7A8E

#4F7A8E
(79,122,142)
#5F8698
(95,134,152)
#6F92A2
(111,146,162)
#7F9EAC
(127,158,172)
#8FAAB6
(143,170,182)
#9FB6C0
(159,182,192)
#AFC2CA
(175,194,202)
#BFCED4
(191,206,212)
#CFDADE
(207,218,222)
#DFE6E8
(223,230,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7A8E color. Also use rgb(79,122,142) instead hex code.

Text Font Color

.myTextColor { color: #4F7A8E; }

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

This text font color is #4F7A8E.


Background Color

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

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

This div background color is #4F7A8E.


Border color

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

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

This div border color is #4F7A8E.


Opacity

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

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

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

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

This text has shadow with #4F7A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7A8E on black background.


Color preview on white background

This text has color #4F7A8E on white background.



Black color preview on #4F7A8E background

This text has black color on #4F7A8E background.


White color preview on #4F7A8E background

This text has white color on #4F7A8E background.