COLOR #4F7986

HEX: #4F7986
RGB: (79,121,134)

Color info

#4F7986 contains red, green and blue colors in about the same proportion. Web safe color of #4F7986 is #666699 (or #669).

RGB color model

#4F7986 color RGB value is (79,121,134).

  • red value is 79;
  • green value is 121;
  • blue value is 134.
RGB:
(79,121,134)
(31%,47%,53%)

RGB channels and saturation

R 79 of 255 = 31%
G 121 of 255 = 47%
B 134 of 255 = 53%

79
121
134

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

Portions of RGB colors in percentages

R + G + B =
79 + 121 + 134 = 334 (100%)
R 79 of 334 ~ 23.65%
G 121 of 334 ~ 36.23%
B 134 of 334 ~ 40.12%

%23.65
%36.23
%40.12

CMYK color model

#4F7986 color CMYK value is (41,10,0,47).

  • cyan value is 41.04%
  • magenta value is 9.70%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(41,10,0,47)
C41M10Y0K47 
(41%,10%,0%,47%)
(0.41/0.10/0.00/0.47)	

CMYK percentages

%41.04
%9.7
%0
%47.45

Codes

Color #4F7986 in popluar color models

4F7986
RGB79121134
HSL194°25.82%41.76%
HSB/HSV194°41.04%52.55%
CMYK41.04%9.70%0.00%
47.45%

Color #4F7986 in popluar number systems.

HEX4F7986
Decimal79121134
Binary1001111111100110000110
Octal117171206

Shades and tints

Shades of #4F7986

#4F7986
(79,121,134)
#486E7A
(72,110,122)
#41636E
(65,99,110)
#3A5862
(58,88,98)
#334D56
(51,77,86)
#2C424A
(44,66,74)
#25373E
(37,55,62)
#1E2C32
(30,44,50)
#172126
(23,33,38)
#10161A
(16,22,26)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F7986

#4F7986
(79,121,134)
#5F8591
(95,133,145)
#6F919C
(111,145,156)
#7F9DA7
(127,157,167)
#8FA9B2
(143,169,178)
#9FB5BD
(159,181,189)
#AFC1C8
(175,193,200)
#BFCDD3
(191,205,211)
#CFD9DE
(207,217,222)
#DFE5E9
(223,229,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7986 color. Also use rgb(79,121,134) instead hex code.

Text Font Color

.myTextColor { color: #4F7986; }

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

This text font color is #4F7986.


Background Color

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

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

This div background color is #4F7986.


Border color

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

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

This div border color is #4F7986.


Opacity

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

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

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

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

This text has shadow with #4F7986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7986 on black background.


Color preview on white background

This text has color #4F7986 on white background.



Black color preview on #4F7986 background

This text has black color on #4F7986 background.


White color preview on #4F7986 background

This text has white color on #4F7986 background.