COLOR #4A3597

HEX: #4A3597
RGB: (74,53,151)

Color info

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

RGB color model

#4A3597 color RGB value is (74,53,151).

  • red value is 74;
  • green value is 53;
  • blue value is 151.
RGB:
(74,53,151)
(29%,21%,59%)

RGB channels and saturation

R 74 of 255 = 29%
G 53 of 255 = 21%
B 151 of 255 = 59%

74
53
151

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

Portions of RGB colors in percentages

R + G + B =
74 + 53 + 151 = 278 (100%)
R 74 of 278 ~ 26.62%
G 53 of 278 ~ 19.06%
B 151 of 278 ~ 54.32%

%26.62
%19.06
%54.32

CMYK color model

#4A3597 color CMYK value is (51,65,0,41).

  • cyan value is 50.99%
  • magenta value is 64.90%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(51,65,0,41)
C51M65Y0K41 
(51%,65%,0%,41%)
(0.51/0.65/0.00/0.41)	

CMYK percentages

%50.99
%64.9
%0
%40.78

Codes

Color #4A3597 in popluar color models

4A3597
RGB7453151
HSL253°48.04%40.00%
HSB/HSV253°64.90%59.22%
CMYK50.99%64.90%0.00%
40.78%

Color #4A3597 in popluar number systems.

HEX4A3597
Decimal7453151
Binary100101011010110010111
Octal11265227

Shades and tints

Shades of #4A3597

#4A3597
(74,53,151)
#44318A
(68,49,138)
#3E2D7D
(62,45,125)
#382970
(56,41,112)
#322563
(50,37,99)
#2C2156
(44,33,86)
#261D49
(38,29,73)
#20193C
(32,25,60)
#1A152F
(26,21,47)
#141122
(20,17,34)
#0E0D15
(14,13,21)
#000000
(0,0,0)

Tints of #4A3597

#4A3597
(74,53,151)
#5A47A0
(90,71,160)
#6A59A9
(106,89,169)
#7A6BB2
(122,107,178)
#8A7DBB
(138,125,187)
#9A8FC4
(154,143,196)
#AAA1CD
(170,161,205)
#BAB3D6
(186,179,214)
#CAC5DF
(202,197,223)
#DAD7E8
(218,215,232)
#EAE9F1
(234,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3597 color. Also use rgb(74,53,151) instead hex code.

Text Font Color

.myTextColor { color: #4A3597; }

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

This text font color is #4A3597.


Background Color

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

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

This div background color is #4A3597.


Border color

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

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

This div border color is #4A3597.


Opacity

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

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

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

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

This text has shadow with #4A3597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3597 on black background.


Color preview on white background

This text has color #4A3597 on white background.



Black color preview on #4A3597 background

This text has black color on #4A3597 background.


White color preview on #4A3597 background

This text has white color on #4A3597 background.