COLOR #4A2448

HEX: #4A2448 RGB: (74,36,72)

Color info

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

RGB color model

#4A2448 color RGB value is (74,36,72).

RGB: (74,36,72) (29%, 14%, 28%)

RGB channels and saturation

R 74 of 255 = 29%
G 36 of 255 = 14%
B 72 of 255 = 28%

74
36
72

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

Portions of RGB colors in percentages

R + G + B = 74 + 36 + 72 = 182 (100%)
R 74 of 182 ~ 40.66%
G 36 of 182 ~ 19.78%
B 72 of 182 ~ 39.56'%

%40.66
%19.78
%39.56

CMYK color model

#4A2448 color CMYK value is (0,51,3,71).

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

CMYK: (0,51,3,71)
C0M51Y3K71 (0%, 51%, 3%, 71%)
(0.00 / 0.51 / 0.03 / 0.71)

CMYK percentages

%0
%51.35
%2.7
%70.98

Codes

Color #4A2448 in popluar color models

4A 24 48
RGB 74 36 72
HSL 303° 34.55% 21.57%
HSB/HSV 303° 51.35% 29.02%
CMYK 0.00% 51.35% 2.70%
70.98%

Color #4A2448 in popluar number systems.

HEX 4A 24 48
Decimal 74 36 72
Binary 1001010 100100 1001000
Octal 112 44 110

Shades and tints

Shades of #4A2448

#4A2448
(74,36,72)
#442142
(68,33,66)
#3E1E3C
(62,30,60)
#381B36
(56,27,54)
#321830
(50,24,48)
#2C152A
(44,21,42)
#261224
(38,18,36)
#200F1E
(32,15,30)
#1A0C18
(26,12,24)
#140912
(20,9,18)
#0E060C
(14,6,12)
#000000
(0,0,0)

Tints of #4A2448

#4A2448
(74,36,72)
#5A3758
(90,55,88)
#6A4A68
(106,74,104)
#7A5D78
(122,93,120)
#8A7088
(138,112,136)
#9A8398
(154,131,152)
#AA96A8
(170,150,168)
#BAA9B8
(186,169,184)
#CABCC8
(202,188,200)
#DACFD8
(218,207,216)
#EAE2E8
(234,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A2448; }

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

This text font color is #4A2448.

Background Color

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

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

This div background color is #4A2448.

Border color

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

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

This div border color is #4A2448.

Opacity

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

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

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

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

This text has shadow with #4A2448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A2448.

Preview

Color preview on black background

This text has color #4A2448 on black background.


Color preview on white background

This text has color #4A2448 on white background.


Black color preview on #4A2448 background

This text has black color on #4A2448 background.


White color preview on #4A2448 background

This text has white color on #4A2448 background.


Related colors

Complementary color

Complementary color for #hex is #B5DBB7.


I love getcolorcode.com

Triadic colors

1 #484A24 and #24484A with #4A2448 are triadic colors.

2 #48244A and #244A48 with #4A2448 are triadic colors.