COLOR #4F4F76

HEX: #4F4F76
RGB: (79,79,118)

Color info

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

RGB color model

#4F4F76 color RGB value is (79,79,118).

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

RGB channels and saturation

R 79 of 255 = 31%
G 79 of 255 = 31%
B 118 of 255 = 46%

79
79
118

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

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 118 = 276 (100%)
R 79 of 276 ~ 28.62%
G 79 of 276 ~ 28.62%
B 118 of 276 ~ 42.75%

%28.62
%28.62
%42.75

CMYK color model

#4F4F76 color CMYK value is (33,33,0,54).

  • cyan value is 33.05%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,33,0,54)
C33M33Y0K54 
(33%,33%,0%,54%)
(0.33/0.33/0.00/0.54)	

CMYK percentages

%33.05
%33.05
%0
%53.73

Codes

Color #4F4F76 in popluar color models

4F4F76
RGB7979118
HSL240°19.80%38.63%
HSB/HSV240°33.05%46.27%
CMYK33.05%33.05%0.00%
53.73%

Color #4F4F76 in popluar number systems.

HEX4F4F76
Decimal7979118
Binary100111110011111110110
Octal117117166

Shades and tints

Shades of #4F4F76

#4F4F76
(79,79,118)
#48486C
(72,72,108)
#414162
(65,65,98)
#3A3A58
(58,58,88)
#33334E
(51,51,78)
#2C2C44
(44,44,68)
#25253A
(37,37,58)
#1E1E30
(30,30,48)
#171726
(23,23,38)
#10101C
(16,16,28)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #4F4F76

#4F4F76
(79,79,118)
#5F5F82
(95,95,130)
#6F6F8E
(111,111,142)
#7F7F9A
(127,127,154)
#8F8FA6
(143,143,166)
#9F9FB2
(159,159,178)
#AFAFBE
(175,175,190)
#BFBFCA
(191,191,202)
#CFCFD6
(207,207,214)
#DFDFE2
(223,223,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F76; }

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

This text font color is #4F4F76.


Background Color

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

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

This div background color is #4F4F76.


Border color

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

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

This div border color is #4F4F76.


Opacity

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

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

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

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

This text has shadow with #4F4F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F76 on black background.


Color preview on white background

This text has color #4F4F76 on white background.



Black color preview on #4F4F76 background

This text has black color on #4F4F76 background.


White color preview on #4F4F76 background

This text has white color on #4F4F76 background.