COLOR #4A0A7E

HEX: #4A0A7E
RGB: (74,10,126)

Color info

#4A0A7E contains mainly red and blue colors. Web safe color of #4A0A7E is #330066 (or #306).

RGB color model

#4A0A7E color RGB value is (74,10,126).

  • red value is 74;
  • green value is 10;
  • blue value is 126.
RGB:
(74,10,126)
(29%,4%,49%)

RGB channels and saturation

R 74 of 255 = 29%
G 10 of 255 = 4%
B 126 of 255 = 49%

74
10
126

R + G + B ~ 27%. #4A0A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 10 + 126 = 210 (100%)
R 74 of 210 ~ 35.24%
G 10 of 210 ~ 4.76%
B 126 of 210 ~ 60%

%35.24
%60

CMYK color model

#4A0A7E color CMYK value is (41,92,0,51).

  • cyan value is 41.27%
  • magenta value is 92.06%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(41,92,0,51)
C41M92Y0K51 
(41%,92%,0%,51%)
(0.41/0.92/0.00/0.51)	

CMYK percentages

%41.27
%92.06
%0
%50.59

Codes

Color #4A0A7E in popluar color models

4A0A7E
RGB7410126
HSL273°85.29%26.67%
HSB/HSV273°92.06%49.41%
CMYK41.27%92.06%0.00%
50.59%

Color #4A0A7E in popluar number systems.

HEX4A0A7E
Decimal7410126
Binary100101010101111110
Octal11212176

Shades and tints

Shades of #4A0A7E

#4A0A7E
(74,10,126)
#440A73
(68,10,115)
#3E0A68
(62,10,104)
#380A5D
(56,10,93)
#320A52
(50,10,82)
#2C0A47
(44,10,71)
#260A3C
(38,10,60)
#200A31
(32,10,49)
#1A0A26
(26,10,38)
#140A1B
(20,10,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #4A0A7E

#4A0A7E
(74,10,126)
#5A2089
(90,32,137)
#6A3694
(106,54,148)
#7A4C9F
(122,76,159)
#8A62AA
(138,98,170)
#9A78B5
(154,120,181)
#AA8EC0
(170,142,192)
#BAA4CB
(186,164,203)
#CABAD6
(202,186,214)
#DAD0E1
(218,208,225)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0A7E color. Also use rgb(74,10,126) instead hex code.

Text Font Color

.myTextColor { color: #4A0A7E; }

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

This text font color is #4A0A7E.


Background Color

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

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

This div background color is #4A0A7E.


Border color

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

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

This div border color is #4A0A7E.


Opacity

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

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

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

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

This text has shadow with #4A0A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0A7E on black background.


Color preview on white background

This text has color #4A0A7E on white background.



Black color preview on #4A0A7E background

This text has black color on #4A0A7E background.


White color preview on #4A0A7E background

This text has white color on #4A0A7E background.