COLOR #4A3B6F

HEX: #4A3B6F RGB: (74,59,111)

Color info

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

RGB color model

#4A3B6F color RGB value is (74,59,111).

RGB: (74,59,111) (29%, 23%, 44%)

RGB channels and saturation

R 74 of 255 = 29%
G 59 of 255 = 23%
B 111 of 255 = 44%

74
59
111

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

Portions of RGB colors in percentages

R + G + B = 74 + 59 + 111 = 244 (100%)
R 74 of 244 ~ 30.33%
G 59 of 244 ~ 24.18%
B 111 of 244 ~ 45.49'%

%30.33
%24.18
%45.49

CMYK color model

#4A3B6F color CMYK value is (33,47,0,56).

  • cyan value is 33.33%
  • magenta value is 46.85%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (33,47,0,56)
C33M47Y0K56 (33%, 47%, 0%, 56%)
(0.33 / 0.47 / 0.00 / 0.56)

CMYK percentages

%33.33
%46.85
%0
%56.47

Codes

Color #4A3B6F in popluar color models

4A 3B 6F
RGB 74 59 111
HSL 257° 30.59% 33.33%
HSB/HSV 257° 46.85% 43.53%
CMYK 33.33% 46.85% 0.00%
56.47%

Color #4A3B6F in popluar number systems.

HEX 4A 3B 6F
Decimal 74 59 111
Binary 1001010 111011 1101111
Octal 112 73 157

Shades and tints

Shades of #4A3B6F

#4A3B6F
(74,59,111)
#443665
(68,54,101)
#3E315B
(62,49,91)
#382C51
(56,44,81)
#322747
(50,39,71)
#2C223D
(44,34,61)
#261D33
(38,29,51)
#201829
(32,24,41)
#1A131F
(26,19,31)
#140E15
(20,14,21)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #4A3B6F

#4A3B6F
(74,59,111)
#5A4C7C
(90,76,124)
#6A5D89
(106,93,137)
#7A6E96
(122,110,150)
#8A7FA3
(138,127,163)
#9A90B0
(154,144,176)
#AAA1BD
(170,161,189)
#BAB2CA
(186,178,202)
#CAC3D7
(202,195,215)
#DAD4E4
(218,212,228)
#EAE5F1
(234,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A3B6F; }

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

This text font color is #4A3B6F.

Background Color

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

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

This div background color is #4A3B6F.

Border color

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

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

This div border color is #4A3B6F.

Opacity

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

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

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

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

This text has shadow with #4A3B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3B6F.

Preview

Color preview on black background

This text has color #4A3B6F on black background.


Color preview on white background

This text has color #4A3B6F on white background.


Black color preview on #4A3B6F background

This text has black color on #4A3B6F background.


White color preview on #4A3B6F background

This text has white color on #4A3B6F background.


Related colors

Complementary color

Complementary color for #hex is #B5C490.


I love getcolorcode.com

Triadic colors

1 #6F4A3B and #3B6F4A with #4A3B6F are triadic colors.

2 #6F3B4A and #3B4A6F with #4A3B6F are triadic colors.