COLOR #4A1E80

HEX: #4A1E80
RGB: (74,30,128)

Color info

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

RGB color model

#4A1E80 color RGB value is (74,30,128).

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

RGB channels and saturation

R 74 of 255 = 29%
G 30 of 255 = 12%
B 128 of 255 = 50%

74
30
128

R + G + B ~ 30%. #4A1E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 30 + 128 = 232 (100%)
R 74 of 232 ~ 31.9%
G 30 of 232 ~ 12.93%
B 128 of 232 ~ 55.17%

%31.9
%12.93
%55.17

CMYK color model

#4A1E80 color CMYK value is (42,77,0,50).

  • cyan value is 42.19%
  • magenta value is 76.56%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(42,77,0,50)
C42M77Y0K50 
(42%,77%,0%,50%)
(0.42/0.77/0.00/0.50)	

CMYK percentages

%42.19
%76.56
%0
%49.8

Codes

Color #4A1E80 in popluar color models

4A1E80
RGB7430128
HSL267°62.03%30.98%
HSB/HSV267°76.56%50.20%
CMYK42.19%76.56%0.00%
49.80%

Color #4A1E80 in popluar number systems.

HEX4A1E80
Decimal7430128
Binary10010101111010000000
Octal11236200

Shades and tints

Shades of #4A1E80

#4A1E80
(74,30,128)
#441C75
(68,28,117)
#3E1A6A
(62,26,106)
#38185F
(56,24,95)
#321654
(50,22,84)
#2C1449
(44,20,73)
#26123E
(38,18,62)
#201033
(32,16,51)
#1A0E28
(26,14,40)
#140C1D
(20,12,29)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #4A1E80

#4A1E80
(74,30,128)
#5A328B
(90,50,139)
#6A4696
(106,70,150)
#7A5AA1
(122,90,161)
#8A6EAC
(138,110,172)
#9A82B7
(154,130,183)
#AA96C2
(170,150,194)
#BAAACD
(186,170,205)
#CABED8
(202,190,216)
#DAD2E3
(218,210,227)
#EAE6EE
(234,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1E80; }

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

This text font color is #4A1E80.


Background Color

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

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

This div background color is #4A1E80.


Border color

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

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

This div border color is #4A1E80.


Opacity

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

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

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

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

This text has shadow with #4A1E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1E80 on black background.


Color preview on white background

This text has color #4A1E80 on white background.



Black color preview on #4A1E80 background

This text has black color on #4A1E80 background.


White color preview on #4A1E80 background

This text has white color on #4A1E80 background.