COLOR #4A2D65

HEX: #4A2D65
RGB: (74,45,101)

Color info

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

RGB color model

#4A2D65 color RGB value is (74,45,101).

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

RGB channels and saturation

R 74 of 255 = 29%
G 45 of 255 = 18%
B 101 of 255 = 40%

74
45
101

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

Portions of RGB colors in percentages

R + G + B =
74 + 45 + 101 = 220 (100%)
R 74 of 220 ~ 33.64%
G 45 of 220 ~ 20.45%
B 101 of 220 ~ 45.91%

%33.64
%20.45
%45.91

CMYK color model

#4A2D65 color CMYK value is (27,55,0,60).

  • cyan value is 26.73%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(27,55,0,60)
C27M55Y0K60 
(27%,55%,0%,60%)
(0.27/0.55/0.00/0.60)	

CMYK percentages

%26.73
%55.45
%0
%60.39

Codes

Color #4A2D65 in popluar color models

4A2D65
RGB7445101
HSL271°38.36%28.63%
HSB/HSV271°55.45%39.61%
CMYK26.73%55.45%0.00%
60.39%

Color #4A2D65 in popluar number systems.

HEX4A2D65
Decimal7445101
Binary10010101011011100101
Octal11255145

Shades and tints

Shades of #4A2D65

#4A2D65
(74,45,101)
#44295C
(68,41,92)
#3E2553
(62,37,83)
#38214A
(56,33,74)
#321D41
(50,29,65)
#2C1938
(44,25,56)
#26152F
(38,21,47)
#201126
(32,17,38)
#1A0D1D
(26,13,29)
#140914
(20,9,20)
#0E050B
(14,5,11)
#000000
(0,0,0)

Tints of #4A2D65

#4A2D65
(74,45,101)
#5A4073
(90,64,115)
#6A5381
(106,83,129)
#7A668F
(122,102,143)
#8A799D
(138,121,157)
#9A8CAB
(154,140,171)
#AA9FB9
(170,159,185)
#BAB2C7
(186,178,199)
#CAC5D5
(202,197,213)
#DAD8E3
(218,216,227)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2D65; }

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

This text font color is #4A2D65.


Background Color

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

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

This div background color is #4A2D65.


Border color

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

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

This div border color is #4A2D65.


Opacity

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

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

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

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

This text has shadow with #4A2D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A2D65 on black background.


Color preview on white background

This text has color #4A2D65 on white background.



Black color preview on #4A2D65 background

This text has black color on #4A2D65 background.


White color preview on #4A2D65 background

This text has white color on #4A2D65 background.