COLOR #4F1E66

HEX: #4F1E66
RGB: (79,30,102)

Color info

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

RGB color model

#4F1E66 color RGB value is (79,30,102).

  • red value is 79;
  • green value is 30;
  • blue value is 102.
RGB:
(79,30,102)
(31%,12%,40%)

RGB channels and saturation

R 79 of 255 = 31%
G 30 of 255 = 12%
B 102 of 255 = 40%

79
30
102

R + G + B ~ 28%. #4F1E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 30 + 102 = 211 (100%)
R 79 of 211 ~ 37.44%
G 30 of 211 ~ 14.22%
B 102 of 211 ~ 48.34%

%37.44
%14.22
%48.34

CMYK color model

#4F1E66 color CMYK value is (23,71,0,60).

  • cyan value is 22.55%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(23,71,0,60)
C23M71Y0K60 
(23%,71%,0%,60%)
(0.23/0.71/0.00/0.60)	

CMYK percentages

%22.55
%70.59
%0
%60

Codes

Color #4F1E66 in popluar color models

4F1E66
RGB7930102
HSL281°54.55%25.88%
HSB/HSV281°70.59%40.00%
CMYK22.55%70.59%0.00%
60.00%

Color #4F1E66 in popluar number systems.

HEX4F1E66
Decimal7930102
Binary1001111111101100110
Octal11736146

Shades and tints

Shades of #4F1E66

#4F1E66
(79,30,102)
#481C5D
(72,28,93)
#411A54
(65,26,84)
#3A184B
(58,24,75)
#331642
(51,22,66)
#2C1439
(44,20,57)
#251230
(37,18,48)
#1E1027
(30,16,39)
#170E1E
(23,14,30)
#100C15
(16,12,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #4F1E66

#4F1E66
(79,30,102)
#5F3273
(95,50,115)
#6F4680
(111,70,128)
#7F5A8D
(127,90,141)
#8F6E9A
(143,110,154)
#9F82A7
(159,130,167)
#AF96B4
(175,150,180)
#BFAAC1
(191,170,193)
#CFBECE
(207,190,206)
#DFD2DB
(223,210,219)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1E66; }

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

This text font color is #4F1E66.


Background Color

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

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

This div background color is #4F1E66.


Border color

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

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

This div border color is #4F1E66.


Opacity

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

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

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

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

This text has shadow with #4F1E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1E66 on black background.


Color preview on white background

This text has color #4F1E66 on white background.



Black color preview on #4F1E66 background

This text has black color on #4F1E66 background.


White color preview on #4F1E66 background

This text has white color on #4F1E66 background.