COLOR #4F4969

HEX: #4F4969
RGB: (79,73,105)

Color info

#4F4969 contains red, green and blue colors in about the same proportion. Web safe color of #4F4969 is #663366 (or #636).

RGB color model

#4F4969 color RGB value is (79,73,105).

  • red value is 79;
  • green value is 73;
  • blue value is 105.
RGB:
(79,73,105)
(31%,29%,41%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 105 of 255 = 41%

79
73
105

R + G + B ~ 34%. #4F4969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 73 + 105 = 257 (100%)
R 79 of 257 ~ 30.74%
G 73 of 257 ~ 28.4%
B 105 of 257 ~ 40.86%

%30.74
%28.4
%40.86

CMYK color model

#4F4969 color CMYK value is (25,30,0,59).

  • cyan value is 24.76%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(25,30,0,59)
C25M30Y0K59 
(25%,30%,0%,59%)
(0.25/0.30/0.00/0.59)	

CMYK percentages

%24.76
%30.48
%0
%58.82

Codes

Color #4F4969 in popluar color models

4F4969
RGB7973105
HSL251°17.98%34.90%
HSB/HSV251°30.48%41.18%
CMYK24.76%30.48%0.00%
58.82%

Color #4F4969 in popluar number systems.

HEX4F4969
Decimal7973105
Binary100111110010011101001
Octal117111151

Shades and tints

Shades of #4F4969

#4F4969
(79,73,105)
#484360
(72,67,96)
#413D57
(65,61,87)
#3A374E
(58,55,78)
#333145
(51,49,69)
#2C2B3C
(44,43,60)
#252533
(37,37,51)
#1E1F2A
(30,31,42)
#171921
(23,25,33)
#101318
(16,19,24)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #4F4969

#4F4969
(79,73,105)
#5F5976
(95,89,118)
#6F6983
(111,105,131)
#7F7990
(127,121,144)
#8F899D
(143,137,157)
#9F99AA
(159,153,170)
#AFA9B7
(175,169,183)
#BFB9C4
(191,185,196)
#CFC9D1
(207,201,209)
#DFD9DE
(223,217,222)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4969; }

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

This text font color is #4F4969.


Background Color

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

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

This div background color is #4F4969.


Border color

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

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

This div border color is #4F4969.


Opacity

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

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

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

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

This text has shadow with #4F4969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4969 on black background.


Color preview on white background

This text has color #4F4969 on white background.



Black color preview on #4F4969 background

This text has black color on #4F4969 background.


White color preview on #4F4969 background

This text has white color on #4F4969 background.