COLOR #4A405D

HEX: #4A405D RGB: (74,64,93)

Color info

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

RGB color model

#4A405D color RGB value is (74,64,93).

RGB: (74,64,93) (29%, 25%, 36%)

RGB channels and saturation

R 74 of 255 = 29%
G 64 of 255 = 25%
B 93 of 255 = 36%

74
64
93

R + G + B ~ 30%. #4A405D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 93 = 231 (100%)
R 74 of 231 ~ 32.03%
G 64 of 231 ~ 27.71%
B 93 of 231 ~ 40.26'%

%32.03
%27.71
%40.26

CMYK color model

#4A405D color CMYK value is (20,31,0,64).

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

CMYK: (20,31,0,64)
C20M31Y0K64 (20%, 31%, 0%, 64%)
(0.20 / 0.31 / 0.00 / 0.64)

CMYK percentages

%20.43
%31.18
%0
%63.53

Codes

Color #4A405D in popluar color models

4A 40 5D
RGB 74 64 93
HSL 261° 18.47% 30.78%
HSB/HSV 261° 31.18% 36.47%
CMYK 20.43% 31.18% 0.00%
63.53%

Color #4A405D in popluar number systems.

HEX 4A 40 5D
Decimal 74 64 93
Binary 1001010 1000000 1011101
Octal 112 100 135

Shades and tints

Shades of #4A405D

#4A405D
(74,64,93)
#443B55
(68,59,85)
#3E364D
(62,54,77)
#383145
(56,49,69)
#322C3D
(50,44,61)
#2C2735
(44,39,53)
#26222D
(38,34,45)
#201D25
(32,29,37)
#1A181D
(26,24,29)
#141315
(20,19,21)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A405D

#4A405D
(74,64,93)
#5A516B
(90,81,107)
#6A6279
(106,98,121)
#7A7387
(122,115,135)
#8A8495
(138,132,149)
#9A95A3
(154,149,163)
#AAA6B1
(170,166,177)
#BAB7BF
(186,183,191)
#CAC8CD
(202,200,205)
#DAD9DB
(218,217,219)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A405D; }

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

This text font color is #4A405D.

Background Color

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

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

This div background color is #4A405D.

Border color

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

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

This div border color is #4A405D.

Opacity

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

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

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

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

This text has shadow with #4A405D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A405D.

Preview

Color preview on black background

This text has color #4A405D on black background.


Color preview on white background

This text has color #4A405D on white background.


Black color preview on #4A405D background

This text has black color on #4A405D background.


White color preview on #4A405D background

This text has white color on #4A405D background.


Related colors

Complementary color

Complementary color for #hex is #B5BFA2.


I love getcolorcode.com

Triadic colors

1 #5D4A40 and #405D4A with #4A405D are triadic colors.

2 #5D404A and #404A5D with #4A405D are triadic colors.