COLOR #4A2D5F

HEX: #4A2D5F
RGB: (74,45,95)

Color info

#4A2D5F contains red, green and blue colors in about the same proportion. Web safe color of #4A2D5F is #333366 (or #336).

RGB color model

#4A2D5F color RGB value is (74,45,95).

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

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 95 of 255 = 37%

74
45
95

R + G + B ~ 28%. #4A2D5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 95 = 214 (100%)
R 74 of 214 ~ 34.58%
G 45 of 214 ~ 21.03%
B 95 of 214 ~ 44.39%

%34.58
%21.03
%44.39

CMYK color model

#4A2D5F color CMYK value is (22,53,0,63).

  • cyan value is 22.11%
  • magenta value is 52.63%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(22,53,0,63)
C22M53Y0K63 
(22%,53%,0%,63%)
(0.22/0.53/0.00/0.63)	

CMYK percentages

%22.11
%52.63
%0
%62.75

Codes

Color #4A2D5F in popluar color models

4A2D5F
RGB744595
HSL275°35.71%27.45%
HSB/HSV275°52.63%37.25%
CMYK22.11%52.63%0.00%
62.75%

Color #4A2D5F in popluar number systems.

HEX4A2D5F
Decimal744595
Binary10010101011011011111
Octal11255137

Shades and tints

Shades of #4A2D5F

#4A2D5F
(74,45,95)
#442957
(68,41,87)
#3E254F
(62,37,79)
#382147
(56,33,71)
#321D3F
(50,29,63)
#2C1937
(44,25,55)
#26152F
(38,21,47)
#201127
(32,17,39)
#1A0D1F
(26,13,31)
#140917
(20,9,23)
#0E050F
(14,5,15)
#000000
(0,0,0)

Tints of #4A2D5F

#4A2D5F
(74,45,95)
#5A406D
(90,64,109)
#6A537B
(106,83,123)
#7A6689
(122,102,137)
#8A7997
(138,121,151)
#9A8CA5
(154,140,165)
#AA9FB3
(170,159,179)
#BAB2C1
(186,178,193)
#CAC5CF
(202,197,207)
#DAD8DD
(218,216,221)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2D5F; }

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

This text font color is #4A2D5F.


Background Color

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

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

This div background color is #4A2D5F.


Border color

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

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

This div border color is #4A2D5F.


Opacity

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

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

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

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

This text has shadow with #4A2D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D5F on black background.


Color preview on white background

This text has color #4A2D5F on white background.



Black color preview on #4A2D5F background

This text has black color on #4A2D5F background.


White color preview on #4A2D5F background

This text has white color on #4A2D5F background.