COLOR #4A2476

HEX: #4A2476
RGB: (74,36,118)

Color info

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

RGB color model

#4A2476 color RGB value is (74,36,118).

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

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 118 of 255 = 46%

74
36
118

R + G + B ~ 30%. #4A2476 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 118 = 228 (100%)
R 74 of 228 ~ 32.46%
G 36 of 228 ~ 15.79%
B 118 of 228 ~ 51.75%

%32.46
%15.79
%51.75

CMYK color model

#4A2476 color CMYK value is (37,69,0,54).

  • cyan value is 37.29%
  • magenta value is 69.49%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (37,69,0,54) C37M69Y0K54 (37%,69%,0%,54%) (0.37/0.69/0.00/0.54)

CMYK percentages

%37.29
%69.49
%0
%53.73

Codes

Color #4A2476 in popluar color models

4A2476
RGB7436118
HSL268°53.25%30.20%
HSB/HSV268°69.49%46.27%
CMYK37.29%69.49%0.00%
53.73%

Color #4A2476 in popluar number systems.

HEX4A2476
Decimal7436118
Binary10010101001001110110
Octal11244166

Shades and tints

Shades of #4A2476

#4A2476
(74,36,118)
#44216C
(68,33,108)
#3E1E62
(62,30,98)
#381B58
(56,27,88)
#32184E
(50,24,78)
#2C1544
(44,21,68)
#26123A
(38,18,58)
#200F30
(32,15,48)
#1A0C26
(26,12,38)
#14091C
(20,9,28)
#0E0612
(14,6,18)
#000000
(0,0,0)

Tints of #4A2476

#4A2476
(74,36,118)
#5A3782
(90,55,130)
#6A4A8E
(106,74,142)
#7A5D9A
(122,93,154)
#8A70A6
(138,112,166)
#9A83B2
(154,131,178)
#AA96BE
(170,150,190)
#BAA9CA
(186,169,202)
#CABCD6
(202,188,214)
#DACFE2
(218,207,226)
#EAE2EE
(234,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2476; }

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

This text font color is #4A2476.


Background Color

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

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

This div background color is #4A2476.


Border color

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

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

This div border color is #4A2476.


Opacity

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

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

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

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

This text has shadow with #4A2476 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A2476 on black background.


Color preview on white background

This text has color #4A2476 on white background.



Black color preview on #4A2476 background

This text has black color on #4A2476 background.


White color preview on #4A2476 background

This text has white color on #4A2476 background.