COLOR #4F4476

HEX: #4F4476
RGB: (79,68,118)

Color info

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

RGB color model

#4F4476 color RGB value is (79,68,118).

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

RGB channels and saturation

R 79 of 255 = 31%
G 68 of 255 = 27%
B 118 of 255 = 46%

79
68
118

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

Portions of RGB colors in percentages

R + G + B =
79 + 68 + 118 = 265 (100%)
R 79 of 265 ~ 29.81%
G 68 of 265 ~ 25.66%
B 118 of 265 ~ 44.53%

%29.81
%25.66
%44.53

CMYK color model

#4F4476 color CMYK value is (33,42,0,54).

  • cyan value is 33.05%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(33,42,0,54)
C33M42Y0K54 
(33%,42%,0%,54%)
(0.33/0.42/0.00/0.54)	

CMYK percentages

%33.05
%42.37
%0
%53.73

Codes

Color #4F4476 in popluar color models

4F4476
RGB7968118
HSL253°26.88%36.47%
HSB/HSV253°42.37%46.27%
CMYK33.05%42.37%0.00%
53.73%

Color #4F4476 in popluar number systems.

HEX4F4476
Decimal7968118
Binary100111110001001110110
Octal117104166

Shades and tints

Shades of #4F4476

#4F4476
(79,68,118)
#483E6C
(72,62,108)
#413862
(65,56,98)
#3A3258
(58,50,88)
#332C4E
(51,44,78)
#2C2644
(44,38,68)
#25203A
(37,32,58)
#1E1A30
(30,26,48)
#171426
(23,20,38)
#100E1C
(16,14,28)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #4F4476

#4F4476
(79,68,118)
#5F5582
(95,85,130)
#6F668E
(111,102,142)
#7F779A
(127,119,154)
#8F88A6
(143,136,166)
#9F99B2
(159,153,178)
#AFAABE
(175,170,190)
#BFBBCA
(191,187,202)
#CFCCD6
(207,204,214)
#DFDDE2
(223,221,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4476; }

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

This text font color is #4F4476.


Background Color

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

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

This div background color is #4F4476.


Border color

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

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

This div border color is #4F4476.


Opacity

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

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

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

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

This text has shadow with #4F4476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4476 on black background.


Color preview on white background

This text has color #4F4476 on white background.



Black color preview on #4F4476 background

This text has black color on #4F4476 background.


White color preview on #4F4476 background

This text has white color on #4F4476 background.