COLOR #4F4776

HEX: #4F4776
RGB: (79,71,118)

Color info

#4F4776 contains red, green and blue colors in about the same proportion. Web safe color of #4F4776 is #663366 (or #636).

RGB color model

#4F4776 color RGB value is (79,71,118).

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

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 118 of 255 = 46%

79
71
118

R + G + B ~ 35%. #4F4776 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 118 = 268 (100%)
R 79 of 268 ~ 29.48%
G 71 of 268 ~ 26.49%
B 118 of 268 ~ 44.03%

%29.48
%26.49
%44.03

CMYK color model

#4F4776 color CMYK value is (33,40,0,54).

  • cyan value is 33.05%
  • magenta value is 39.83%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,40,0,54)
C33M40Y0K54 
(33%,40%,0%,54%)
(0.33/0.40/0.00/0.54)	

CMYK percentages

%33.05
%39.83
%0
%53.73

Codes

Color #4F4776 in popluar color models

4F4776
RGB7971118
HSL250°24.87%37.06%
HSB/HSV250°39.83%46.27%
CMYK33.05%39.83%0.00%
53.73%

Color #4F4776 in popluar number systems.

HEX4F4776
Decimal7971118
Binary100111110001111110110
Octal117107166

Shades and tints

Shades of #4F4776

#4F4776
(79,71,118)
#48416C
(72,65,108)
#413B62
(65,59,98)
#3A3558
(58,53,88)
#332F4E
(51,47,78)
#2C2944
(44,41,68)
#25233A
(37,35,58)
#1E1D30
(30,29,48)
#171726
(23,23,38)
#10111C
(16,17,28)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #4F4776

#4F4776
(79,71,118)
#5F5782
(95,87,130)
#6F678E
(111,103,142)
#7F779A
(127,119,154)
#8F87A6
(143,135,166)
#9F97B2
(159,151,178)
#AFA7BE
(175,167,190)
#BFB7CA
(191,183,202)
#CFC7D6
(207,199,214)
#DFD7E2
(223,215,226)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4776; }

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

This text font color is #4F4776.


Background Color

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

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

This div background color is #4F4776.


Border color

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

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

This div border color is #4F4776.


Opacity

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

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

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

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

This text has shadow with #4F4776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4776 on black background.


Color preview on white background

This text has color #4F4776 on white background.



Black color preview on #4F4776 background

This text has black color on #4F4776 background.


White color preview on #4F4776 background

This text has white color on #4F4776 background.