COLOR #4A2D6A

HEX: #4A2D6A
RGB: (74,45,106)

Color info

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

RGB color model

#4A2D6A color RGB value is (74,45,106).

  • red value is 74;
  • green value is 45;
  • blue value is 106.
RGB:
(74,45,106)
(29%,18%,42%)

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 106 of 255 = 42%

74
45
106

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

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 106 = 225 (100%)
R 74 of 225 ~ 32.89%
G 45 of 225 ~ 20%
B 106 of 225 ~ 47.11%

%32.89
%20
%47.11

CMYK color model

#4A2D6A color CMYK value is (30,58,0,58).

  • cyan value is 30.19%
  • magenta value is 57.55%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(30,58,0,58)
C30M58Y0K58 
(30%,58%,0%,58%)
(0.30/0.58/0.00/0.58)	

CMYK percentages

%30.19
%57.55
%0
%58.43

Codes

Color #4A2D6A in popluar color models

4A2D6A
RGB7445106
HSL269°40.40%29.61%
HSB/HSV269°57.55%41.57%
CMYK30.19%57.55%0.00%
58.43%

Color #4A2D6A in popluar number systems.

HEX4A2D6A
Decimal7445106
Binary10010101011011101010
Octal11255152

Shades and tints

Shades of #4A2D6A

#4A2D6A
(74,45,106)
#442961
(68,41,97)
#3E2558
(62,37,88)
#38214F
(56,33,79)
#321D46
(50,29,70)
#2C193D
(44,25,61)
#261534
(38,21,52)
#20112B
(32,17,43)
#1A0D22
(26,13,34)
#140919
(20,9,25)
#0E0510
(14,5,16)
#000000
(0,0,0)

Tints of #4A2D6A

#4A2D6A
(74,45,106)
#5A4077
(90,64,119)
#6A5384
(106,83,132)
#7A6691
(122,102,145)
#8A799E
(138,121,158)
#9A8CAB
(154,140,171)
#AA9FB8
(170,159,184)
#BAB2C5
(186,178,197)
#CAC5D2
(202,197,210)
#DAD8DF
(218,216,223)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A2D6A color. Also use rgb(74,45,106) instead hex code.

Text Font Color

.myTextColor { color: #4A2D6A; }

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

This text font color is #4A2D6A.


Background Color

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

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

This div background color is #4A2D6A.


Border color

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

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

This div border color is #4A2D6A.


Opacity

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

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

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

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

This text has shadow with #4A2D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D6A on black background.


Color preview on white background

This text has color #4A2D6A on white background.



Black color preview on #4A2D6A background

This text has black color on #4A2D6A background.


White color preview on #4A2D6A background

This text has white color on #4A2D6A background.