COLOR #4A3970

HEX: #4A3970
RGB: (74,57,112)

Color info

#4A3970 contains red, green and blue colors in about the same proportion. Web safe color of #4A3970 is #333366 (or #336).

RGB color model

#4A3970 color RGB value is (74,57,112).

  • red value is 74;
  • green value is 57;
  • blue value is 112.
RGB:
(74,57,112)
(29%,22%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 57 of 255 = 22%
B 112 of 255 = 44%

74
57
112

R + G + B ~ 32%. #4A3970 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 57 + 112 = 243 (100%)
R 74 of 243 ~ 30.45%
G 57 of 243 ~ 23.46%
B 112 of 243 ~ 46.09%

%30.45
%23.46
%46.09

CMYK color model

#4A3970 color CMYK value is (34,49,0,56).

  • cyan value is 33.93%
  • magenta value is 49.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(34,49,0,56)
C34M49Y0K56 
(34%,49%,0%,56%)
(0.34/0.49/0.00/0.56)	

CMYK percentages

%33.93
%49.11
%0
%56.08

Codes

Color #4A3970 in popluar color models

4A3970
RGB7457112
HSL259°32.54%33.14%
HSB/HSV259°49.11%43.92%
CMYK33.93%49.11%0.00%
56.08%

Color #4A3970 in popluar number systems.

HEX4A3970
Decimal7457112
Binary10010101110011110000
Octal11271160

Shades and tints

Shades of #4A3970

#4A3970
(74,57,112)
#443466
(68,52,102)
#3E2F5C
(62,47,92)
#382A52
(56,42,82)
#322548
(50,37,72)
#2C203E
(44,32,62)
#261B34
(38,27,52)
#20162A
(32,22,42)
#1A1120
(26,17,32)
#140C16
(20,12,22)
#0E070C
(14,7,12)
#000000
(0,0,0)

Tints of #4A3970

#4A3970
(74,57,112)
#5A4B7D
(90,75,125)
#6A5D8A
(106,93,138)
#7A6F97
(122,111,151)
#8A81A4
(138,129,164)
#9A93B1
(154,147,177)
#AAA5BE
(170,165,190)
#BAB7CB
(186,183,203)
#CAC9D8
(202,201,216)
#DADBE5
(218,219,229)
#EAEDF2
(234,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3970 color. Also use rgb(74,57,112) instead hex code.

Text Font Color

.myTextColor { color: #4A3970; }

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

This text font color is #4A3970.


Background Color

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

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

This div background color is #4A3970.


Border color

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

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

This div border color is #4A3970.


Opacity

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

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

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

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

This text has shadow with #4A3970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3970 on black background.


Color preview on white background

This text has color #4A3970 on white background.



Black color preview on #4A3970 background

This text has black color on #4A3970 background.


White color preview on #4A3970 background

This text has white color on #4A3970 background.