COLOR #4A004A

HEX: #4A004A
RGB: (74,0,74)

Color info

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

RGB color model

#4A004A color RGB value is (74,0,74).

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

RGB channels and saturation

R 74 of 255 = 29%
G 0 of 255 = 0%
B 74 of 255 = 29%

74
0
74

R + G + B ~ 19%. #4A004A is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 0 + 74 = 148 (100%)
R 74 of 148 ~ 50%
G 0 of 148 ~ 0%
B 74 of 148 ~ 50%

%50
%50

CMYK color model

#4A004A color CMYK value is (0,100,0,71).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(0,100,0,71)
C0M100Y0K71 
(0%,100%,0%,71%)
(0.00/1.00/0.00/0.71)	

CMYK percentages

%0
%100
%0
%70.98

Codes

Color #4A004A in popluar color models

4A004A
RGB74074
HSL300°100.00%14.51%
HSB/HSV300°100.00%29.02%
CMYK0.00%100.00%0.00%
70.98%

Color #4A004A in popluar number systems.

HEX4A004A
Decimal74074
Binary100101001001010
Octal1120112

Shades and tints

Shades of #4A004A

#4A004A
(74,0,74)
#440044
(68,0,68)
#3E003E
(62,0,62)
#380038
(56,0,56)
#320032
(50,0,50)
#2C002C
(44,0,44)
#260026
(38,0,38)
#200020
(32,0,32)
#1A001A
(26,0,26)
#140014
(20,0,20)
#0E000E
(14,0,14)
#000000
(0,0,0)

Tints of #4A004A

#4A004A
(74,0,74)
#5A175A
(90,23,90)
#6A2E6A
(106,46,106)
#7A457A
(122,69,122)
#8A5C8A
(138,92,138)
#9A739A
(154,115,154)
#AA8AAA
(170,138,170)
#BAA1BA
(186,161,186)
#CAB8CA
(202,184,202)
#DACFDA
(218,207,218)
#EAE6EA
(234,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A004A; }

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

This text font color is #4A004A.


Background Color

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

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

This div background color is #4A004A.


Border color

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

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

This div border color is #4A004A.


Opacity

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

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

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

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

This text has shadow with #4A004A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A004A on black background.


Color preview on white background

This text has color #4A004A on white background.



Black color preview on #4A004A background

This text has black color on #4A004A background.


White color preview on #4A004A background

This text has white color on #4A004A background.