COLOR #4A055C

HEX: #4A055C
RGB: (74,5,92)

Color info

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

RGB color model

#4A055C color RGB value is (74,5,92).

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

RGB channels and saturation

R 74 of 255 = 29%
G 5 of 255 = 2%
B 92 of 255 = 36%

74
5
92

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

Portions of RGB colors in percentages

R + G + B =
74 + 5 + 92 = 171 (100%)
R 74 of 171 ~ 43.27%
G 5 of 171 ~ 2.92%
B 92 of 171 ~ 53.8%

%43.27
%53.8

CMYK color model

#4A055C color CMYK value is (20,95,0,64).

  • cyan value is 19.57%
  • magenta value is 94.57%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(20,95,0,64)
C20M95Y0K64 
(20%,95%,0%,64%)
(0.20/0.95/0.00/0.64)	

CMYK percentages

%19.57
%94.57
%0
%63.92

Codes

Color #4A055C in popluar color models

4A055C
RGB74592
HSL288°89.69%19.02%
HSB/HSV288°94.57%36.08%
CMYK19.57%94.57%0.00%
63.92%

Color #4A055C in popluar number systems.

HEX4A055C
Decimal74592
Binary10010101011011100
Octal1125134

Shades and tints

Shades of #4A055C

#4A055C
(74,5,92)
#440554
(68,5,84)
#3E054C
(62,5,76)
#380544
(56,5,68)
#32053C
(50,5,60)
#2C0534
(44,5,52)
#26052C
(38,5,44)
#200524
(32,5,36)
#1A051C
(26,5,28)
#140514
(20,5,20)
#0E050C
(14,5,12)
#000000
(0,0,0)

Tints of #4A055C

#4A055C
(74,5,92)
#5A1B6A
(90,27,106)
#6A3178
(106,49,120)
#7A4786
(122,71,134)
#8A5D94
(138,93,148)
#9A73A2
(154,115,162)
#AA89B0
(170,137,176)
#BA9FBE
(186,159,190)
#CAB5CC
(202,181,204)
#DACBDA
(218,203,218)
#EAE1E8
(234,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A055C; }

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

This text font color is #4A055C.


Background Color

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

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

This div background color is #4A055C.


Border color

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

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

This div border color is #4A055C.


Opacity

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

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

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

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

This text has shadow with #4A055C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A055C on black background.


Color preview on white background

This text has color #4A055C on white background.



Black color preview on #4A055C background

This text has black color on #4A055C background.


White color preview on #4A055C background

This text has white color on #4A055C background.