COLOR #4F6279

HEX: #4F6279
RGB: (79,98,121)

Color info

#4F6279 contains red, green and blue colors in about the same proportion. Web safe color of #4F6279 is #666666 (or #666).

RGB color model

#4F6279 color RGB value is (79,98,121).

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

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 121 of 255 = 47%

79
98
121

R + G + B ~ 39%. #4F6279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 121 = 298 (100%)
R 79 of 298 ~ 26.51%
G 98 of 298 ~ 32.89%
B 121 of 298 ~ 40.6%

%26.51
%32.89
%40.6

CMYK color model

#4F6279 color CMYK value is (35,19,0,53).

  • cyan value is 34.71%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,19,0,53)
C35M19Y0K53 
(35%,19%,0%,53%)
(0.35/0.19/0.00/0.53)	

CMYK percentages

%34.71
%19.01
%0
%52.55

Codes

Color #4F6279 in popluar color models

4F6279
RGB7998121
HSL213°21.00%39.22%
HSB/HSV213°34.71%47.45%
CMYK34.71%19.01%0.00%
52.55%

Color #4F6279 in popluar number systems.

HEX4F6279
Decimal7998121
Binary100111111000101111001
Octal117142171

Shades and tints

Shades of #4F6279

#4F6279
(79,98,121)
#485A6E
(72,90,110)
#415263
(65,82,99)
#3A4A58
(58,74,88)
#33424D
(51,66,77)
#2C3A42
(44,58,66)
#253237
(37,50,55)
#1E2A2C
(30,42,44)
#172221
(23,34,33)
#101A16
(16,26,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #4F6279

#4F6279
(79,98,121)
#5F7085
(95,112,133)
#6F7E91
(111,126,145)
#7F8C9D
(127,140,157)
#8F9AA9
(143,154,169)
#9FA8B5
(159,168,181)
#AFB6C1
(175,182,193)
#BFC4CD
(191,196,205)
#CFD2D9
(207,210,217)
#DFE0E5
(223,224,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F6279; }

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

This text font color is #4F6279.


Background Color

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

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

This div background color is #4F6279.


Border color

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

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

This div border color is #4F6279.


Opacity

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

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

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

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

This text has shadow with #4F6279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6279 on black background.


Color preview on white background

This text has color #4F6279 on white background.



Black color preview on #4F6279 background

This text has black color on #4F6279 background.


White color preview on #4F6279 background

This text has white color on #4F6279 background.