COLOR #4F044E

HEX: #4F044E RGB: (79,4,78)

Color info

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

RGB color model

#4F044E color RGB value is (79,4,78).

RGB: (79,4,78) (31%, 2%, 31%)

RGB channels and saturation

R 79 of 255 = 31%
G 4 of 255 = 2%
B 78 of 255 = 31%

79
4
78

R + G + B ~ 21%. #4F044E is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 4 + 78 = 161 (100%)
R 79 of 161 ~ 49.07%
G 4 of 161 ~ 2.48%
B 78 of 161 ~ 48.45'%

%49.07
%48.45

CMYK color model

#4F044E color CMYK value is (0,95,1,69).

  • cyan value is 0.00%
  • magenta value is 94.94%
  • yellow value is 1.27%
  • key color value is 69.02%

CMYK: (0,95,1,69)
C0M95Y1K69 (0%, 95%, 1%, 69%)
(0.00 / 0.95 / 0.01 / 0.69)

CMYK percentages

%0
%94.94
%1.27
%69.02

Codes

Color #4F044E in popluar color models

4F 04 4E
RGB 79 4 78
HSL 301° 90.36% 16.27%
HSB/HSV 301° 94.94% 30.98%
CMYK 0.00% 94.94% 1.27%
69.02%

Color #4F044E in popluar number systems.

HEX 4F 04 4E
Decimal 79 4 78
Binary 1001111 100 1001110
Octal 117 4 116

Shades and tints

Shades of #4F044E

#4F044E
(79,4,78)
#480447
(72,4,71)
#410440
(65,4,64)
#3A0439
(58,4,57)
#330432
(51,4,50)
#2C042B
(44,4,43)
#250424
(37,4,36)
#1E041D
(30,4,29)
#170416
(23,4,22)
#10040F
(16,4,15)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #4F044E

#4F044E
(79,4,78)
#5F1A5E
(95,26,94)
#6F306E
(111,48,110)
#7F467E
(127,70,126)
#8F5C8E
(143,92,142)
#9F729E
(159,114,158)
#AF88AE
(175,136,174)
#BF9EBE
(191,158,190)
#CFB4CE
(207,180,206)
#DFCADE
(223,202,222)
#EFE0EE
(239,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F044E; }

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

This text font color is #4F044E.

Background Color

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

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

This div background color is #4F044E.

Border color

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

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

This div border color is #4F044E.

Opacity

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

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

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

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

This text has shadow with #4F044E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F044E.

Preview

Color preview on black background

This text has color #4F044E on black background.


Color preview on white background

This text has color #4F044E on white background.


Black color preview on #4F044E background

This text has black color on #4F044E background.


White color preview on #4F044E background

This text has white color on #4F044E background.


Related colors

Complementary color

Complementary color for #hex is #B0FBB1.


I love getcolorcode.com

Triadic colors

1 #4E4F04 and #044E4F with #4F044E are triadic colors.

2 #4E044F and #044F4E with #4F044E are triadic colors.