COLOR #4A2C6B

HEX: #4A2C6B
RGB: (74,44,107)

Color info

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

RGB color model

#4A2C6B color RGB value is (74,44,107).

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

RGB channels and saturation

R 74 of 255 = 29%
G 44 of 255 = 17%
B 107 of 255 = 42%

74
44
107

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

Portions of RGB colors in percentages

R + G + B =
74 + 44 + 107 = 225 (100%)
R 74 of 225 ~ 32.89%
G 44 of 225 ~ 19.56%
B 107 of 225 ~ 47.56%

%32.89
%19.56
%47.56

CMYK color model

#4A2C6B color CMYK value is (31,59,0,58).

  • cyan value is 30.84%
  • magenta value is 58.88%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(31,59,0,58)
C31M59Y0K58 
(31%,59%,0%,58%)
(0.31/0.59/0.00/0.58)	

CMYK percentages

%30.84
%58.88
%0
%58.04

Codes

Color #4A2C6B in popluar color models

4A2C6B
RGB7444107
HSL269°41.72%29.61%
HSB/HSV269°58.88%41.96%
CMYK30.84%58.88%0.00%
58.04%

Color #4A2C6B in popluar number systems.

HEX4A2C6B
Decimal7444107
Binary10010101011001101011
Octal11254153

Shades and tints

Shades of #4A2C6B

#4A2C6B
(74,44,107)
#442862
(68,40,98)
#3E2459
(62,36,89)
#382050
(56,32,80)
#321C47
(50,28,71)
#2C183E
(44,24,62)
#261435
(38,20,53)
#20102C
(32,16,44)
#1A0C23
(26,12,35)
#14081A
(20,8,26)
#0E0411
(14,4,17)
#000000
(0,0,0)

Tints of #4A2C6B

#4A2C6B
(74,44,107)
#5A3F78
(90,63,120)
#6A5285
(106,82,133)
#7A6592
(122,101,146)
#8A789F
(138,120,159)
#9A8BAC
(154,139,172)
#AA9EB9
(170,158,185)
#BAB1C6
(186,177,198)
#CAC4D3
(202,196,211)
#DAD7E0
(218,215,224)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2C6B; }

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

This text font color is #4A2C6B.


Background Color

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

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

This div background color is #4A2C6B.


Border color

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

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

This div border color is #4A2C6B.


Opacity

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

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

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

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

This text has shadow with #4A2C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2C6B on black background.


Color preview on white background

This text has color #4A2C6B on white background.



Black color preview on #4A2C6B background

This text has black color on #4A2C6B background.


White color preview on #4A2C6B background

This text has white color on #4A2C6B background.