COLOR #4F3279

HEX: #4F3279
RGB: (79,50,121)

Color info

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

RGB color model

#4F3279 color RGB value is (79,50,121).

  • red value is 79;
  • green value is 50;
  • blue value is 121.
RGB:
(79,50,121)
(31%,20%,47%)

RGB channels and saturation

R 79 of 255 = 31%
G 50 of 255 = 20%
B 121 of 255 = 47%

79
50
121

R + G + B ~ 33%. #4F3279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 50 + 121 = 250 (100%)
R 79 of 250 ~ 31.6%
G 50 of 250 ~ 20%
B 121 of 250 ~ 48.4%

%31.6
%20
%48.4

CMYK color model

#4F3279 color CMYK value is (35,59,0,53).

  • cyan value is 34.71%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,59,0,53)
C35M59Y0K53 
(35%,59%,0%,53%)
(0.35/0.59/0.00/0.53)	

CMYK percentages

%34.71
%58.68
%0
%52.55

Codes

Color #4F3279 in popluar color models

4F3279
RGB7950121
HSL265°41.52%33.53%
HSB/HSV265°58.68%47.45%
CMYK34.71%58.68%0.00%
52.55%

Color #4F3279 in popluar number systems.

HEX4F3279
Decimal7950121
Binary10011111100101111001
Octal11762171

Shades and tints

Shades of #4F3279

#4F3279
(79,50,121)
#482E6E
(72,46,110)
#412A63
(65,42,99)
#3A2658
(58,38,88)
#33224D
(51,34,77)
#2C1E42
(44,30,66)
#251A37
(37,26,55)
#1E162C
(30,22,44)
#171221
(23,18,33)
#100E16
(16,14,22)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F3279

#4F3279
(79,50,121)
#5F4485
(95,68,133)
#6F5691
(111,86,145)
#7F689D
(127,104,157)
#8F7AA9
(143,122,169)
#9F8CB5
(159,140,181)
#AF9EC1
(175,158,193)
#BFB0CD
(191,176,205)
#CFC2D9
(207,194,217)
#DFD4E5
(223,212,229)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F3279 color. Also use rgb(79,50,121) instead hex code.

Text Font Color

.myTextColor { color: #4F3279; }

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

This text font color is #4F3279.


Background Color

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

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

This div background color is #4F3279.


Border color

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

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

This div border color is #4F3279.


Opacity

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

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

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

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

This text has shadow with #4F3279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F3279 on black background.


Color preview on white background

This text has color #4F3279 on white background.



Black color preview on #4F3279 background

This text has black color on #4F3279 background.


White color preview on #4F3279 background

This text has white color on #4F3279 background.