COLOR #4A1D76

HEX: #4A1D76
RGB: (74,29,118)

Color info

#4A1D76 contains mainly red and blue colors. Web safe color of #4A1D76 is #333366 (or #336).

RGB color model

#4A1D76 color RGB value is (74,29,118).

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

RGB channels and saturation

R 74 of 255 = 29%
G 29 of 255 = 11%
B 118 of 255 = 46%

74
29
118

R + G + B ~ 29%. #4A1D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 29 + 118 = 221 (100%)
R 74 of 221 ~ 33.48%
G 29 of 221 ~ 13.12%
B 118 of 221 ~ 53.39%

%33.48
%13.12
%53.39

CMYK color model

#4A1D76 color CMYK value is (37,75,0,54).

  • cyan value is 37.29%
  • magenta value is 75.42%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(37,75,0,54)
C37M75Y0K54 
(37%,75%,0%,54%)
(0.37/0.75/0.00/0.54)	

CMYK percentages

%37.29
%75.42
%0
%53.73

Codes

Color #4A1D76 in popluar color models

4A1D76
RGB7429118
HSL270°60.54%28.82%
HSB/HSV270°75.42%46.27%
CMYK37.29%75.42%0.00%
53.73%

Color #4A1D76 in popluar number systems.

HEX4A1D76
Decimal7429118
Binary1001010111011110110
Octal11235166

Shades and tints

Shades of #4A1D76

#4A1D76
(74,29,118)
#441B6C
(68,27,108)
#3E1962
(62,25,98)
#381758
(56,23,88)
#32154E
(50,21,78)
#2C1344
(44,19,68)
#26113A
(38,17,58)
#200F30
(32,15,48)
#1A0D26
(26,13,38)
#140B1C
(20,11,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #4A1D76

#4A1D76
(74,29,118)
#5A3182
(90,49,130)
#6A458E
(106,69,142)
#7A599A
(122,89,154)
#8A6DA6
(138,109,166)
#9A81B2
(154,129,178)
#AA95BE
(170,149,190)
#BAA9CA
(186,169,202)
#CABDD6
(202,189,214)
#DAD1E2
(218,209,226)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1D76; }

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

This text font color is #4A1D76.


Background Color

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

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

This div background color is #4A1D76.


Border color

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

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

This div border color is #4A1D76.


Opacity

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

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

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

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

This text has shadow with #4A1D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A1D76 on black background.


Color preview on white background

This text has color #4A1D76 on white background.



Black color preview on #4A1D76 background

This text has black color on #4A1D76 background.


White color preview on #4A1D76 background

This text has white color on #4A1D76 background.