COLOR #4A3B6B

HEX: #4A3B6B
RGB: (74,59,107)

Color info

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

RGB color model

#4A3B6B color RGB value is (74,59,107).

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

RGB channels and saturation

R 74 of 255 = 29%
G 59 of 255 = 23%
B 107 of 255 = 42%

74
59
107

R + G + B ~ 31%. #4A3B6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 59 + 107 = 240 (100%)
R 74 of 240 ~ 30.83%
G 59 of 240 ~ 24.58%
B 107 of 240 ~ 44.58%

%30.83
%24.58
%44.58

CMYK color model

#4A3B6B color CMYK value is (31,45,0,58).

  • cyan value is 30.84%
  • magenta value is 44.86%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(31,45,0,58)
C31M45Y0K58 
(31%,45%,0%,58%)
(0.31/0.45/0.00/0.58)	

CMYK percentages

%30.84
%44.86
%0
%58.04

Codes

Color #4A3B6B in popluar color models

4A3B6B
RGB7459107
HSL259°28.92%32.55%
HSB/HSV259°44.86%41.96%
CMYK30.84%44.86%0.00%
58.04%

Color #4A3B6B in popluar number systems.

HEX4A3B6B
Decimal7459107
Binary10010101110111101011
Octal11273153

Shades and tints

Shades of #4A3B6B

#4A3B6B
(74,59,107)
#443662
(68,54,98)
#3E3159
(62,49,89)
#382C50
(56,44,80)
#322747
(50,39,71)
#2C223E
(44,34,62)
#261D35
(38,29,53)
#20182C
(32,24,44)
#1A1323
(26,19,35)
#140E1A
(20,14,26)
#0E0911
(14,9,17)
#000000
(0,0,0)

Tints of #4A3B6B

#4A3B6B
(74,59,107)
#5A4C78
(90,76,120)
#6A5D85
(106,93,133)
#7A6E92
(122,110,146)
#8A7F9F
(138,127,159)
#9A90AC
(154,144,172)
#AAA1B9
(170,161,185)
#BAB2C6
(186,178,198)
#CAC3D3
(202,195,211)
#DAD4E0
(218,212,224)
#EAE5ED
(234,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3B6B; }

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

This text font color is #4A3B6B.


Background Color

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

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

This div background color is #4A3B6B.


Border color

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

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

This div border color is #4A3B6B.


Opacity

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

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

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

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

This text has shadow with #4A3B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3B6B on black background.


Color preview on white background

This text has color #4A3B6B on white background.



Black color preview on #4A3B6B background

This text has black color on #4A3B6B background.


White color preview on #4A3B6B background

This text has white color on #4A3B6B background.