COLOR #4F1586

HEX: #4F1586
RGB: (79,21,134)

Color info

#4F1586 contains mainly red and blue colors. Web safe color of #4F1586 is #660099 (or #609).

RGB color model

#4F1586 color RGB value is (79,21,134).

  • red value is 79;
  • green value is 21;
  • blue value is 134.
RGB:
(79,21,134)
(31%,8%,53%)

RGB channels and saturation

R 79 of 255 = 31%
G 21 of 255 = 8%
B 134 of 255 = 53%

79
21
134

R + G + B ~ 31%. #4F1586 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 21 + 134 = 234 (100%)
R 79 of 234 ~ 33.76%
G 21 of 234 ~ 8.97%
B 134 of 234 ~ 57.26%

%33.76
%57.26

CMYK color model

#4F1586 color CMYK value is (41,84,0,47).

  • cyan value is 41.04%
  • magenta value is 84.33%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(41,84,0,47)
C41M84Y0K47 
(41%,84%,0%,47%)
(0.41/0.84/0.00/0.47)	

CMYK percentages

%41.04
%84.33
%0
%47.45

Codes

Color #4F1586 in popluar color models

4F1586
RGB7921134
HSL271°72.90%30.39%
HSB/HSV271°84.33%52.55%
CMYK41.04%84.33%0.00%
47.45%

Color #4F1586 in popluar number systems.

HEX4F1586
Decimal7921134
Binary10011111010110000110
Octal11725206

Shades and tints

Shades of #4F1586

#4F1586
(79,21,134)
#48147A
(72,20,122)
#41136E
(65,19,110)
#3A1262
(58,18,98)
#331156
(51,17,86)
#2C104A
(44,16,74)
#250F3E
(37,15,62)
#1E0E32
(30,14,50)
#170D26
(23,13,38)
#100C1A
(16,12,26)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #4F1586

#4F1586
(79,21,134)
#5F2A91
(95,42,145)
#6F3F9C
(111,63,156)
#7F54A7
(127,84,167)
#8F69B2
(143,105,178)
#9F7EBD
(159,126,189)
#AF93C8
(175,147,200)
#BFA8D3
(191,168,211)
#CFBDDE
(207,189,222)
#DFD2E9
(223,210,233)
#EFE7F4
(239,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1586; }

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

This text font color is #4F1586.


Background Color

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

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

This div background color is #4F1586.


Border color

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

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

This div border color is #4F1586.


Opacity

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

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

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

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

This text has shadow with #4F1586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1586 on black background.


Color preview on white background

This text has color #4F1586 on white background.



Black color preview on #4F1586 background

This text has black color on #4F1586 background.


White color preview on #4F1586 background

This text has white color on #4F1586 background.