COLOR #4A0449

HEX: #4A0449
RGB: (74,4,73)

Color info

#4A0449 contains mainly red and blue colors. Web safe color of #4A0449 is #330033 (or #303).

RGB color model

#4A0449 color RGB value is (74,4,73).

  • red value is 74;
  • green value is 4;
  • blue value is 73.
RGB:
(74,4,73)
(29%,2%,29%)

RGB channels and saturation

R 74 of 255 = 29%
G 4 of 255 = 2%
B 73 of 255 = 29%

74
4
73

R + G + B ~ 20%. #4A0449 is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 73 = 151 (100%)
R 74 of 151 ~ 49.01%
G 4 of 151 ~ 2.65%
B 73 of 151 ~ 48.34%

%49.01
%48.34

CMYK color model

#4A0449 color CMYK value is (0,95,1,71).

  • cyan value is 0.00%
  • magenta value is 94.59%
  • yellow value is 1.35%
  • key color value is 70.98%
CMYK:
(0,95,1,71)
C0M95Y1K71 
(0%,95%,1%,71%)
(0.00/0.95/0.01/0.71)	

CMYK percentages

%0
%94.59
%1.35
%70.98

Codes

Color #4A0449 in popluar color models

4A0449
RGB74473
HSL301°89.74%15.29%
HSB/HSV301°94.59%29.02%
CMYK0.00%94.59%1.35%
70.98%

Color #4A0449 in popluar number systems.

HEX4A0449
Decimal74473
Binary10010101001001001
Octal1124111

Shades and tints

Shades of #4A0449

#4A0449
(74,4,73)
#440443
(68,4,67)
#3E043D
(62,4,61)
#380437
(56,4,55)
#320431
(50,4,49)
#2C042B
(44,4,43)
#260425
(38,4,37)
#20041F
(32,4,31)
#1A0419
(26,4,25)
#140413
(20,4,19)
#0E040D
(14,4,13)
#000000
(0,0,0)

Tints of #4A0449

#4A0449
(74,4,73)
#5A1A59
(90,26,89)
#6A3069
(106,48,105)
#7A4679
(122,70,121)
#8A5C89
(138,92,137)
#9A7299
(154,114,153)
#AA88A9
(170,136,169)
#BA9EB9
(186,158,185)
#CAB4C9
(202,180,201)
#DACAD9
(218,202,217)
#EAE0E9
(234,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0449; }

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

This text font color is #4A0449.


Background Color

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

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

This div background color is #4A0449.


Border color

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

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

This div border color is #4A0449.


Opacity

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

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

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

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

This text has shadow with #4A0449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0449 on black background.


Color preview on white background

This text has color #4A0449 on white background.



Black color preview on #4A0449 background

This text has black color on #4A0449 background.


White color preview on #4A0449 background

This text has white color on #4A0449 background.