COLOR #4A023F

HEX: #4A023F
RGB: (74,2,63)

Color info

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

RGB color model

#4A023F color RGB value is (74,2,63).

  • red value is 74;
  • green value is 2;
  • blue value is 63.
RGB:
(74,2,63)
(29%,1%,25%)

RGB channels and saturation

R 74 of 255 = 29%
G 2 of 255 = 1%
B 63 of 255 = 25%

74
2
63

R + G + B ~ 18%. #4A023F is dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 2 + 63 = 139 (100%)
R 74 of 139 ~ 53.24%
G 2 of 139 ~ 1.44%
B 63 of 139 ~ 45.32%

%53.24
%45.32

CMYK color model

#4A023F color CMYK value is (0,97,15,71).

  • cyan value is 0.00%
  • magenta value is 97.30%
  • yellow value is 14.86%
  • key color value is 70.98%
CMYK:
(0,97,15,71)
C0M97Y15K71 
(0%,97%,15%,71%)
(0.00/0.97/0.15/0.71)	

CMYK percentages

%0
%97.3
%14.86
%70.98

Codes

Color #4A023F in popluar color models

4A023F
RGB74263
HSL309°94.74%14.90%
HSB/HSV309°97.30%29.02%
CMYK0.00%97.30%14.86%
70.98%

Color #4A023F in popluar number systems.

HEX4A023F
Decimal74263
Binary100101010111111
Octal112277

Shades and tints

Shades of #4A023F

#4A023F
(74,2,63)
#44023A
(68,2,58)
#3E0235
(62,2,53)
#380230
(56,2,48)
#32022B
(50,2,43)
#2C0226
(44,2,38)
#260221
(38,2,33)
#20021C
(32,2,28)
#1A0217
(26,2,23)
#140212
(20,2,18)
#0E020D
(14,2,13)
#000000
(0,0,0)

Tints of #4A023F

#4A023F
(74,2,63)
#5A1950
(90,25,80)
#6A3061
(106,48,97)
#7A4772
(122,71,114)
#8A5E83
(138,94,131)
#9A7594
(154,117,148)
#AA8CA5
(170,140,165)
#BAA3B6
(186,163,182)
#CABAC7
(202,186,199)
#DAD1D8
(218,209,216)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A023F; }

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

This text font color is #4A023F.


Background Color

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

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

This div background color is #4A023F.


Border color

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

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

This div border color is #4A023F.


Opacity

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

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

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

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

This text has shadow with #4A023F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A023F on black background.


Color preview on white background

This text has color #4A023F on white background.



Black color preview on #4A023F background

This text has black color on #4A023F background.


White color preview on #4A023F background

This text has white color on #4A023F background.