COLOR #4A224C

HEX: #4A224C
RGB: (74,34,76)

Color info

#4A224C contains red, green and blue colors in about the same proportion. Web safe color of #4A224C is #333333 (or #333).

RGB color model

#4A224C color RGB value is (74,34,76).

  • red value is 74;
  • green value is 34;
  • blue value is 76.
RGB:
(74,34,76)
(29%,13%,30%)

RGB channels and saturation

R 74 of 255 = 29%
G 34 of 255 = 13%
B 76 of 255 = 30%

74
34
76

R + G + B ~ 24%. #4A224C is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 34 + 76 = 184 (100%)
R 74 of 184 ~ 40.22%
G 34 of 184 ~ 18.48%
B 76 of 184 ~ 41.3%

%40.22
%18.48
%41.3

CMYK color model

#4A224C color CMYK value is (3,55,0,70).

  • cyan value is 2.63%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(3,55,0,70)
C3M55Y0K70 
(3%,55%,0%,70%)
(0.03/0.55/0.00/0.70)	

CMYK percentages

%2.63
%55.26
%0
%70.2

Codes

Color #4A224C in popluar color models

4A224C
RGB743476
HSL297°38.18%21.57%
HSB/HSV297°55.26%29.80%
CMYK2.63%55.26%0.00%
70.20%

Color #4A224C in popluar number systems.

HEX4A224C
Decimal743476
Binary10010101000101001100
Octal11242114

Shades and tints

Shades of #4A224C

#4A224C
(74,34,76)
#441F46
(68,31,70)
#3E1C40
(62,28,64)
#38193A
(56,25,58)
#321634
(50,22,52)
#2C132E
(44,19,46)
#261028
(38,16,40)
#200D22
(32,13,34)
#1A0A1C
(26,10,28)
#140716
(20,7,22)
#0E0410
(14,4,16)
#000000
(0,0,0)

Tints of #4A224C

#4A224C
(74,34,76)
#5A365C
(90,54,92)
#6A4A6C
(106,74,108)
#7A5E7C
(122,94,124)
#8A728C
(138,114,140)
#9A869C
(154,134,156)
#AA9AAC
(170,154,172)
#BAAEBC
(186,174,188)
#CAC2CC
(202,194,204)
#DAD6DC
(218,214,220)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A224C color. Also use rgb(74,34,76) instead hex code.

Text Font Color

.myTextColor { color: #4A224C; }

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

This text font color is #4A224C.


Background Color

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

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

This div background color is #4A224C.


Border color

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

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

This div border color is #4A224C.


Opacity

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

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

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

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

This text has shadow with #4A224C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A224C on black background.


Color preview on white background

This text has color #4A224C on white background.



Black color preview on #4A224C background

This text has black color on #4A224C background.


White color preview on #4A224C background

This text has white color on #4A224C background.