COLOR #4F1279

HEX: #4F1279
RGB: (79,18,121)

Color info

#4F1279 contains mainly red and blue colors. Web safe color of #4F1279 is #660066 (or #606).

RGB color model

#4F1279 color RGB value is (79,18,121).

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

RGB channels and saturation

R 79 of 255 = 31%
G 18 of 255 = 7%
B 121 of 255 = 47%

79
18
121

R + G + B ~ 28%. #4F1279 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 18 + 121 = 218 (100%)
R 79 of 218 ~ 36.24%
G 18 of 218 ~ 8.26%
B 121 of 218 ~ 55.5%

%36.24
%55.5

CMYK color model

#4F1279 color CMYK value is (35,85,0,53).

  • cyan value is 34.71%
  • magenta value is 85.12%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,85,0,53)
C35M85Y0K53 
(35%,85%,0%,53%)
(0.35/0.85/0.00/0.53)	

CMYK percentages

%34.71
%85.12
%0
%52.55

Codes

Color #4F1279 in popluar color models

4F1279
RGB7918121
HSL276°74.10%27.25%
HSB/HSV276°85.12%47.45%
CMYK34.71%85.12%0.00%
52.55%

Color #4F1279 in popluar number systems.

HEX4F1279
Decimal7918121
Binary1001111100101111001
Octal11722171

Shades and tints

Shades of #4F1279

#4F1279
(79,18,121)
#48116E
(72,17,110)
#411063
(65,16,99)
#3A0F58
(58,15,88)
#330E4D
(51,14,77)
#2C0D42
(44,13,66)
#250C37
(37,12,55)
#1E0B2C
(30,11,44)
#170A21
(23,10,33)
#100916
(16,9,22)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #4F1279

#4F1279
(79,18,121)
#5F2785
(95,39,133)
#6F3C91
(111,60,145)
#7F519D
(127,81,157)
#8F66A9
(143,102,169)
#9F7BB5
(159,123,181)
#AF90C1
(175,144,193)
#BFA5CD
(191,165,205)
#CFBAD9
(207,186,217)
#DFCFE5
(223,207,229)
#EFE4F1
(239,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1279; }

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

This text font color is #4F1279.


Background Color

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

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

This div background color is #4F1279.


Border color

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

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

This div border color is #4F1279.


Opacity

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

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

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

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

This text has shadow with #4F1279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1279 on black background.


Color preview on white background

This text has color #4F1279 on white background.



Black color preview on #4F1279 background

This text has black color on #4F1279 background.


White color preview on #4F1279 background

This text has white color on #4F1279 background.