COLOR #4A3B73

HEX: #4A3B73
RGB: (74,59,115)

Color info

#4A3B73 contains red, green and blue colors in about the same proportion. Web safe color of #4A3B73 is #333366 (or #336).

RGB color model

#4A3B73 color RGB value is (74,59,115).

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

RGB channels and saturation

R 74 of 255 = 29%
G 59 of 255 = 23%
B 115 of 255 = 45%

74
59
115

R + G + B ~ 32%. #4A3B73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 59 + 115 = 248 (100%)
R 74 of 248 ~ 29.84%
G 59 of 248 ~ 23.79%
B 115 of 248 ~ 46.37%

%29.84
%23.79
%46.37

CMYK color model

#4A3B73 color CMYK value is (36,49,0,55).

  • cyan value is 35.65%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(36,49,0,55)
C36M49Y0K55 
(36%,49%,0%,55%)
(0.36/0.49/0.00/0.55)	

CMYK percentages

%35.65
%48.7
%0
%54.9

Codes

Color #4A3B73 in popluar color models

4A3B73
RGB7459115
HSL256°32.18%34.12%
HSB/HSV256°48.70%45.10%
CMYK35.65%48.70%0.00%
54.90%

Color #4A3B73 in popluar number systems.

HEX4A3B73
Decimal7459115
Binary10010101110111110011
Octal11273163

Shades and tints

Shades of #4A3B73

#4A3B73
(74,59,115)
#443669
(68,54,105)
#3E315F
(62,49,95)
#382C55
(56,44,85)
#32274B
(50,39,75)
#2C2241
(44,34,65)
#261D37
(38,29,55)
#20182D
(32,24,45)
#1A1323
(26,19,35)
#140E19
(20,14,25)
#0E090F
(14,9,15)
#000000
(0,0,0)

Tints of #4A3B73

#4A3B73
(74,59,115)
#5A4C7F
(90,76,127)
#6A5D8B
(106,93,139)
#7A6E97
(122,110,151)
#8A7FA3
(138,127,163)
#9A90AF
(154,144,175)
#AAA1BB
(170,161,187)
#BAB2C7
(186,178,199)
#CAC3D3
(202,195,211)
#DAD4DF
(218,212,223)
#EAE5EB
(234,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3B73; }

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

This text font color is #4A3B73.


Background Color

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

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

This div background color is #4A3B73.


Border color

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

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

This div border color is #4A3B73.


Opacity

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

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

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

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

This text has shadow with #4A3B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3B73 on black background.


Color preview on white background

This text has color #4A3B73 on white background.



Black color preview on #4A3B73 background

This text has black color on #4A3B73 background.


White color preview on #4A3B73 background

This text has white color on #4A3B73 background.