COLOR #4F0776

HEX: #4F0776
RGB: (79,7,118)

Color info

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

RGB color model

#4F0776 color RGB value is (79,7,118).

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

RGB channels and saturation

R 79 of 255 = 31%
G 7 of 255 = 3%
B 118 of 255 = 46%

79
7
118

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

Portions of RGB colors in percentages

R + G + B =
79 + 7 + 118 = 204 (100%)
R 79 of 204 ~ 38.73%
G 7 of 204 ~ 3.43%
B 118 of 204 ~ 57.84%

%38.73
%57.84

CMYK color model

#4F0776 color CMYK value is (33,94,0,54).

  • cyan value is 33.05%
  • magenta value is 94.07%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,94,0,54)
C33M94Y0K54 
(33%,94%,0%,54%)
(0.33/0.94/0.00/0.54)	

CMYK percentages

%33.05
%94.07
%0
%53.73

Codes

Color #4F0776 in popluar color models

4F0776
RGB797118
HSL279°88.80%24.51%
HSB/HSV279°94.07%46.27%
CMYK33.05%94.07%0.00%
53.73%

Color #4F0776 in popluar number systems.

HEX4F0776
Decimal797118
Binary10011111111110110
Octal1177166

Shades and tints

Shades of #4F0776

#4F0776
(79,7,118)
#48076C
(72,7,108)
#410762
(65,7,98)
#3A0758
(58,7,88)
#33074E
(51,7,78)
#2C0744
(44,7,68)
#25073A
(37,7,58)
#1E0730
(30,7,48)
#170726
(23,7,38)
#10071C
(16,7,28)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #4F0776

#4F0776
(79,7,118)
#5F1D82
(95,29,130)
#6F338E
(111,51,142)
#7F499A
(127,73,154)
#8F5FA6
(143,95,166)
#9F75B2
(159,117,178)
#AF8BBE
(175,139,190)
#BFA1CA
(191,161,202)
#CFB7D6
(207,183,214)
#DFCDE2
(223,205,226)
#EFE3EE
(239,227,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0776; }

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

This text font color is #4F0776.


Background Color

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

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

This div background color is #4F0776.


Border color

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

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

This div border color is #4F0776.


Opacity

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

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

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

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

This text has shadow with #4F0776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F0776 on black background.


Color preview on white background

This text has color #4F0776 on white background.



Black color preview on #4F0776 background

This text has black color on #4F0776 background.


White color preview on #4F0776 background

This text has white color on #4F0776 background.