COLOR #4A012E

HEX: #4A012E
RGB: (74,1,46)

Color info

#4A012E contains mainly red and blue colors. Web safe color of #4A012E is #330033 (or #303).

RGB color model

#4A012E color RGB value is (74,1,46).

  • red value is 74;
  • green value is 1;
  • blue value is 46.
RGB:
(74,1,46)
(29%,0%,18%)

RGB channels and saturation

R 74 of 255 = 29%
G 1 of 255 = 0%
B 46 of 255 = 18%

74
1
46

R + G + B ~ 16%. #4A012E is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 1 + 46 = 121 (100%)
R 74 of 121 ~ 61.16%
G 1 of 121 ~ 0.83%
B 46 of 121 ~ 38.02%

%61.16
%38.02

CMYK color model

#4A012E color CMYK value is (0,99,38,71).

  • cyan value is 0.00%
  • magenta value is 98.65%
  • yellow value is 37.84%
  • key color value is 70.98%
CMYK:
(0,99,38,71)
C0M99Y38K71 
(0%,99%,38%,71%)
(0.00/0.99/0.38/0.71)	

CMYK percentages

%0
%98.65
%37.84
%70.98

Codes

Color #4A012E in popluar color models

4A012E
RGB74146
HSL323°97.33%14.71%
HSB/HSV323°98.65%29.02%
CMYK0.00%98.65%37.84%
70.98%

Color #4A012E in popluar number systems.

HEX4A012E
Decimal74146
Binary10010101101110
Octal112156

Shades and tints

Shades of #4A012E

#4A012E
(74,1,46)
#44012A
(68,1,42)
#3E0126
(62,1,38)
#380122
(56,1,34)
#32011E
(50,1,30)
#2C011A
(44,1,26)
#260116
(38,1,22)
#200112
(32,1,18)
#1A010E
(26,1,14)
#14010A
(20,1,10)
#0E0106
(14,1,6)
#000000
(0,0,0)

Tints of #4A012E

#4A012E
(74,1,46)
#5A1841
(90,24,65)
#6A2F54
(106,47,84)
#7A4667
(122,70,103)
#8A5D7A
(138,93,122)
#9A748D
(154,116,141)
#AA8BA0
(170,139,160)
#BAA2B3
(186,162,179)
#CAB9C6
(202,185,198)
#DAD0D9
(218,208,217)
#EAE7EC
(234,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A012E color. Also use rgb(74,1,46) instead hex code.

Text Font Color

.myTextColor { color: #4A012E; }

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

This text font color is #4A012E.


Background Color

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

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

This div background color is #4A012E.


Border color

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

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

This div border color is #4A012E.


Opacity

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

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

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

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

This text has shadow with #4A012E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A012E on black background.


Color preview on white background

This text has color #4A012E on white background.



Black color preview on #4A012E background

This text has black color on #4A012E background.


White color preview on #4A012E background

This text has white color on #4A012E background.