COLOR #4A244F

HEX: #4A244F
RGB: (74,36,79)

Color info

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

RGB color model

#4A244F color RGB value is (74,36,79).

  • red value is 74;
  • green value is 36;
  • blue value is 79.
RGB:
(74,36,79)
(29%,14%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 79 of 255 = 31%

74
36
79

R + G + B ~ 25%. #4A244F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 36 + 79 = 189 (100%)
R 74 of 189 ~ 39.15%
G 36 of 189 ~ 19.05%
B 79 of 189 ~ 41.8%

%39.15
%19.05
%41.8

CMYK color model

#4A244F color CMYK value is (6,54,0,69).

  • cyan value is 6.33%
  • magenta value is 54.43%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(6,54,0,69)
C6M54Y0K69 
(6%,54%,0%,69%)
(0.06/0.54/0.00/0.69)	

CMYK percentages

%6.33
%54.43
%0
%69.02

Codes

Color #4A244F in popluar color models

4A244F
RGB743679
HSL293°37.39%22.55%
HSB/HSV293°54.43%30.98%
CMYK6.33%54.43%0.00%
69.02%

Color #4A244F in popluar number systems.

HEX4A244F
Decimal743679
Binary10010101001001001111
Octal11244117

Shades and tints

Shades of #4A244F

#4A244F
(74,36,79)
#442148
(68,33,72)
#3E1E41
(62,30,65)
#381B3A
(56,27,58)
#321833
(50,24,51)
#2C152C
(44,21,44)
#261225
(38,18,37)
#200F1E
(32,15,30)
#1A0C17
(26,12,23)
#140910
(20,9,16)
#0E0609
(14,6,9)
#000000
(0,0,0)

Tints of #4A244F

#4A244F
(74,36,79)
#5A375F
(90,55,95)
#6A4A6F
(106,74,111)
#7A5D7F
(122,93,127)
#8A708F
(138,112,143)
#9A839F
(154,131,159)
#AA96AF
(170,150,175)
#BAA9BF
(186,169,191)
#CABCCF
(202,188,207)
#DACFDF
(218,207,223)
#EAE2EF
(234,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A244F color. Also use rgb(74,36,79) instead hex code.

Text Font Color

.myTextColor { color: #4A244F; }

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

This text font color is #4A244F.


Background Color

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

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

This div background color is #4A244F.


Border color

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

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

This div border color is #4A244F.


Opacity

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

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

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

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

This text has shadow with #4A244F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A244F on black background.


Color preview on white background

This text has color #4A244F on white background.



Black color preview on #4A244F background

This text has black color on #4A244F background.


White color preview on #4A244F background

This text has white color on #4A244F background.