COLOR #4A3C6F

HEX: #4A3C6F RGB: (74,60,111)

Color info

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

RGB color model

#4A3C6F color RGB value is (74,60,111).

RGB: (74,60,111) (29%, 24%, 44%)

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 111 of 255 = 44%

74
60
111

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

Portions of RGB colors in percentages

R + G + B = 74 + 60 + 111 = 245 (100%)
R 74 of 245 ~ 30.2%
G 60 of 245 ~ 24.49%
B 111 of 245 ~ 45.31'%

%30.2
%24.49
%45.31

CMYK color model

#4A3C6F color CMYK value is (33,46,0,56).

  • cyan value is 33.33%
  • magenta value is 45.95%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (33,46,0,56)
C33M46Y0K56 (33%, 46%, 0%, 56%)
(0.33 / 0.46 / 0.00 / 0.56)

CMYK percentages

%33.33
%45.95
%0
%56.47

Codes

Color #4A3C6F in popluar color models

4A 3C 6F
RGB 74 60 111
HSL 256° 29.82% 33.53%
HSB/HSV 256° 45.95% 43.53%
CMYK 33.33% 45.95% 0.00%
56.47%

Color #4A3C6F in popluar number systems.

HEX 4A 3C 6F
Decimal 74 60 111
Binary 1001010 111100 1101111
Octal 112 74 157

Shades and tints

Shades of #4A3C6F

#4A3C6F
(74,60,111)
#443765
(68,55,101)
#3E325B
(62,50,91)
#382D51
(56,45,81)
#322847
(50,40,71)
#2C233D
(44,35,61)
#261E33
(38,30,51)
#201929
(32,25,41)
#1A141F
(26,20,31)
#140F15
(20,15,21)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #4A3C6F

#4A3C6F
(74,60,111)
#5A4D7C
(90,77,124)
#6A5E89
(106,94,137)
#7A6F96
(122,111,150)
#8A80A3
(138,128,163)
#9A91B0
(154,145,176)
#AAA2BD
(170,162,189)
#BAB3CA
(186,179,202)
#CAC4D7
(202,196,215)
#DAD5E4
(218,213,228)
#EAE6F1
(234,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3C6F color. Also use rgb(74,60,111) instead hex code.

Text Font Color

.myTextColor { color: #4A3C6F; }

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

This text font color is #4A3C6F.

Background Color

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

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

This div background color is #4A3C6F.

Border color

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

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

This div border color is #4A3C6F.

Opacity

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

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

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

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

This text has shadow with #4A3C6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3C6F.

Preview

Color preview on black background

This text has color #4A3C6F on black background.


Color preview on white background

This text has color #4A3C6F on white background.


Black color preview on #4A3C6F background

This text has black color on #4A3C6F background.


White color preview on #4A3C6F background

This text has white color on #4A3C6F background.


Related colors

Complementary color

Complementary color for #hex is #B5C390.


I love getcolorcode.com

Triadic colors

1 #6F4A3C and #3C6F4A with #4A3C6F are triadic colors.

2 #6F3C4A and #3C4A6F with #4A3C6F are triadic colors.