COLOR #4F0B76

HEX: #4F0B76
RGB: (79,11,118)

Color info

#4F0B76 contains mainly red and blue colors. Web safe color of #4F0B76 is #660066 (or #606).

RGB color model

#4F0B76 color RGB value is (79,11,118).

  • red value is 79;
  • green value is 11;
  • blue value is 118.
RGB:
(79,11,118)
(31%,4%,46%)

RGB channels and saturation

R 79 of 255 = 31%
G 11 of 255 = 4%
B 118 of 255 = 46%

79
11
118

R + G + B ~ 27%. #4F0B76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 11 + 118 = 208 (100%)
R 79 of 208 ~ 37.98%
G 11 of 208 ~ 5.29%
B 118 of 208 ~ 56.73%

%37.98
%56.73

CMYK color model

#4F0B76 color CMYK value is (33,91,0,54).

  • cyan value is 33.05%
  • magenta value is 90.68%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,91,0,54)
C33M91Y0K54 
(33%,91%,0%,54%)
(0.33/0.91/0.00/0.54)	

CMYK percentages

%33.05
%90.68
%0
%53.73

Codes

Color #4F0B76 in popluar color models

4F0B76
RGB7911118
HSL278°82.95%25.29%
HSB/HSV278°90.68%46.27%
CMYK33.05%90.68%0.00%
53.73%

Color #4F0B76 in popluar number systems.

HEX4F0B76
Decimal7911118
Binary100111110111110110
Octal11713166

Shades and tints

Shades of #4F0B76

#4F0B76
(79,11,118)
#480A6C
(72,10,108)
#410962
(65,9,98)
#3A0858
(58,8,88)
#33074E
(51,7,78)
#2C0644
(44,6,68)
#25053A
(37,5,58)
#1E0430
(30,4,48)
#170326
(23,3,38)
#10021C
(16,2,28)
#090112
(9,1,18)
#000000
(0,0,0)

Tints of #4F0B76

#4F0B76
(79,11,118)
#5F2182
(95,33,130)
#6F378E
(111,55,142)
#7F4D9A
(127,77,154)
#8F63A6
(143,99,166)
#9F79B2
(159,121,178)
#AF8FBE
(175,143,190)
#BFA5CA
(191,165,202)
#CFBBD6
(207,187,214)
#DFD1E2
(223,209,226)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F0B76 color. Also use rgb(79,11,118) instead hex code.

Text Font Color

.myTextColor { color: #4F0B76; }

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

This text font color is #4F0B76.


Background Color

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

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

This div background color is #4F0B76.


Border color

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

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

This div border color is #4F0B76.


Opacity

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

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

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

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

This text has shadow with #4F0B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0B76 on black background.


Color preview on white background

This text has color #4F0B76 on white background.



Black color preview on #4F0B76 background

This text has black color on #4F0B76 background.


White color preview on #4F0B76 background

This text has white color on #4F0B76 background.