COLOR #4A317A

HEX: #4A317A
RGB: (74,49,122)

Color info

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

RGB color model

#4A317A color RGB value is (74,49,122).

  • red value is 74;
  • green value is 49;
  • blue value is 122.
RGB:
(74,49,122)
(29%,19%,48%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 122 of 255 = 48%

74
49
122

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

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 122 = 245 (100%)
R 74 of 245 ~ 30.2%
G 49 of 245 ~ 20%
B 122 of 245 ~ 49.8%

%30.2
%20
%49.8

CMYK color model

#4A317A color CMYK value is (39,60,0,52).

  • cyan value is 39.34%
  • magenta value is 59.84%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,60,0,52)
C39M60Y0K52 
(39%,60%,0%,52%)
(0.39/0.60/0.00/0.52)	

CMYK percentages

%39.34
%59.84
%0
%52.16

Codes

Color #4A317A in popluar color models

4A317A
RGB7449122
HSL261°42.69%33.53%
HSB/HSV261°59.84%47.84%
CMYK39.34%59.84%0.00%
52.16%

Color #4A317A in popluar number systems.

HEX4A317A
Decimal7449122
Binary10010101100011111010
Octal11261172

Shades and tints

Shades of #4A317A

#4A317A
(74,49,122)
#442D6F
(68,45,111)
#3E2964
(62,41,100)
#382559
(56,37,89)
#32214E
(50,33,78)
#2C1D43
(44,29,67)
#261938
(38,25,56)
#20152D
(32,21,45)
#1A1122
(26,17,34)
#140D17
(20,13,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A317A

#4A317A
(74,49,122)
#5A4386
(90,67,134)
#6A5592
(106,85,146)
#7A679E
(122,103,158)
#8A79AA
(138,121,170)
#9A8BB6
(154,139,182)
#AA9DC2
(170,157,194)
#BAAFCE
(186,175,206)
#CAC1DA
(202,193,218)
#DAD3E6
(218,211,230)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A317A color. Also use rgb(74,49,122) instead hex code.

Text Font Color

.myTextColor { color: #4A317A; }

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

This text font color is #4A317A.


Background Color

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

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

This div background color is #4A317A.


Border color

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

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

This div border color is #4A317A.


Opacity

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

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

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

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

This text has shadow with #4A317A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A317A on black background.


Color preview on white background

This text has color #4A317A on white background.



Black color preview on #4A317A background

This text has black color on #4A317A background.


White color preview on #4A317A background

This text has white color on #4A317A background.