COLOR #4A2C83

HEX: #4A2C83
RGB: (74,44,131)

Color info

#4A2C83 contains mainly red and blue colors. Web safe color of #4A2C83 is #333399 (or #339).

RGB color model

#4A2C83 color RGB value is (74,44,131).

  • red value is 74;
  • green value is 44;
  • blue value is 131.
RGB:
(74,44,131)
(29%,17%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 44 of 255 = 17%
B 131 of 255 = 51%

74
44
131

R + G + B ~ 32%. #4A2C83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 44 + 131 = 249 (100%)
R 74 of 249 ~ 29.72%
G 44 of 249 ~ 17.67%
B 131 of 249 ~ 52.61%

%29.72
%17.67
%52.61

CMYK color model

#4A2C83 color CMYK value is (44,66,0,49).

  • cyan value is 43.51%
  • magenta value is 66.41%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,66,0,49)
C44M66Y0K49 
(44%,66%,0%,49%)
(0.44/0.66/0.00/0.49)	

CMYK percentages

%43.51
%66.41
%0
%48.63

Codes

Color #4A2C83 in popluar color models

4A2C83
RGB7444131
HSL261°49.71%34.31%
HSB/HSV261°66.41%51.37%
CMYK43.51%66.41%0.00%
48.63%

Color #4A2C83 in popluar number systems.

HEX4A2C83
Decimal7444131
Binary100101010110010000011
Octal11254203

Shades and tints

Shades of #4A2C83

#4A2C83
(74,44,131)
#442878
(68,40,120)
#3E246D
(62,36,109)
#382062
(56,32,98)
#321C57
(50,28,87)
#2C184C
(44,24,76)
#261441
(38,20,65)
#201036
(32,16,54)
#1A0C2B
(26,12,43)
#140820
(20,8,32)
#0E0415
(14,4,21)
#000000
(0,0,0)

Tints of #4A2C83

#4A2C83
(74,44,131)
#5A3F8E
(90,63,142)
#6A5299
(106,82,153)
#7A65A4
(122,101,164)
#8A78AF
(138,120,175)
#9A8BBA
(154,139,186)
#AA9EC5
(170,158,197)
#BAB1D0
(186,177,208)
#CAC4DB
(202,196,219)
#DAD7E6
(218,215,230)
#EAEAF1
(234,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2C83 color. Also use rgb(74,44,131) instead hex code.

Text Font Color

.myTextColor { color: #4A2C83; }

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

This text font color is #4A2C83.


Background Color

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

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

This div background color is #4A2C83.


Border color

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

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

This div border color is #4A2C83.


Opacity

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

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

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

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

This text has shadow with #4A2C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2C83 on black background.


Color preview on white background

This text has color #4A2C83 on white background.



Black color preview on #4A2C83 background

This text has black color on #4A2C83 background.


White color preview on #4A2C83 background

This text has white color on #4A2C83 background.