COLOR #4F2F78

HEX: #4F2F78
RGB: (79,47,120)

Color info

#4F2F78 contains mainly red and blue colors. Web safe color of #4F2F78 is #663366 (or #636).

RGB color model

#4F2F78 color RGB value is (79,47,120).

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

RGB channels and saturation

R 79 of 255 = 31%
G 47 of 255 = 18%
B 120 of 255 = 47%

79
47
120

R + G + B ~ 32%. #4F2F78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 47 + 120 = 246 (100%)
R 79 of 246 ~ 32.11%
G 47 of 246 ~ 19.11%
B 120 of 246 ~ 48.78%

%32.11
%19.11
%48.78

CMYK color model

#4F2F78 color CMYK value is (34,61,0,53).

  • cyan value is 34.17%
  • magenta value is 60.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(34,61,0,53)
C34M61Y0K53 
(34%,61%,0%,53%)
(0.34/0.61/0.00/0.53)	

CMYK percentages

%34.17
%60.83
%0
%52.94

Codes

Color #4F2F78 in popluar color models

4F2F78
RGB7947120
HSL266°43.71%32.75%
HSB/HSV266°60.83%47.06%
CMYK34.17%60.83%0.00%
52.94%

Color #4F2F78 in popluar number systems.

HEX4F2F78
Decimal7947120
Binary10011111011111111000
Octal11757170

Shades and tints

Shades of #4F2F78

#4F2F78
(79,47,120)
#482B6E
(72,43,110)
#412764
(65,39,100)
#3A235A
(58,35,90)
#331F50
(51,31,80)
#2C1B46
(44,27,70)
#25173C
(37,23,60)
#1E1332
(30,19,50)
#170F28
(23,15,40)
#100B1E
(16,11,30)
#090714
(9,7,20)
#000000
(0,0,0)

Tints of #4F2F78

#4F2F78
(79,47,120)
#5F4184
(95,65,132)
#6F5390
(111,83,144)
#7F659C
(127,101,156)
#8F77A8
(143,119,168)
#9F89B4
(159,137,180)
#AF9BC0
(175,155,192)
#BFADCC
(191,173,204)
#CFBFD8
(207,191,216)
#DFD1E4
(223,209,228)
#EFE3F0
(239,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2F78; }

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

This text font color is #4F2F78.


Background Color

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

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

This div background color is #4F2F78.


Border color

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

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

This div border color is #4F2F78.


Opacity

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

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

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

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

This text has shadow with #4F2F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2F78 on black background.


Color preview on white background

This text has color #4F2F78 on white background.



Black color preview on #4F2F78 background

This text has black color on #4F2F78 background.


White color preview on #4F2F78 background

This text has white color on #4F2F78 background.