COLOR #4F4B71

HEX: #4F4B71
RGB: (79,75,113)

Color info

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

RGB color model

#4F4B71 color RGB value is (79,75,113).

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

RGB channels and saturation

R 79 of 255 = 31%
G 75 of 255 = 29%
B 113 of 255 = 44%

79
75
113

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

Portions of RGB colors in percentages

R + G + B =
79 + 75 + 113 = 267 (100%)
R 79 of 267 ~ 29.59%
G 75 of 267 ~ 28.09%
B 113 of 267 ~ 42.32%

%29.59
%28.09
%42.32

CMYK color model

#4F4B71 color CMYK value is (30,34,0,56).

  • cyan value is 30.09%
  • magenta value is 33.63%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(30,34,0,56)
C30M34Y0K56 
(30%,34%,0%,56%)
(0.30/0.34/0.00/0.56)	

CMYK percentages

%30.09
%33.63
%0
%55.69

Codes

Color #4F4B71 in popluar color models

4F4B71
RGB7975113
HSL246°20.21%36.86%
HSB/HSV246°33.63%44.31%
CMYK30.09%33.63%0.00%
55.69%

Color #4F4B71 in popluar number systems.

HEX4F4B71
Decimal7975113
Binary100111110010111110001
Octal117113161

Shades and tints

Shades of #4F4B71

#4F4B71
(79,75,113)
#484567
(72,69,103)
#413F5D
(65,63,93)
#3A3953
(58,57,83)
#333349
(51,51,73)
#2C2D3F
(44,45,63)
#252735
(37,39,53)
#1E212B
(30,33,43)
#171B21
(23,27,33)
#101517
(16,21,23)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #4F4B71

#4F4B71
(79,75,113)
#5F5B7D
(95,91,125)
#6F6B89
(111,107,137)
#7F7B95
(127,123,149)
#8F8BA1
(143,139,161)
#9F9BAD
(159,155,173)
#AFABB9
(175,171,185)
#BFBBC5
(191,187,197)
#CFCBD1
(207,203,209)
#DFDBDD
(223,219,221)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4B71; }

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

This text font color is #4F4B71.


Background Color

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

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

This div background color is #4F4B71.


Border color

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

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

This div border color is #4F4B71.


Opacity

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

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

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

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

This text has shadow with #4F4B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4B71 on black background.


Color preview on white background

This text has color #4F4B71 on white background.



Black color preview on #4F4B71 background

This text has black color on #4F4B71 background.


White color preview on #4F4B71 background

This text has white color on #4F4B71 background.