COLOR #4F2879

HEX: #4F2879 RGB: (79,40,121)

Color info

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

RGB color model

#4F2879 color RGB value is (79,40,121).

RGB: (79,40,121) (31%, 16%, 47%)

RGB channels and saturation

R 79 of 255 = 31%
G 40 of 255 = 16%
B 121 of 255 = 47%

79
40
121

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

Portions of RGB colors in percentages

R + G + B = 79 + 40 + 121 = 240 (100%)
R 79 of 240 ~ 32.92%
G 40 of 240 ~ 16.67%
B 121 of 240 ~ 50.42'%

%32.92
%16.67
%50.42

CMYK color model

#4F2879 color CMYK value is (35,67,0,53).

  • cyan value is 34.71%
  • magenta value is 66.94%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (35,67,0,53)
C35M67Y0K53 (35%, 67%, 0%, 53%)
(0.35 / 0.67 / 0.00 / 0.53)

CMYK percentages

%34.71
%66.94
%0
%52.55

Codes

Color #4F2879 in popluar color models

4F 28 79
RGB 79 40 121
HSL 269° 50.31% 31.57%
HSB/HSV 269° 66.94% 47.45%
CMYK 34.71% 66.94% 0.00%
52.55%

Color #4F2879 in popluar number systems.

HEX 4F 28 79
Decimal 79 40 121
Binary 1001111 101000 1111001
Octal 117 50 171

Shades and tints

Shades of #4F2879

#4F2879
(79,40,121)
#48256E
(72,37,110)
#412263
(65,34,99)
#3A1F58
(58,31,88)
#331C4D
(51,28,77)
#2C1942
(44,25,66)
#251637
(37,22,55)
#1E132C
(30,19,44)
#171021
(23,16,33)
#100D16
(16,13,22)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #4F2879

#4F2879
(79,40,121)
#5F3B85
(95,59,133)
#6F4E91
(111,78,145)
#7F619D
(127,97,157)
#8F74A9
(143,116,169)
#9F87B5
(159,135,181)
#AF9AC1
(175,154,193)
#BFADCD
(191,173,205)
#CFC0D9
(207,192,217)
#DFD3E5
(223,211,229)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F2879; }

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

This text font color is #4F2879.

Background Color

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

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

This div background color is #4F2879.

Border color

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

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

This div border color is #4F2879.

Opacity

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

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

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

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

This text has shadow with #4F2879 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F2879.

Preview

Color preview on black background

This text has color #4F2879 on black background.


Color preview on white background

This text has color #4F2879 on white background.


Black color preview on #4F2879 background

This text has black color on #4F2879 background.


White color preview on #4F2879 background

This text has white color on #4F2879 background.


Related colors

Complementary color

Complementary color for #hex is #B0D786.


I love getcolorcode.com

Triadic colors

1 #794F28 and #28794F with #4F2879 are triadic colors.

2 #79284F and #284F79 with #4F2879 are triadic colors.