COLOR #4F6E89

HEX: #4F6E89
RGB: (79,110,137)

Color info

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

RGB color model

#4F6E89 color RGB value is (79,110,137).

  • red value is 79;
  • green value is 110;
  • blue value is 137.
RGB:
(79,110,137)
(31%,43%,54%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 137 of 255 = 54%

79
110
137

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

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 137 = 326 (100%)
R 79 of 326 ~ 24.23%
G 110 of 326 ~ 33.74%
B 137 of 326 ~ 42.02%

%24.23
%33.74
%42.02

CMYK color model

#4F6E89 color CMYK value is (42,20,0,46).

  • cyan value is 42.34%
  • magenta value is 19.71%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(42,20,0,46)
C42M20Y0K46 
(42%,20%,0%,46%)
(0.42/0.20/0.00/0.46)	

CMYK percentages

%42.34
%19.71
%0
%46.27

Codes

Color #4F6E89 in popluar color models

4F6E89
RGB79110137
HSL208°26.85%42.35%
HSB/HSV208°42.34%53.73%
CMYK42.34%19.71%0.00%
46.27%

Color #4F6E89 in popluar number systems.

HEX4F6E89
Decimal79110137
Binary1001111110111010001001
Octal117156211

Shades and tints

Shades of #4F6E89

#4F6E89
(79,110,137)
#48647D
(72,100,125)
#415A71
(65,90,113)
#3A5065
(58,80,101)
#334659
(51,70,89)
#2C3C4D
(44,60,77)
#253241
(37,50,65)
#1E2835
(30,40,53)
#171E29
(23,30,41)
#10141D
(16,20,29)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #4F6E89

#4F6E89
(79,110,137)
#5F7B93
(95,123,147)
#6F889D
(111,136,157)
#7F95A7
(127,149,167)
#8FA2B1
(143,162,177)
#9FAFBB
(159,175,187)
#AFBCC5
(175,188,197)
#BFC9CF
(191,201,207)
#CFD6D9
(207,214,217)
#DFE3E3
(223,227,227)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6E89 color. Also use rgb(79,110,137) instead hex code.

Text Font Color

.myTextColor { color: #4F6E89; }

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

This text font color is #4F6E89.


Background Color

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

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

This div background color is #4F6E89.


Border color

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

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

This div border color is #4F6E89.


Opacity

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

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

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

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

This text has shadow with #4F6E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6E89 on black background.


Color preview on white background

This text has color #4F6E89 on white background.



Black color preview on #4F6E89 background

This text has black color on #4F6E89 background.


White color preview on #4F6E89 background

This text has white color on #4F6E89 background.