COLOR #4A02A0

HEX: #4A02A0 RGB: (74,2,160)

Color info

#4A02A0 contains mainly blue color. Web safe color of #4A02A0 is #330099 (or #309).

RGB color model

#4A02A0 color RGB value is (74,2,160).

RGB: (74,2,160) (29%, 1%, 63%)

RGB channels and saturation

R 74 of 255 = 29%
G 2 of 255 = 1%
B 160 of 255 = 63%

74
2
160

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

Portions of RGB colors in percentages

R + G + B = 74 + 2 + 160 = 236 (100%)
R 74 of 236 ~ 31.36%
G 2 of 236 ~ 0.85%
B 160 of 236 ~ 67.8'%

%31.36
%67.8

CMYK color model

#4A02A0 color CMYK value is (54,99,0,37).

  • cyan value is 53.75%
  • magenta value is 98.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (54,99,0,37)
C54M99Y0K37 (54%, 99%, 0%, 37%)
(0.54 / 0.99 / 0.00 / 0.37)

CMYK percentages

%53.75
%98.75
%0
%37.25

Codes

Color #4A02A0 in popluar color models

4A 02 A0
RGB 74 2 160
HSL 267° 97.53% 31.76%
HSB/HSV 267° 98.75% 62.75%
CMYK 53.75% 98.75% 0.00%
37.25%

Color #4A02A0 in popluar number systems.

HEX 4A 02 A0
Decimal 74 2 160
Binary 1001010 10 10100000
Octal 112 2 240

Shades and tints

Shades of #4A02A0

#4A02A0
(74,2,160)
#440292
(68,2,146)
#3E0284
(62,2,132)
#380276
(56,2,118)
#320268
(50,2,104)
#2C025A
(44,2,90)
#26024C
(38,2,76)
#20023E
(32,2,62)
#1A0230
(26,2,48)
#140222
(20,2,34)
#0E0214
(14,2,20)
#000000
(0,0,0)

Tints of #4A02A0

#4A02A0
(74,2,160)
#5A19A8
(90,25,168)
#6A30B0
(106,48,176)
#7A47B8
(122,71,184)
#8A5EC0
(138,94,192)
#9A75C8
(154,117,200)
#AA8CD0
(170,140,208)
#BAA3D8
(186,163,216)
#CABAE0
(202,186,224)
#DAD1E8
(218,209,232)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A02A0 color. Also use rgb(74,2,160) instead hex code.

Text Font Color

.myTextColor { color: #4A02A0; }

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

This text font color is #4A02A0.

Background Color

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

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

This div background color is #4A02A0.

Border color

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

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

This div border color is #4A02A0.

Opacity

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

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

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

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

This text has shadow with #4A02A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A02A0.

Preview

Color preview on black background

This text has color #4A02A0 on black background.


Color preview on white background

This text has color #4A02A0 on white background.


Black color preview on #4A02A0 background

This text has black color on #4A02A0 background.


White color preview on #4A02A0 background

This text has white color on #4A02A0 background.


Related colors

Complementary color

Complementary color for #hex is #B5FD5F.


I love getcolorcode.com

Triadic colors

1 #A04A02 and #02A04A with #4A02A0 are triadic colors.

2 #A0024A and #024AA0 with #4A02A0 are triadic colors.