COLOR #4A044B

HEX: #4A044B
RGB: (74,4,75)

Color info

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

RGB color model

#4A044B color RGB value is (74,4,75).

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

RGB channels and saturation

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

74
4
75

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

Portions of RGB colors in percentages

R + G + B =
74 + 4 + 75 = 153 (100%)
R 74 of 153 ~ 48.37%
G 4 of 153 ~ 2.61%
B 75 of 153 ~ 49.02%

%48.37
%49.02

CMYK color model

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

  • cyan value is 1.33%
  • magenta value is 94.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(1,95,0,71)
C1M95Y0K71 
(1%,95%,0%,71%)
(0.01/0.95/0.00/0.71)	

CMYK percentages

%1.33
%94.67
%0
%70.59

Codes

Color #4A044B in popluar color models

4A044B
RGB74475
HSL299°89.87%15.49%
HSB/HSV299°94.67%29.41%
CMYK1.33%94.67%0.00%
70.59%

Color #4A044B in popluar number systems.

HEX4A044B
Decimal74475
Binary10010101001001011
Octal1124113

Shades and tints

Shades of #4A044B

#4A044B
(74,4,75)
#440445
(68,4,69)
#3E043F
(62,4,63)
#380439
(56,4,57)
#320433
(50,4,51)
#2C042D
(44,4,45)
#260427
(38,4,39)
#200421
(32,4,33)
#1A041B
(26,4,27)
#140415
(20,4,21)
#0E040F
(14,4,15)
#000000
(0,0,0)

Tints of #4A044B

#4A044B
(74,4,75)
#5A1A5B
(90,26,91)
#6A306B
(106,48,107)
#7A467B
(122,70,123)
#8A5C8B
(138,92,139)
#9A729B
(154,114,155)
#AA88AB
(170,136,171)
#BA9EBB
(186,158,187)
#CAB4CB
(202,180,203)
#DACADB
(218,202,219)
#EAE0EB
(234,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A044B; }

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

This text font color is #4A044B.


Background Color

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

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

This div background color is #4A044B.


Border color

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

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

This div border color is #4A044B.


Opacity

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

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

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

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

This text has shadow with #4A044B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A044B on black background.


Color preview on white background

This text has color #4A044B on white background.



Black color preview on #4A044B background

This text has black color on #4A044B background.


White color preview on #4A044B background

This text has white color on #4A044B background.