COLOR #4F0046

HEX: #4F0046 RGB: (79,0,70)

Color info

#4F0046 contains only red and blue colors. Web safe color of #4F0046 is #660033 (or #603).

RGB color model

#4F0046 color RGB value is (79,0,70).

RGB: (79,0,70) (31%, 0%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 0 of 255 = 0%
B 70 of 255 = 27%

79
0
70

R + G + B ~ 19%. #4F0046 is dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 0 + 70 = 149 (100%)
R 79 of 149 ~ 53.02%
G 0 of 149 ~ 0%
B 70 of 149 ~ 46.98'%

%53.02
%46.98

CMYK color model

#4F0046 color CMYK value is (0,100,11,69).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 11.39%
  • key color value is 69.02%

CMYK: (0,100,11,69)
C0M100Y11K69 (0%, 100%, 11%, 69%)
(0.00 / 1.00 / 0.11 / 0.69)

CMYK percentages

%0
%100
%11.39
%69.02

Codes

Color #4F0046 in popluar color models

4F 00 46
RGB 79 0 70
HSL 307° 100.00% 15.49%
HSB/HSV 307° 100.00% 30.98%
CMYK 0.00% 100.00% 11.39%
69.02%

Color #4F0046 in popluar number systems.

HEX 4F 00 46
Decimal 79 0 70
Binary 1001111 0 1000110
Octal 117 0 106

Shades and tints

Shades of #4F0046

#4F0046
(79,0,70)
#480040
(72,0,64)
#41003A
(65,0,58)
#3A0034
(58,0,52)
#33002E
(51,0,46)
#2C0028
(44,0,40)
#250022
(37,0,34)
#1E001C
(30,0,28)
#170016
(23,0,22)
#100010
(16,0,16)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #4F0046

#4F0046
(79,0,70)
#5F1756
(95,23,86)
#6F2E66
(111,46,102)
#7F4576
(127,69,118)
#8F5C86
(143,92,134)
#9F7396
(159,115,150)
#AF8AA6
(175,138,166)
#BFA1B6
(191,161,182)
#CFB8C6
(207,184,198)
#DFCFD6
(223,207,214)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F0046; }

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

This text font color is #4F0046.

Background Color

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

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

This div background color is #4F0046.

Border color

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

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

This div border color is #4F0046.

Opacity

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

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

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

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

This text has shadow with #4F0046 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F0046.

Preview

Color preview on black background

This text has color #4F0046 on black background.


Color preview on white background

This text has color #4F0046 on white background.


Black color preview on #4F0046 background

This text has black color on #4F0046 background.


White color preview on #4F0046 background

This text has white color on #4F0046 background.


Related colors

Complementary color

Complementary color for #hex is #B0FFB9.


I love getcolorcode.com

Triadic colors

1 #464F00 and #00464F with #4F0046 are triadic colors.

2 #46004F and #004F46 with #4F0046 are triadic colors.