COLOR #4F6E84

HEX: #4F6E84
RGB: (79,110,132)

Color info

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

RGB color model

#4F6E84 color RGB value is (79,110,132).

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

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 132 of 255 = 52%

79
110
132

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

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 132 = 321 (100%)
R 79 of 321 ~ 24.61%
G 110 of 321 ~ 34.27%
B 132 of 321 ~ 41.12%

%24.61
%34.27
%41.12

CMYK color model

#4F6E84 color CMYK value is (40,17,0,48).

  • cyan value is 40.15%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(40,17,0,48)
C40M17Y0K48 
(40%,17%,0%,48%)
(0.40/0.17/0.00/0.48)	

CMYK percentages

%40.15
%16.67
%0
%48.24

Codes

Color #4F6E84 in popluar color models

4F6E84
RGB79110132
HSL205°25.12%41.37%
HSB/HSV205°40.15%51.76%
CMYK40.15%16.67%0.00%
48.24%

Color #4F6E84 in popluar number systems.

HEX4F6E84
Decimal79110132
Binary1001111110111010000100
Octal117156204

Shades and tints

Shades of #4F6E84

#4F6E84
(79,110,132)
#486478
(72,100,120)
#415A6C
(65,90,108)
#3A5060
(58,80,96)
#334654
(51,70,84)
#2C3C48
(44,60,72)
#25323C
(37,50,60)
#1E2830
(30,40,48)
#171E24
(23,30,36)
#101418
(16,20,24)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F6E84

#4F6E84
(79,110,132)
#5F7B8F
(95,123,143)
#6F889A
(111,136,154)
#7F95A5
(127,149,165)
#8FA2B0
(143,162,176)
#9FAFBB
(159,175,187)
#AFBCC6
(175,188,198)
#BFC9D1
(191,201,209)
#CFD6DC
(207,214,220)
#DFE3E7
(223,227,231)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6E84; }

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

This text font color is #4F6E84.


Background Color

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

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

This div background color is #4F6E84.


Border color

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

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

This div border color is #4F6E84.


Opacity

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

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

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

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

This text has shadow with #4F6E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6E84 on black background.


Color preview on white background

This text has color #4F6E84 on white background.



Black color preview on #4F6E84 background

This text has black color on #4F6E84 background.


White color preview on #4F6E84 background

This text has white color on #4F6E84 background.