COLOR #4A325D

HEX: #4A325D RGB: (74,50,93)

Color info

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

RGB color model

#4A325D color RGB value is (74,50,93).

RGB: (74,50,93) (29%, 20%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 50 of 255 = 20%
B 93 of 255 = 36%

74
50
93

R + G + B ~ 28%. #4A325D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 50 + 93 = 217 (100%)
R 74 of 217 ~ 34.1%
G 50 of 217 ~ 23.04%
B 93 of 217 ~ 42.86'%

%34.1
%23.04
%42.86

CMYK color model

#4A325D color CMYK value is (20,46,0,64).

  • cyan value is 20.43%
  • magenta value is 46.24%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (20,46,0,64)
C20M46Y0K64 (20%, 46%, 0%, 64%)
(0.20 / 0.46 / 0.00 / 0.64)

CMYK percentages

%20.43
%46.24
%0
%63.53

Codes

Color #4A325D in popluar color models

4A 32 5D
RGB 74 50 93
HSL 273° 30.07% 28.04%
HSB/HSV 273° 46.24% 36.47%
CMYK 20.43% 46.24% 0.00%
63.53%

Color #4A325D in popluar number systems.

HEX 4A 32 5D
Decimal 74 50 93
Binary 1001010 110010 1011101
Octal 112 62 135

Shades and tints

Shades of #4A325D

#4A325D
(74,50,93)
#442E55
(68,46,85)
#3E2A4D
(62,42,77)
#382645
(56,38,69)
#32223D
(50,34,61)
#2C1E35
(44,30,53)
#261A2D
(38,26,45)
#201625
(32,22,37)
#1A121D
(26,18,29)
#140E15
(20,14,21)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #4A325D

#4A325D
(74,50,93)
#5A446B
(90,68,107)
#6A5679
(106,86,121)
#7A6887
(122,104,135)
#8A7A95
(138,122,149)
#9A8CA3
(154,140,163)
#AA9EB1
(170,158,177)
#BAB0BF
(186,176,191)
#CAC2CD
(202,194,205)
#DAD4DB
(218,212,219)
#EAE6E9
(234,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A325D color. Also use rgb(74,50,93) instead hex code.

Text Font Color

.myTextColor { color: #4A325D; }

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

This text font color is #4A325D.

Background Color

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

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

This div background color is #4A325D.

Border color

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

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

This div border color is #4A325D.

Opacity

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

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

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

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

This text has shadow with #4A325D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A325D.

Preview

Color preview on black background

This text has color #4A325D on black background.


Color preview on white background

This text has color #4A325D on white background.


Black color preview on #4A325D background

This text has black color on #4A325D background.


White color preview on #4A325D background

This text has white color on #4A325D background.


Related colors

Complementary color

Complementary color for #hex is #B5CDA2.


I love getcolorcode.com

Triadic colors

1 #5D4A32 and #325D4A with #4A325D are triadic colors.

2 #5D324A and #324A5D with #4A325D are triadic colors.