COLOR #4F4F6A

HEX: #4F4F6A
RGB: (79,79,106)

Color info

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

RGB color model

#4F4F6A color RGB value is (79,79,106).

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

RGB channels and saturation

R 79 of 255 = 31%
G 79 of 255 = 31%
B 106 of 255 = 42%

79
79
106

R + G + B ~ 35%. #4F4F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 79 + 106 = 264 (100%)
R 79 of 264 ~ 29.92%
G 79 of 264 ~ 29.92%
B 106 of 264 ~ 40.15%

%29.92
%29.92
%40.15

CMYK color model

#4F4F6A color CMYK value is (25,25,0,58).

  • cyan value is 25.47%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(25,25,0,58)
C25M25Y0K58 
(25%,25%,0%,58%)
(0.25/0.25/0.00/0.58)	

CMYK percentages

%25.47
%25.47
%0
%58.43

Codes

Color #4F4F6A in popluar color models

4F4F6A
RGB7979106
HSL240°14.59%36.27%
HSB/HSV240°25.47%41.57%
CMYK25.47%25.47%0.00%
58.43%

Color #4F4F6A in popluar number systems.

HEX4F4F6A
Decimal7979106
Binary100111110011111101010
Octal117117152

Shades and tints

Shades of #4F4F6A

#4F4F6A
(79,79,106)
#484861
(72,72,97)
#414158
(65,65,88)
#3A3A4F
(58,58,79)
#333346
(51,51,70)
#2C2C3D
(44,44,61)
#252534
(37,37,52)
#1E1E2B
(30,30,43)
#171722
(23,23,34)
#101019
(16,16,25)
#090910
(9,9,16)
#000000
(0,0,0)

Tints of #4F4F6A

#4F4F6A
(79,79,106)
#5F5F77
(95,95,119)
#6F6F84
(111,111,132)
#7F7F91
(127,127,145)
#8F8F9E
(143,143,158)
#9F9FAB
(159,159,171)
#AFAFB8
(175,175,184)
#BFBFC5
(191,191,197)
#CFCFD2
(207,207,210)
#DFDFDF
(223,223,223)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4F6A; }

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

This text font color is #4F4F6A.


Background Color

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

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

This div background color is #4F4F6A.


Border color

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

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

This div border color is #4F4F6A.


Opacity

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

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

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

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

This text has shadow with #4F4F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4F6A on black background.


Color preview on white background

This text has color #4F4F6A on white background.



Black color preview on #4F4F6A background

This text has black color on #4F4F6A background.


White color preview on #4F4F6A background

This text has white color on #4F4F6A background.