COLOR #4A405C

HEX: #4A405C RGB: (74,64,92)

Color info

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

RGB color model

#4A405C color RGB value is (74,64,92).

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

RGB channels and saturation

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

74
64
92

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

Portions of RGB colors in percentages

R + G + B = 74 + 64 + 92 = 230 (100%)
R 74 of 230 ~ 32.17%
G 64 of 230 ~ 27.83%
B 92 of 230 ~ 40'%

%32.17
%27.83
%40

CMYK color model

#4A405C color CMYK value is (20,30,0,64).

  • cyan value is 19.57%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (20,30,0,64)
C20M30Y0K64 (20%, 30%, 0%, 64%)
(0.20 / 0.30 / 0.00 / 0.64)

CMYK percentages

%19.57
%30.43
%0
%63.92

Codes

Color #4A405C in popluar color models

4A 40 5C
RGB 74 64 92
HSL 261° 17.95% 30.59%
HSB/HSV 261° 30.43% 36.08%
CMYK 19.57% 30.43% 0.00%
63.92%

Color #4A405C in popluar number systems.

HEX 4A 40 5C
Decimal 74 64 92
Binary 1001010 1000000 1011100
Octal 112 100 134

Shades and tints

Shades of #4A405C

#4A405C
(74,64,92)
#443B54
(68,59,84)
#3E364C
(62,54,76)
#383144
(56,49,68)
#322C3C
(50,44,60)
#2C2734
(44,39,52)
#26222C
(38,34,44)
#201D24
(32,29,36)
#1A181C
(26,24,28)
#141314
(20,19,20)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #4A405C

#4A405C
(74,64,92)
#5A516A
(90,81,106)
#6A6278
(106,98,120)
#7A7386
(122,115,134)
#8A8494
(138,132,148)
#9A95A2
(154,149,162)
#AAA6B0
(170,166,176)
#BAB7BE
(186,183,190)
#CAC8CC
(202,200,204)
#DAD9DA
(218,217,218)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A405C; }

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

This text font color is #4A405C.

Background Color

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

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

This div background color is #4A405C.

Border color

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

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

This div border color is #4A405C.

Opacity

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

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

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

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

This text has shadow with #4A405C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A405C.

Preview

Color preview on black background

This text has color #4A405C on black background.


Color preview on white background

This text has color #4A405C on white background.


Black color preview on #4A405C background

This text has black color on #4A405C background.


White color preview on #4A405C background

This text has white color on #4A405C background.


Related colors

Complementary color

Complementary color for #hex is #B5BFA3.


I love getcolorcode.com

Triadic colors

1 #5C4A40 and #405C4A with #4A405C are triadic colors.

2 #5C404A and #404A5C with #4A405C are triadic colors.