COLOR #4F7686

HEX: #4F7686
RGB: (79,118,134)

Color info

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

RGB color model

#4F7686 color RGB value is (79,118,134).

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

RGB channels and saturation

R 79 of 255 = 31%
G 118 of 255 = 46%
B 134 of 255 = 53%

79
118
134

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

Portions of RGB colors in percentages

R + G + B =
79 + 118 + 134 = 331 (100%)
R 79 of 331 ~ 23.87%
G 118 of 331 ~ 35.65%
B 134 of 331 ~ 40.48%

%23.87
%35.65
%40.48

CMYK color model

#4F7686 color CMYK value is (41,12,0,47).

  • cyan value is 41.04%
  • magenta value is 11.94%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(41,12,0,47)
C41M12Y0K47 
(41%,12%,0%,47%)
(0.41/0.12/0.00/0.47)	

CMYK percentages

%41.04
%11.94
%0
%47.45

Codes

Color #4F7686 in popluar color models

4F7686
RGB79118134
HSL197°25.82%41.76%
HSB/HSV197°41.04%52.55%
CMYK41.04%11.94%0.00%
47.45%

Color #4F7686 in popluar number systems.

HEX4F7686
Decimal79118134
Binary1001111111011010000110
Octal117166206

Shades and tints

Shades of #4F7686

#4F7686
(79,118,134)
#486C7A
(72,108,122)
#41626E
(65,98,110)
#3A5862
(58,88,98)
#334E56
(51,78,86)
#2C444A
(44,68,74)
#253A3E
(37,58,62)
#1E3032
(30,48,50)
#172626
(23,38,38)
#101C1A
(16,28,26)
#09120E
(9,18,14)
#000000
(0,0,0)

Tints of #4F7686

#4F7686
(79,118,134)
#5F8291
(95,130,145)
#6F8E9C
(111,142,156)
#7F9AA7
(127,154,167)
#8FA6B2
(143,166,178)
#9FB2BD
(159,178,189)
#AFBEC8
(175,190,200)
#BFCAD3
(191,202,211)
#CFD6DE
(207,214,222)
#DFE2E9
(223,226,233)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F7686; }

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

This text font color is #4F7686.


Background Color

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

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

This div background color is #4F7686.


Border color

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

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

This div border color is #4F7686.


Opacity

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

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

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

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

This text has shadow with #4F7686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7686 on black background.


Color preview on white background

This text has color #4F7686 on white background.



Black color preview on #4F7686 background

This text has black color on #4F7686 background.


White color preview on #4F7686 background

This text has white color on #4F7686 background.