COLOR #4A3A71

HEX: #4A3A71
RGB: (74,58,113)

Color info

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

RGB color model

#4A3A71 color RGB value is (74,58,113).

  • red value is 74;
  • green value is 58;
  • blue value is 113.
RGB:
(74,58,113)
(29%,23%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 58 of 255 = 23%
B 113 of 255 = 44%

74
58
113

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

Portions of RGB colors in percentages

R + G + B =
74 + 58 + 113 = 245 (100%)
R 74 of 245 ~ 30.2%
G 58 of 245 ~ 23.67%
B 113 of 245 ~ 46.12%

%30.2
%23.67
%46.12

CMYK color model

#4A3A71 color CMYK value is (35,49,0,56).

  • cyan value is 34.51%
  • magenta value is 48.67%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,49,0,56)
C35M49Y0K56 
(35%,49%,0%,56%)
(0.35/0.49/0.00/0.56)	

CMYK percentages

%34.51
%48.67
%0
%55.69

Codes

Color #4A3A71 in popluar color models

4A3A71
RGB7458113
HSL257°32.16%33.53%
HSB/HSV257°48.67%44.31%
CMYK34.51%48.67%0.00%
55.69%

Color #4A3A71 in popluar number systems.

HEX4A3A71
Decimal7458113
Binary10010101110101110001
Octal11272161

Shades and tints

Shades of #4A3A71

#4A3A71
(74,58,113)
#443567
(68,53,103)
#3E305D
(62,48,93)
#382B53
(56,43,83)
#322649
(50,38,73)
#2C213F
(44,33,63)
#261C35
(38,28,53)
#20172B
(32,23,43)
#1A1221
(26,18,33)
#140D17
(20,13,23)
#0E080D
(14,8,13)
#000000
(0,0,0)

Tints of #4A3A71

#4A3A71
(74,58,113)
#5A4B7D
(90,75,125)
#6A5C89
(106,92,137)
#7A6D95
(122,109,149)
#8A7EA1
(138,126,161)
#9A8FAD
(154,143,173)
#AAA0B9
(170,160,185)
#BAB1C5
(186,177,197)
#CAC2D1
(202,194,209)
#DAD3DD
(218,211,221)
#EAE4E9
(234,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3A71 color. Also use rgb(74,58,113) instead hex code.

Text Font Color

.myTextColor { color: #4A3A71; }

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

This text font color is #4A3A71.


Background Color

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

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

This div background color is #4A3A71.


Border color

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

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

This div border color is #4A3A71.


Opacity

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

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

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

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

This text has shadow with #4A3A71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3A71 on black background.


Color preview on white background

This text has color #4A3A71 on white background.



Black color preview on #4A3A71 background

This text has black color on #4A3A71 background.


White color preview on #4A3A71 background

This text has white color on #4A3A71 background.