COLOR #4A1448

HEX: #4A1448 RGB: (74,20,72)

Color info

#4A1448 contains red, green and blue colors in about the same proportion. Web safe color of #4A1448 is #330033 (or #303).

RGB color model

#4A1448 color RGB value is (74,20,72).

RGB: (74,20,72) (29%, 8%, 28%)

RGB channels and saturation

R 74 of 255 = 29%
G 20 of 255 = 8%
B 72 of 255 = 28%

74
20
72

R + G + B ~ 22%. #4A1448 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 20 + 72 = 166 (100%)
R 74 of 166 ~ 44.58%
G 20 of 166 ~ 12.05%
B 72 of 166 ~ 43.37'%

%44.58
%12.05
%43.37

CMYK color model

#4A1448 color CMYK value is (0,73,3,71).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 2.70%
  • key color value is 70.98%

CMYK: (0,73,3,71)
C0M73Y3K71 (0%, 73%, 3%, 71%)
(0.00 / 0.73 / 0.03 / 0.71)

CMYK percentages

%0
%72.97
%2.7
%70.98

Codes

Color #4A1448 in popluar color models

4A 14 48
RGB 74 20 72
HSL 302° 57.45% 18.43%
HSB/HSV 302° 72.97% 29.02%
CMYK 0.00% 72.97% 2.70%
70.98%

Color #4A1448 in popluar number systems.

HEX 4A 14 48
Decimal 74 20 72
Binary 1001010 10100 1001000
Octal 112 24 110

Shades and tints

Shades of #4A1448

#4A1448
(74,20,72)
#441342
(68,19,66)
#3E123C
(62,18,60)
#381136
(56,17,54)
#321030
(50,16,48)
#2C0F2A
(44,15,42)
#260E24
(38,14,36)
#200D1E
(32,13,30)
#1A0C18
(26,12,24)
#140B12
(20,11,18)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #4A1448

#4A1448
(74,20,72)
#5A2958
(90,41,88)
#6A3E68
(106,62,104)
#7A5378
(122,83,120)
#8A6888
(138,104,136)
#9A7D98
(154,125,152)
#AA92A8
(170,146,168)
#BAA7B8
(186,167,184)
#CABCC8
(202,188,200)
#DAD1D8
(218,209,216)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A1448; }

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

This text font color is #4A1448.

Background Color

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

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

This div background color is #4A1448.

Border color

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

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

This div border color is #4A1448.

Opacity

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

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

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

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

This text has shadow with #4A1448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A1448.

Preview

Color preview on black background

This text has color #4A1448 on black background.


Color preview on white background

This text has color #4A1448 on white background.


Black color preview on #4A1448 background

This text has black color on #4A1448 background.


White color preview on #4A1448 background

This text has white color on #4A1448 background.


Related colors

Complementary color

Complementary color for #hex is #B5EBB7.


I love getcolorcode.com

Triadic colors

1 #484A14 and #14484A with #4A1448 are triadic colors.

2 #48144A and #144A48 with #4A1448 are triadic colors.