COLOR #4F1A49

HEX: #4F1A49
RGB: (79,26,73)

Color info

#4F1A49 contains red, green and blue colors in about the same proportion. Web safe color of #4F1A49 is #660033 (or #603).

RGB color model

#4F1A49 color RGB value is (79,26,73).

  • red value is 79;
  • green value is 26;
  • blue value is 73.
RGB:
(79,26,73)
(31%,10%,29%)

RGB channels and saturation

R 79 of 255 = 31%
G 26 of 255 = 10%
B 73 of 255 = 29%

79
26
73

R + G + B ~ 23%. #4F1A49 is dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 26 + 73 = 178 (100%)
R 79 of 178 ~ 44.38%
G 26 of 178 ~ 14.61%
B 73 of 178 ~ 41.01%

%44.38
%14.61
%41.01

CMYK color model

#4F1A49 color CMYK value is (0,67,8,69).

  • cyan value is 0.00%
  • magenta value is 67.09%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(0,67,8,69)
C0M67Y8K69 
(0%,67%,8%,69%)
(0.00/0.67/0.08/0.69)	

CMYK percentages

%0
%67.09
%7.59
%69.02

Codes

Color #4F1A49 in popluar color models

4F1A49
RGB792673
HSL307°50.48%20.59%
HSB/HSV307°67.09%30.98%
CMYK0.00%67.09%7.59%
69.02%

Color #4F1A49 in popluar number systems.

HEX4F1A49
Decimal792673
Binary1001111110101001001
Octal11732111

Shades and tints

Shades of #4F1A49

#4F1A49
(79,26,73)
#481843
(72,24,67)
#41163D
(65,22,61)
#3A1437
(58,20,55)
#331231
(51,18,49)
#2C102B
(44,16,43)
#250E25
(37,14,37)
#1E0C1F
(30,12,31)
#170A19
(23,10,25)
#100813
(16,8,19)
#09060D
(9,6,13)
#000000
(0,0,0)

Tints of #4F1A49

#4F1A49
(79,26,73)
#5F2E59
(95,46,89)
#6F4269
(111,66,105)
#7F5679
(127,86,121)
#8F6A89
(143,106,137)
#9F7E99
(159,126,153)
#AF92A9
(175,146,169)
#BFA6B9
(191,166,185)
#CFBAC9
(207,186,201)
#DFCED9
(223,206,217)
#EFE2E9
(239,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F1A49; }

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

This text font color is #4F1A49.


Background Color

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

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

This div background color is #4F1A49.


Border color

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

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

This div border color is #4F1A49.


Opacity

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

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

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

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

This text has shadow with #4F1A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F1A49 on black background.


Color preview on white background

This text has color #4F1A49 on white background.



Black color preview on #4F1A49 background

This text has black color on #4F1A49 background.


White color preview on #4F1A49 background

This text has white color on #4F1A49 background.