COLOR #4A1247

HEX: #4A1247
RGB: (74,18,71)

Color info

#4A1247 contains red, green and blue colors in about the same proportion. Web safe color of #4A1247 is #330033 (or #303).

RGB color model

#4A1247 color RGB value is (74,18,71).

  • red value is 74;
  • green value is 18;
  • blue value is 71.
RGB:
(74,18,71)
(29%,7%,28%)

RGB channels and saturation

R 74 of 255 = 29%
G 18 of 255 = 7%
B 71 of 255 = 28%

74
18
71

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

Portions of RGB colors in percentages

R + G + B =
74 + 18 + 71 = 163 (100%)
R 74 of 163 ~ 45.4%
G 18 of 163 ~ 11.04%
B 71 of 163 ~ 43.56%

%45.4
%11.04
%43.56

CMYK color model

#4A1247 color CMYK value is (0,76,4,71).

  • cyan value is 0.00%
  • magenta value is 75.68%
  • yellow value is 4.05%
  • key color value is 70.98%
CMYK:
(0,76,4,71)
C0M76Y4K71 
(0%,76%,4%,71%)
(0.00/0.76/0.04/0.71)	

CMYK percentages

%0
%75.68
%4.05
%70.98

Codes

Color #4A1247 in popluar color models

4A1247
RGB741871
HSL303°60.87%18.04%
HSB/HSV303°75.68%29.02%
CMYK0.00%75.68%4.05%
70.98%

Color #4A1247 in popluar number systems.

HEX4A1247
Decimal741871
Binary1001010100101000111
Octal11222107

Shades and tints

Shades of #4A1247

#4A1247
(74,18,71)
#441141
(68,17,65)
#3E103B
(62,16,59)
#380F35
(56,15,53)
#320E2F
(50,14,47)
#2C0D29
(44,13,41)
#260C23
(38,12,35)
#200B1D
(32,11,29)
#1A0A17
(26,10,23)
#140911
(20,9,17)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #4A1247

#4A1247
(74,18,71)
#5A2757
(90,39,87)
#6A3C67
(106,60,103)
#7A5177
(122,81,119)
#8A6687
(138,102,135)
#9A7B97
(154,123,151)
#AA90A7
(170,144,167)
#BAA5B7
(186,165,183)
#CABAC7
(202,186,199)
#DACFD7
(218,207,215)
#EAE4E7
(234,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1247 color. Also use rgb(74,18,71) instead hex code.

Text Font Color

.myTextColor { color: #4A1247; }

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

This text font color is #4A1247.


Background Color

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

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

This div background color is #4A1247.


Border color

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

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

This div border color is #4A1247.


Opacity

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

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

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

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

This text has shadow with #4A1247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1247 on black background.


Color preview on white background

This text has color #4A1247 on white background.



Black color preview on #4A1247 background

This text has black color on #4A1247 background.


White color preview on #4A1247 background

This text has white color on #4A1247 background.