COLOR #4F4F79

HEX: #4F4F79
RGB: (79,79,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

79
79
121

R + G + B ~ 36%. #4F4F79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 121 = 279 (100%)
R 79 of 279 ~ 28.32%
G 79 of 279 ~ 28.32%
B 121 of 279 ~ 43.37%

%28.32
%28.32
%43.37

CMYK color model

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

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

CMYK percentages

%34.71
%34.71
%0
%52.55

Codes

Color #4F4F79 in popluar color models

4F4F79
RGB7979121
HSL240°21.00%39.22%
HSB/HSV240°34.71%47.45%
CMYK34.71%34.71%0.00%
52.55%

Color #4F4F79 in popluar number systems.

HEX4F4F79
Decimal7979121
Binary100111110011111111001
Octal117117171

Shades and tints

Shades of #4F4F79

#4F4F79
(79,79,121)
#48486E
(72,72,110)
#414163
(65,65,99)
#3A3A58
(58,58,88)
#33334D
(51,51,77)
#2C2C42
(44,44,66)
#252537
(37,37,55)
#1E1E2C
(30,30,44)
#171721
(23,23,33)
#101016
(16,16,22)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #4F4F79

#4F4F79
(79,79,121)
#5F5F85
(95,95,133)
#6F6F91
(111,111,145)
#7F7F9D
(127,127,157)
#8F8FA9
(143,143,169)
#9F9FB5
(159,159,181)
#AFAFC1
(175,175,193)
#BFBFCD
(191,191,205)
#CFCFD9
(207,207,217)
#DFDFE5
(223,223,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F79; }

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

This text font color is #4F4F79.


Background Color

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

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

This div background color is #4F4F79.


Border color

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

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

This div border color is #4F4F79.


Opacity

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

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

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

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

This text has shadow with #4F4F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F79 on black background.


Color preview on white background

This text has color #4F4F79 on white background.



Black color preview on #4F4F79 background

This text has black color on #4F4F79 background.


White color preview on #4F4F79 background

This text has white color on #4F4F79 background.