COLOR #4F316E

HEX: #4F316E RGB: (79,49,110)

Color info

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

RGB color model

#4F316E color RGB value is (79,49,110).

RGB: (79,49,110) (31%, 19%, 43%)

RGB channels and saturation

R 79 of 255 = 31%
G 49 of 255 = 19%
B 110 of 255 = 43%

79
49
110

R + G + B ~ 31%. #4F316E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 49 + 110 = 238 (100%)
R 79 of 238 ~ 33.19%
G 49 of 238 ~ 20.59%
B 110 of 238 ~ 46.22'%

%33.19
%20.59
%46.22

CMYK color model

#4F316E color CMYK value is (28,55,0,57).

  • cyan value is 28.18%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (28,55,0,57)
C28M55Y0K57 (28%, 55%, 0%, 57%)
(0.28 / 0.55 / 0.00 / 0.57)

CMYK percentages

%28.18
%55.45
%0
%56.86

Codes

Color #4F316E in popluar color models

4F 31 6E
RGB 79 49 110
HSL 270° 38.36% 31.18%
HSB/HSV 270° 55.45% 43.14%
CMYK 28.18% 55.45% 0.00%
56.86%

Color #4F316E in popluar number systems.

HEX 4F 31 6E
Decimal 79 49 110
Binary 1001111 110001 1101110
Octal 117 61 156

Shades and tints

Shades of #4F316E

#4F316E
(79,49,110)
#482D64
(72,45,100)
#41295A
(65,41,90)
#3A2550
(58,37,80)
#332146
(51,33,70)
#2C1D3C
(44,29,60)
#251932
(37,25,50)
#1E1528
(30,21,40)
#17111E
(23,17,30)
#100D14
(16,13,20)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #4F316E

#4F316E
(79,49,110)
#5F437B
(95,67,123)
#6F5588
(111,85,136)
#7F6795
(127,103,149)
#8F79A2
(143,121,162)
#9F8BAF
(159,139,175)
#AF9DBC
(175,157,188)
#BFAFC9
(191,175,201)
#CFC1D6
(207,193,214)
#DFD3E3
(223,211,227)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F316E color. Also use rgb(79,49,110) instead hex code.

Text Font Color

.myTextColor { color: #4F316E; }

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

This text font color is #4F316E.

Background Color

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

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

This div background color is #4F316E.

Border color

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

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

This div border color is #4F316E.

Opacity

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

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

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

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

This text has shadow with #4F316E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F316E.

Preview

Color preview on black background

This text has color #4F316E on black background.


Color preview on white background

This text has color #4F316E on white background.


Black color preview on #4F316E background

This text has black color on #4F316E background.


White color preview on #4F316E background

This text has white color on #4F316E background.


Related colors

Complementary color

Complementary color for #hex is #B0CE91.


I love getcolorcode.com

Triadic colors

1 #6E4F31 and #316E4F with #4F316E are triadic colors.

2 #6E314F and #314F6E with #4F316E are triadic colors.