COLOR #4F4869

HEX: #4F4869
RGB: (79,72,105)

Color info

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

RGB color model

#4F4869 color RGB value is (79,72,105).

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

RGB channels and saturation

R 79 of 255 = 31%
G 72 of 255 = 28%
B 105 of 255 = 41%

79
72
105

R + G + B ~ 33%. #4F4869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 72 + 105 = 256 (100%)
R 79 of 256 ~ 30.86%
G 72 of 256 ~ 28.13%
B 105 of 256 ~ 41.02%

%30.86
%28.13
%41.02

CMYK color model

#4F4869 color CMYK value is (25,31,0,59).

  • cyan value is 24.76%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(25,31,0,59)
C25M31Y0K59 
(25%,31%,0%,59%)
(0.25/0.31/0.00/0.59)	

CMYK percentages

%24.76
%31.43
%0
%58.82

Codes

Color #4F4869 in popluar color models

4F4869
RGB7972105
HSL253°18.64%34.71%
HSB/HSV253°31.43%41.18%
CMYK24.76%31.43%0.00%
58.82%

Color #4F4869 in popluar number systems.

HEX4F4869
Decimal7972105
Binary100111110010001101001
Octal117110151

Shades and tints

Shades of #4F4869

#4F4869
(79,72,105)
#484260
(72,66,96)
#413C57
(65,60,87)
#3A364E
(58,54,78)
#333045
(51,48,69)
#2C2A3C
(44,42,60)
#252433
(37,36,51)
#1E1E2A
(30,30,42)
#171821
(23,24,33)
#101218
(16,18,24)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #4F4869

#4F4869
(79,72,105)
#5F5876
(95,88,118)
#6F6883
(111,104,131)
#7F7890
(127,120,144)
#8F889D
(143,136,157)
#9F98AA
(159,152,170)
#AFA8B7
(175,168,183)
#BFB8C4
(191,184,196)
#CFC8D1
(207,200,209)
#DFD8DE
(223,216,222)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4869; }

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

This text font color is #4F4869.


Background Color

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

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

This div background color is #4F4869.


Border color

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

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

This div border color is #4F4869.


Opacity

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

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

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

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

This text has shadow with #4F4869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4869 on black background.


Color preview on white background

This text has color #4F4869 on white background.



Black color preview on #4F4869 background

This text has black color on #4F4869 background.


White color preview on #4F4869 background

This text has white color on #4F4869 background.