COLOR #4A3E90

HEX: #4A3E90 RGB: (74,62,144)

Color info

#4A3E90 contains mainly blue color. Web safe color of #4A3E90 is #333399 (or #339).

RGB color model

#4A3E90 color RGB value is (74,62,144).

RGB: (74,62,144) (29%, 24%, 56%)

RGB channels and saturation

R 74 of 255 = 29%
G 62 of 255 = 24%
B 144 of 255 = 56%

74
62
144

R + G + B ~ 36%. #4A3E90 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 62 + 144 = 280 (100%)
R 74 of 280 ~ 26.43%
G 62 of 280 ~ 22.14%
B 144 of 280 ~ 51.43'%

%26.43
%22.14
%51.43

CMYK color model

#4A3E90 color CMYK value is (49,57,0,44).

  • cyan value is 48.61%
  • magenta value is 56.94%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (49,57,0,44)
C49M57Y0K44 (49%, 57%, 0%, 44%)
(0.49 / 0.57 / 0.00 / 0.44)

CMYK percentages

%48.61
%56.94
%0
%43.53

Codes

Color #4A3E90 in popluar color models

4A 3E 90
RGB 74 62 144
HSL 249° 39.81% 40.39%
HSB/HSV 249° 56.94% 56.47%
CMYK 48.61% 56.94% 0.00%
43.53%

Color #4A3E90 in popluar number systems.

HEX 4A 3E 90
Decimal 74 62 144
Binary 1001010 111110 10010000
Octal 112 76 220

Shades and tints

Shades of #4A3E90

#4A3E90
(74,62,144)
#443983
(68,57,131)
#3E3476
(62,52,118)
#382F69
(56,47,105)
#322A5C
(50,42,92)
#2C254F
(44,37,79)
#262042
(38,32,66)
#201B35
(32,27,53)
#1A1628
(26,22,40)
#14111B
(20,17,27)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #4A3E90

#4A3E90
(74,62,144)
#5A4F9A
(90,79,154)
#6A60A4
(106,96,164)
#7A71AE
(122,113,174)
#8A82B8
(138,130,184)
#9A93C2
(154,147,194)
#AAA4CC
(170,164,204)
#BAB5D6
(186,181,214)
#CAC6E0
(202,198,224)
#DAD7EA
(218,215,234)
#EAE8F4
(234,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3E90 color. Also use rgb(74,62,144) instead hex code.

Text Font Color

.myTextColor { color: #4A3E90; }

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

This text font color is #4A3E90.

Background Color

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

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

This div background color is #4A3E90.

Border color

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

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

This div border color is #4A3E90.

Opacity

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

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

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

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

This text has shadow with #4A3E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3E90.

Preview

Color preview on black background

This text has color #4A3E90 on black background.


Color preview on white background

This text has color #4A3E90 on white background.


Black color preview on #4A3E90 background

This text has black color on #4A3E90 background.


White color preview on #4A3E90 background

This text has white color on #4A3E90 background.


Related colors

Complementary color

Complementary color for #hex is #B5C16F.


I love getcolorcode.com

Triadic colors

1 #904A3E and #3E904A with #4A3E90 are triadic colors.

2 #903E4A and #3E4A90 with #4A3E90 are triadic colors.