COLOR #4A0232

HEX: #4A0232 RGB: (74,2,50)

Color info

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

RGB color model

#4A0232 color RGB value is (74,2,50).

RGB: (74,2,50) (29%, 1%, 20%)

RGB channels and saturation

R 74 of 255 = 29%
G 2 of 255 = 1%
B 50 of 255 = 20%

74
2
50

R + G + B ~ 17%. #4A0232 is dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 2 + 50 = 126 (100%)
R 74 of 126 ~ 58.73%
G 2 of 126 ~ 1.59%
B 50 of 126 ~ 39.68'%

%58.73
%39.68

CMYK color model

#4A0232 color CMYK value is (0,97,32,71).

  • cyan value is 0.00%
  • magenta value is 97.30%
  • yellow value is 32.43%
  • key color value is 70.98%

CMYK: (0,97,32,71)
C0M97Y32K71 (0%, 97%, 32%, 71%)
(0.00 / 0.97 / 0.32 / 0.71)

CMYK percentages

%0
%97.3
%32.43
%70.98

Codes

Color #4A0232 in popluar color models

4A 02 32
RGB 74 2 50
HSL 320° 94.74% 14.90%
HSB/HSV 320° 97.30% 29.02%
CMYK 0.00% 97.30% 32.43%
70.98%

Color #4A0232 in popluar number systems.

HEX 4A 02 32
Decimal 74 2 50
Binary 1001010 10 110010
Octal 112 2 62

Shades and tints

Shades of #4A0232

#4A0232
(74,2,50)
#44022E
(68,2,46)
#3E022A
(62,2,42)
#380226
(56,2,38)
#320222
(50,2,34)
#2C021E
(44,2,30)
#26021A
(38,2,26)
#200216
(32,2,22)
#1A0212
(26,2,18)
#14020E
(20,2,14)
#0E020A
(14,2,10)
#000000
(0,0,0)

Tints of #4A0232

#4A0232
(74,2,50)
#5A1944
(90,25,68)
#6A3056
(106,48,86)
#7A4768
(122,71,104)
#8A5E7A
(138,94,122)
#9A758C
(154,117,140)
#AA8C9E
(170,140,158)
#BAA3B0
(186,163,176)
#CABAC2
(202,186,194)
#DAD1D4
(218,209,212)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A0232; }

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

This text font color is #4A0232.

Background Color

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

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

This div background color is #4A0232.

Border color

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

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

This div border color is #4A0232.

Opacity

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

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

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

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

This text has shadow with #4A0232 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A0232.

Preview

Color preview on black background

This text has color #4A0232 on black background.


Color preview on white background

This text has color #4A0232 on white background.


Black color preview on #4A0232 background

This text has black color on #4A0232 background.


White color preview on #4A0232 background

This text has white color on #4A0232 background.


Related colors

Complementary color

Complementary color for #hex is #B5FDCD.


I love getcolorcode.com

Triadic colors

1 #324A02 and #02324A with #4A0232 are triadic colors.

2 #32024A and #024A32 with #4A0232 are triadic colors.