COLOR #4F1879

HEX: #4F1879
RGB: (79,24,121)

Color info

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

RGB color model

#4F1879 color RGB value is (79,24,121).

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

RGB channels and saturation

R 79 of 255 = 31%
G 24 of 255 = 9%
B 121 of 255 = 47%

79
24
121

R + G + B ~ 29%. #4F1879 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 24 + 121 = 224 (100%)
R 79 of 224 ~ 35.27%
G 24 of 224 ~ 10.71%
B 121 of 224 ~ 54.02%

%35.27
%10.71
%54.02

CMYK color model

#4F1879 color CMYK value is (35,80,0,53).

  • cyan value is 34.71%
  • magenta value is 80.17%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(35,80,0,53)
C35M80Y0K53 
(35%,80%,0%,53%)
(0.35/0.80/0.00/0.53)	

CMYK percentages

%34.71
%80.17
%0
%52.55

Codes

Color #4F1879 in popluar color models

4F1879
RGB7924121
HSL274°66.90%28.43%
HSB/HSV274°80.17%47.45%
CMYK34.71%80.17%0.00%
52.55%

Color #4F1879 in popluar number systems.

HEX4F1879
Decimal7924121
Binary1001111110001111001
Octal11730171

Shades and tints

Shades of #4F1879

#4F1879
(79,24,121)
#48166E
(72,22,110)
#411463
(65,20,99)
#3A1258
(58,18,88)
#33104D
(51,16,77)
#2C0E42
(44,14,66)
#250C37
(37,12,55)
#1E0A2C
(30,10,44)
#170821
(23,8,33)
#100616
(16,6,22)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #4F1879

#4F1879
(79,24,121)
#5F2D85
(95,45,133)
#6F4291
(111,66,145)
#7F579D
(127,87,157)
#8F6CA9
(143,108,169)
#9F81B5
(159,129,181)
#AF96C1
(175,150,193)
#BFABCD
(191,171,205)
#CFC0D9
(207,192,217)
#DFD5E5
(223,213,229)
#EFEAF1
(239,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1879; }

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

This text font color is #4F1879.


Background Color

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

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

This div background color is #4F1879.


Border color

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

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

This div border color is #4F1879.


Opacity

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

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

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

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

This text has shadow with #4F1879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1879 on black background.


Color preview on white background

This text has color #4F1879 on white background.



Black color preview on #4F1879 background

This text has black color on #4F1879 background.


White color preview on #4F1879 background

This text has white color on #4F1879 background.