COLOR #4A1E82

HEX: #4A1E82
RGB: (74,30,130)

Color info

#4A1E82 contains mainly red and blue colors. Web safe color of #4A1E82 is #333399 (or #339).

RGB color model

#4A1E82 color RGB value is (74,30,130).

  • red value is 74;
  • green value is 30;
  • blue value is 130.
RGB:
(74,30,130)
(29%,12%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 30 of 255 = 12%
B 130 of 255 = 51%

74
30
130

R + G + B ~ 31%. #4A1E82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 30 + 130 = 234 (100%)
R 74 of 234 ~ 31.62%
G 30 of 234 ~ 12.82%
B 130 of 234 ~ 55.56%

%31.62
%12.82
%55.56

CMYK color model

#4A1E82 color CMYK value is (43,77,0,49).

  • cyan value is 43.08%
  • magenta value is 76.92%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(43,77,0,49)
C43M77Y0K49 
(43%,77%,0%,49%)
(0.43/0.77/0.00/0.49)	

CMYK percentages

%43.08
%76.92
%0
%49.02

Codes

Color #4A1E82 in popluar color models

4A1E82
RGB7430130
HSL266°62.50%31.37%
HSB/HSV266°76.92%50.98%
CMYK43.08%76.92%0.00%
49.02%

Color #4A1E82 in popluar number systems.

HEX4A1E82
Decimal7430130
Binary10010101111010000010
Octal11236202

Shades and tints

Shades of #4A1E82

#4A1E82
(74,30,130)
#441C77
(68,28,119)
#3E1A6C
(62,26,108)
#381861
(56,24,97)
#321656
(50,22,86)
#2C144B
(44,20,75)
#261240
(38,18,64)
#201035
(32,16,53)
#1A0E2A
(26,14,42)
#140C1F
(20,12,31)
#0E0A14
(14,10,20)
#000000
(0,0,0)

Tints of #4A1E82

#4A1E82
(74,30,130)
#5A328D
(90,50,141)
#6A4698
(106,70,152)
#7A5AA3
(122,90,163)
#8A6EAE
(138,110,174)
#9A82B9
(154,130,185)
#AA96C4
(170,150,196)
#BAAACF
(186,170,207)
#CABEDA
(202,190,218)
#DAD2E5
(218,210,229)
#EAE6F0
(234,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A1E82 color. Also use rgb(74,30,130) instead hex code.

Text Font Color

.myTextColor { color: #4A1E82; }

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

This text font color is #4A1E82.


Background Color

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

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

This div background color is #4A1E82.


Border color

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

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

This div border color is #4A1E82.


Opacity

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

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

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

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

This text has shadow with #4A1E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1E82 on black background.


Color preview on white background

This text has color #4A1E82 on white background.



Black color preview on #4A1E82 background

This text has black color on #4A1E82 background.


White color preview on #4A1E82 background

This text has white color on #4A1E82 background.