COLOR #4F6D86

HEX: #4F6D86
RGB: (79,109,134)

Color info

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

RGB color model

#4F6D86 color RGB value is (79,109,134).

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

RGB channels and saturation

R 79 of 255 = 31%
G 109 of 255 = 43%
B 134 of 255 = 53%

79
109
134

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

Portions of RGB colors in percentages

R + G + B =
79 + 109 + 134 = 322 (100%)
R 79 of 322 ~ 24.53%
G 109 of 322 ~ 33.85%
B 134 of 322 ~ 41.61%

%24.53
%33.85
%41.61

CMYK color model

#4F6D86 color CMYK value is (41,19,0,47).

  • cyan value is 41.04%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(41,19,0,47)
C41M19Y0K47 
(41%,19%,0%,47%)
(0.41/0.19/0.00/0.47)	

CMYK percentages

%41.04
%18.66
%0
%47.45

Codes

Color #4F6D86 in popluar color models

4F6D86
RGB79109134
HSL207°25.82%41.76%
HSB/HSV207°41.04%52.55%
CMYK41.04%18.66%0.00%
47.45%

Color #4F6D86 in popluar number systems.

HEX4F6D86
Decimal79109134
Binary1001111110110110000110
Octal117155206

Shades and tints

Shades of #4F6D86

#4F6D86
(79,109,134)
#48647A
(72,100,122)
#415B6E
(65,91,110)
#3A5262
(58,82,98)
#334956
(51,73,86)
#2C404A
(44,64,74)
#25373E
(37,55,62)
#1E2E32
(30,46,50)
#172526
(23,37,38)
#101C1A
(16,28,26)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #4F6D86

#4F6D86
(79,109,134)
#5F7A91
(95,122,145)
#6F879C
(111,135,156)
#7F94A7
(127,148,167)
#8FA1B2
(143,161,178)
#9FAEBD
(159,174,189)
#AFBBC8
(175,187,200)
#BFC8D3
(191,200,211)
#CFD5DE
(207,213,222)
#DFE2E9
(223,226,233)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6D86; }

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

This text font color is #4F6D86.


Background Color

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

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

This div background color is #4F6D86.


Border color

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

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

This div border color is #4F6D86.


Opacity

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

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

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

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

This text has shadow with #4F6D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6D86 on black background.


Color preview on white background

This text has color #4F6D86 on white background.



Black color preview on #4F6D86 background

This text has black color on #4F6D86 background.


White color preview on #4F6D86 background

This text has white color on #4F6D86 background.