COLOR #4A3978

HEX: #4A3978 RGB: (74,57,120)

Color info

#4A3978 contains mainly red and blue colors. Web safe color of #4A3978 is #333366 (or #336).

RGB color model

#4A3978 color RGB value is (74,57,120).

RGB: (74,57,120) (29%, 22%, 47%)

RGB channels and saturation

R 74 of 255 = 29%
G 57 of 255 = 22%
B 120 of 255 = 47%

74
57
120

R + G + B ~ 33%. #4A3978 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 57 + 120 = 251 (100%)
R 74 of 251 ~ 29.48%
G 57 of 251 ~ 22.71%
B 120 of 251 ~ 47.81'%

%29.48
%22.71
%47.81

CMYK color model

#4A3978 color CMYK value is (38,53,0,53).

  • cyan value is 38.33%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (38,53,0,53)
C38M53Y0K53 (38%, 53%, 0%, 53%)
(0.38 / 0.53 / 0.00 / 0.53)

CMYK percentages

%38.33
%52.5
%0
%52.94

Codes

Color #4A3978 in popluar color models

4A 39 78
RGB 74 57 120
HSL 256° 35.59% 34.71%
HSB/HSV 256° 52.50% 47.06%
CMYK 38.33% 52.50% 0.00%
52.94%

Color #4A3978 in popluar number systems.

HEX 4A 39 78
Decimal 74 57 120
Binary 1001010 111001 1111000
Octal 112 71 170

Shades and tints

Shades of #4A3978

#4A3978
(74,57,120)
#44346E
(68,52,110)
#3E2F64
(62,47,100)
#382A5A
(56,42,90)
#322550
(50,37,80)
#2C2046
(44,32,70)
#261B3C
(38,27,60)
#201632
(32,22,50)
#1A1128
(26,17,40)
#140C1E
(20,12,30)
#0E0714
(14,7,20)
#000000
(0,0,0)

Tints of #4A3978

#4A3978
(74,57,120)
#5A4B84
(90,75,132)
#6A5D90
(106,93,144)
#7A6F9C
(122,111,156)
#8A81A8
(138,129,168)
#9A93B4
(154,147,180)
#AAA5C0
(170,165,192)
#BAB7CC
(186,183,204)
#CAC9D8
(202,201,216)
#DADBE4
(218,219,228)
#EAEDF0
(234,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3978; }

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

This text font color is #4A3978.

Background Color

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

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

This div background color is #4A3978.

Border color

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

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

This div border color is #4A3978.

Opacity

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

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

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

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

This text has shadow with #4A3978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3978.

Preview

Color preview on black background

This text has color #4A3978 on black background.


Color preview on white background

This text has color #4A3978 on white background.


Black color preview on #4A3978 background

This text has black color on #4A3978 background.


White color preview on #4A3978 background

This text has white color on #4A3978 background.


Related colors

Complementary color

Complementary color for #hex is #B5C687.


I love getcolorcode.com

Triadic colors

1 #784A39 and #39784A with #4A3978 are triadic colors.

2 #78394A and #394A78 with #4A3978 are triadic colors.