COLOR #4A073B

HEX: #4A073B
RGB: (74,7,59)

Color info

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

RGB color model

#4A073B color RGB value is (74,7,59).

  • red value is 74;
  • green value is 7;
  • blue value is 59.
RGB: (74,7,59) (29%,3%,23%)

RGB channels and saturation

R 74 of 255 = 29%
G 7 of 255 = 3%
B 59 of 255 = 23%

74
7
59

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

Portions of RGB colors in percentages

R + G + B =
74 + 7 + 59 = 140 (100%)
R 74 of 140 ~ 52.86%
G 7 of 140 ~ 5%
B 59 of 140 ~ 42.14%

%52.86
%42.14

CMYK color model

#4A073B color CMYK value is (0,91,20,71).

  • cyan value is 0.00%
  • magenta value is 90.54%
  • yellow value is 20.27%
  • key color value is 70.98%
CMYK: (0,91,20,71) C0M91Y20K71 (0%,91%,20%,71%) (0.00/0.91/0.20/0.71)

CMYK percentages

%0
%90.54
%20.27
%70.98

Codes

Color #4A073B in popluar color models

4A073B
RGB74759
HSL313°82.72%15.88%
HSB/HSV313°90.54%29.02%
CMYK0.00%90.54%20.27%
70.98%

Color #4A073B in popluar number systems.

HEX4A073B
Decimal74759
Binary1001010111111011
Octal112773

Shades and tints

Shades of #4A073B

#4A073B
(74,7,59)
#440736
(68,7,54)
#3E0731
(62,7,49)
#38072C
(56,7,44)
#320727
(50,7,39)
#2C0722
(44,7,34)
#26071D
(38,7,29)
#200718
(32,7,24)
#1A0713
(26,7,19)
#14070E
(20,7,14)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #4A073B

#4A073B
(74,7,59)
#5A1D4C
(90,29,76)
#6A335D
(106,51,93)
#7A496E
(122,73,110)
#8A5F7F
(138,95,127)
#9A7590
(154,117,144)
#AA8BA1
(170,139,161)
#BAA1B2
(186,161,178)
#CAB7C3
(202,183,195)
#DACDD4
(218,205,212)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A073B; }

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

This text font color is #4A073B.


Background Color

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

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

This div background color is #4A073B.


Border color

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

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

This div border color is #4A073B.


Opacity

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

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

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

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

This text has shadow with #4A073B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4A073B on black background.


Color preview on white background

This text has color #4A073B on white background.



Black color preview on #4A073B background

This text has black color on #4A073B background.


White color preview on #4A073B background

This text has white color on #4A073B background.