COLOR #4A3C7E

HEX: #4A3C7E
RGB: (74,60,126)

Color info

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

RGB color model

#4A3C7E color RGB value is (74,60,126).

  • red value is 74;
  • green value is 60;
  • blue value is 126.
RGB:
(74,60,126)
(29%,24%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 60 of 255 = 24%
B 126 of 255 = 49%

74
60
126

R + G + B ~ 34%. #4A3C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 60 + 126 = 260 (100%)
R 74 of 260 ~ 28.46%
G 60 of 260 ~ 23.08%
B 126 of 260 ~ 48.46%

%28.46
%23.08
%48.46

CMYK color model

#4A3C7E color CMYK value is (41,52,0,51).

  • cyan value is 41.27%
  • magenta value is 52.38%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(41,52,0,51)
C41M52Y0K51 
(41%,52%,0%,51%)
(0.41/0.52/0.00/0.51)	

CMYK percentages

%41.27
%52.38
%0
%50.59

Codes

Color #4A3C7E in popluar color models

4A3C7E
RGB7460126
HSL253°35.48%36.47%
HSB/HSV253°52.38%49.41%
CMYK41.27%52.38%0.00%
50.59%

Color #4A3C7E in popluar number systems.

HEX4A3C7E
Decimal7460126
Binary10010101111001111110
Octal11274176

Shades and tints

Shades of #4A3C7E

#4A3C7E
(74,60,126)
#443773
(68,55,115)
#3E3268
(62,50,104)
#382D5D
(56,45,93)
#322852
(50,40,82)
#2C2347
(44,35,71)
#261E3C
(38,30,60)
#201931
(32,25,49)
#1A1426
(26,20,38)
#140F1B
(20,15,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #4A3C7E

#4A3C7E
(74,60,126)
#5A4D89
(90,77,137)
#6A5E94
(106,94,148)
#7A6F9F
(122,111,159)
#8A80AA
(138,128,170)
#9A91B5
(154,145,181)
#AAA2C0
(170,162,192)
#BAB3CB
(186,179,203)
#CAC4D6
(202,196,214)
#DAD5E1
(218,213,225)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3C7E; }

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

This text font color is #4A3C7E.


Background Color

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

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

This div background color is #4A3C7E.


Border color

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

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

This div border color is #4A3C7E.


Opacity

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

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

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

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

This text has shadow with #4A3C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3C7E on black background.


Color preview on white background

This text has color #4A3C7E on white background.



Black color preview on #4A3C7E background

This text has black color on #4A3C7E background.


White color preview on #4A3C7E background

This text has white color on #4A3C7E background.