COLOR #4F2971

HEX: #4F2971
RGB: (79,41,113)

Color info

#4F2971 contains mainly red and blue colors. Web safe color of #4F2971 is #663366 (or #636).

RGB color model

#4F2971 color RGB value is (79,41,113).

  • red value is 79;
  • green value is 41;
  • blue value is 113.
RGB:
(79,41,113)
(31%,16%,44%)

RGB channels and saturation

R 79 of 255 = 31%
G 41 of 255 = 16%
B 113 of 255 = 44%

79
41
113

R + G + B ~ 30%. #4F2971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 41 + 113 = 233 (100%)
R 79 of 233 ~ 33.91%
G 41 of 233 ~ 17.6%
B 113 of 233 ~ 48.5%

%33.91
%17.6
%48.5

CMYK color model

#4F2971 color CMYK value is (30,64,0,56).

  • cyan value is 30.09%
  • magenta value is 63.72%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(30,64,0,56)
C30M64Y0K56 
(30%,64%,0%,56%)
(0.30/0.64/0.00/0.56)	

CMYK percentages

%30.09
%63.72
%0
%55.69

Codes

Color #4F2971 in popluar color models

4F2971
RGB7941113
HSL272°46.75%30.20%
HSB/HSV272°63.72%44.31%
CMYK30.09%63.72%0.00%
55.69%

Color #4F2971 in popluar number systems.

HEX4F2971
Decimal7941113
Binary10011111010011110001
Octal11751161

Shades and tints

Shades of #4F2971

#4F2971
(79,41,113)
#482667
(72,38,103)
#41235D
(65,35,93)
#3A2053
(58,32,83)
#331D49
(51,29,73)
#2C1A3F
(44,26,63)
#251735
(37,23,53)
#1E142B
(30,20,43)
#171121
(23,17,33)
#100E17
(16,14,23)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #4F2971

#4F2971
(79,41,113)
#5F3C7D
(95,60,125)
#6F4F89
(111,79,137)
#7F6295
(127,98,149)
#8F75A1
(143,117,161)
#9F88AD
(159,136,173)
#AF9BB9
(175,155,185)
#BFAEC5
(191,174,197)
#CFC1D1
(207,193,209)
#DFD4DD
(223,212,221)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F2971 color. Also use rgb(79,41,113) instead hex code.

Text Font Color

.myTextColor { color: #4F2971; }

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

This text font color is #4F2971.


Background Color

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

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

This div background color is #4F2971.


Border color

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

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

This div border color is #4F2971.


Opacity

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

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

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

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

This text has shadow with #4F2971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F2971 on black background.


Color preview on white background

This text has color #4F2971 on white background.



Black color preview on #4F2971 background

This text has black color on #4F2971 background.


White color preview on #4F2971 background

This text has white color on #4F2971 background.