COLOR #4A3080

HEX: #4A3080
RGB: (74,48,128)

Color info

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

RGB color model

#4A3080 color RGB value is (74,48,128).

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

RGB channels and saturation

R 74 of 255 = 29%
G 48 of 255 = 19%
B 128 of 255 = 50%

74
48
128

R + G + B ~ 33%. #4A3080 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 48 + 128 = 250 (100%)
R 74 of 250 ~ 29.6%
G 48 of 250 ~ 19.2%
B 128 of 250 ~ 51.2%

%29.6
%19.2
%51.2

CMYK color model

#4A3080 color CMYK value is (42,63,0,50).

  • cyan value is 42.19%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(42,63,0,50)
C42M63Y0K50 
(42%,63%,0%,50%)
(0.42/0.63/0.00/0.50)	

CMYK percentages

%42.19
%62.5
%0
%49.8

Codes

Color #4A3080 in popluar color models

4A3080
RGB7448128
HSL260°45.45%34.51%
HSB/HSV260°62.50%50.20%
CMYK42.19%62.50%0.00%
49.80%

Color #4A3080 in popluar number systems.

HEX4A3080
Decimal7448128
Binary100101011000010000000
Octal11260200

Shades and tints

Shades of #4A3080

#4A3080
(74,48,128)
#442C75
(68,44,117)
#3E286A
(62,40,106)
#38245F
(56,36,95)
#322054
(50,32,84)
#2C1C49
(44,28,73)
#26183E
(38,24,62)
#201433
(32,20,51)
#1A1028
(26,16,40)
#140C1D
(20,12,29)
#0E0812
(14,8,18)
#000000
(0,0,0)

Tints of #4A3080

#4A3080
(74,48,128)
#5A428B
(90,66,139)
#6A5496
(106,84,150)
#7A66A1
(122,102,161)
#8A78AC
(138,120,172)
#9A8AB7
(154,138,183)
#AA9CC2
(170,156,194)
#BAAECD
(186,174,205)
#CAC0D8
(202,192,216)
#DAD2E3
(218,210,227)
#EAE4EE
(234,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3080; }

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

This text font color is #4A3080.


Background Color

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

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

This div background color is #4A3080.


Border color

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

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

This div border color is #4A3080.


Opacity

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

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

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

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

This text has shadow with #4A3080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3080 on black background.


Color preview on white background

This text has color #4A3080 on white background.



Black color preview on #4A3080 background

This text has black color on #4A3080 background.


White color preview on #4A3080 background

This text has white color on #4A3080 background.