COLOR #4A1C54

HEX: #4A1C54
RGB: (74,28,84)

Color info

#4A1C54 contains red, green and blue colors in about the same proportion. Web safe color of #4A1C54 is #333366 (or #336).

RGB color model

#4A1C54 color RGB value is (74,28,84).

  • red value is 74;
  • green value is 28;
  • blue value is 84.
RGB:
(74,28,84)
(29%,11%,33%)

RGB channels and saturation

R 74 of 255 = 29%
G 28 of 255 = 11%
B 84 of 255 = 33%

74
28
84

R + G + B ~ 24%. #4A1C54 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 28 + 84 = 186 (100%)
R 74 of 186 ~ 39.78%
G 28 of 186 ~ 15.05%
B 84 of 186 ~ 45.16%

%39.78
%15.05
%45.16

CMYK color model

#4A1C54 color CMYK value is (12,67,0,67).

  • cyan value is 11.90%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(12,67,0,67)
C12M67Y0K67 
(12%,67%,0%,67%)
(0.12/0.67/0.00/0.67)	

CMYK percentages

%11.9
%66.67
%0
%67.06

Codes

Color #4A1C54 in popluar color models

4A1C54
RGB742884
HSL289°50.00%21.96%
HSB/HSV289°66.67%32.94%
CMYK11.90%66.67%0.00%
67.06%

Color #4A1C54 in popluar number systems.

HEX4A1C54
Decimal742884
Binary1001010111001010100
Octal11234124

Shades and tints

Shades of #4A1C54

#4A1C54
(74,28,84)
#441A4D
(68,26,77)
#3E1846
(62,24,70)
#38163F
(56,22,63)
#321438
(50,20,56)
#2C1231
(44,18,49)
#26102A
(38,16,42)
#200E23
(32,14,35)
#1A0C1C
(26,12,28)
#140A15
(20,10,21)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #4A1C54

#4A1C54
(74,28,84)
#5A3063
(90,48,99)
#6A4472
(106,68,114)
#7A5881
(122,88,129)
#8A6C90
(138,108,144)
#9A809F
(154,128,159)
#AA94AE
(170,148,174)
#BAA8BD
(186,168,189)
#CABCCC
(202,188,204)
#DAD0DB
(218,208,219)
#EAE4EA
(234,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1C54; }

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

This text font color is #4A1C54.


Background Color

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

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

This div background color is #4A1C54.


Border color

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

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

This div border color is #4A1C54.


Opacity

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

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

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

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

This text has shadow with #4A1C54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1C54 on black background.


Color preview on white background

This text has color #4A1C54 on white background.



Black color preview on #4A1C54 background

This text has black color on #4A1C54 background.


White color preview on #4A1C54 background

This text has white color on #4A1C54 background.