COLOR #4A3770

HEX: #4A3770
RGB: (74,55,112)

Color info

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

RGB color model

#4A3770 color RGB value is (74,55,112).

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

RGB channels and saturation

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

74
55
112

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

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 112 = 241 (100%)
R 74 of 241 ~ 30.71%
G 55 of 241 ~ 22.82%
B 112 of 241 ~ 46.47%

%30.71
%22.82
%46.47

CMYK color model

#4A3770 color CMYK value is (34,51,0,56).

  • cyan value is 33.93%
  • magenta value is 50.89%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(34,51,0,56)
C34M51Y0K56 
(34%,51%,0%,56%)
(0.34/0.51/0.00/0.56)	

CMYK percentages

%33.93
%50.89
%0
%56.08

Codes

Color #4A3770 in popluar color models

4A3770
RGB7455112
HSL260°34.13%32.75%
HSB/HSV260°50.89%43.92%
CMYK33.93%50.89%0.00%
56.08%

Color #4A3770 in popluar number systems.

HEX4A3770
Decimal7455112
Binary10010101101111110000
Octal11267160

Shades and tints

Shades of #4A3770

#4A3770
(74,55,112)
#443266
(68,50,102)
#3E2D5C
(62,45,92)
#382852
(56,40,82)
#322348
(50,35,72)
#2C1E3E
(44,30,62)
#261934
(38,25,52)
#20142A
(32,20,42)
#1A0F20
(26,15,32)
#140A16
(20,10,22)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #4A3770

#4A3770
(74,55,112)
#5A497D
(90,73,125)
#6A5B8A
(106,91,138)
#7A6D97
(122,109,151)
#8A7FA4
(138,127,164)
#9A91B1
(154,145,177)
#AAA3BE
(170,163,190)
#BAB5CB
(186,181,203)
#CAC7D8
(202,199,216)
#DAD9E5
(218,217,229)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3770; }

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

This text font color is #4A3770.


Background Color

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

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

This div background color is #4A3770.


Border color

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

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

This div border color is #4A3770.


Opacity

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

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

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

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

This text has shadow with #4A3770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3770 on black background.


Color preview on white background

This text has color #4A3770 on white background.



Black color preview on #4A3770 background

This text has black color on #4A3770 background.


White color preview on #4A3770 background

This text has white color on #4A3770 background.