COLOR #4A005C

HEX: #4A005C
RGB: (74,0,92)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

74
0
92

R + G + B ~ 22%. #4A005C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 0 + 92 = 166 (100%)
R 74 of 166 ~ 44.58%
G 0 of 166 ~ 0%
B 92 of 166 ~ 55.42%

%44.58
%55.42

CMYK color model

#4A005C color CMYK value is (20,100,0,64).

  • cyan value is 19.57%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(20,100,0,64)
C20M100Y0K64 
(20%,100%,0%,64%)
(0.20/1.00/0.00/0.64)	

CMYK percentages

%19.57
%100
%0
%63.92

Codes

Color #4A005C in popluar color models

4A005C
RGB74092
HSL288°100.00%18.04%
HSB/HSV288°100.00%36.08%
CMYK19.57%100.00%0.00%
63.92%

Color #4A005C in popluar number systems.

HEX4A005C
Decimal74092
Binary100101001011100
Octal1120134

Shades and tints

Shades of #4A005C

#4A005C
(74,0,92)
#440054
(68,0,84)
#3E004C
(62,0,76)
#380044
(56,0,68)
#32003C
(50,0,60)
#2C0034
(44,0,52)
#26002C
(38,0,44)
#200024
(32,0,36)
#1A001C
(26,0,28)
#140014
(20,0,20)
#0E000C
(14,0,12)
#000000
(0,0,0)

Tints of #4A005C

#4A005C
(74,0,92)
#5A176A
(90,23,106)
#6A2E78
(106,46,120)
#7A4586
(122,69,134)
#8A5C94
(138,92,148)
#9A73A2
(154,115,162)
#AA8AB0
(170,138,176)
#BAA1BE
(186,161,190)
#CAB8CC
(202,184,204)
#DACFDA
(218,207,218)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A005C; }

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

This text font color is #4A005C.


Background Color

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

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

This div background color is #4A005C.


Border color

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

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

This div border color is #4A005C.


Opacity

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

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

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

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

This text has shadow with #4A005C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A005C on black background.


Color preview on white background

This text has color #4A005C on white background.



Black color preview on #4A005C background

This text has black color on #4A005C background.


White color preview on #4A005C background

This text has white color on #4A005C background.