COLOR #4A3381

HEX: #4A3381 RGB: (74,51,129)

Color info

#4A3381 contains mainly red and blue colors. Web safe color of #4A3381 is #333399 (or #339).

RGB color model

#4A3381 color RGB value is (74,51,129).

RGB: (74,51,129) (29%, 20%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 51 of 255 = 20%
B 129 of 255 = 51%

74
51
129

R + G + B ~ 33%. #4A3381 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 51 + 129 = 254 (100%)
R 74 of 254 ~ 29.13%
G 51 of 254 ~ 20.08%
B 129 of 254 ~ 50.79'%

%29.13
%20.08
%50.79

CMYK color model

#4A3381 color CMYK value is (43,60,0,49).

  • cyan value is 42.64%
  • magenta value is 60.47%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (43,60,0,49)
C43M60Y0K49 (43%, 60%, 0%, 49%)
(0.43 / 0.60 / 0.00 / 0.49)

CMYK percentages

%42.64
%60.47
%0
%49.41

Codes

Color #4A3381 in popluar color models

4A 33 81
RGB 74 51 129
HSL 258° 43.33% 35.29%
HSB/HSV 258° 60.47% 50.59%
CMYK 42.64% 60.47% 0.00%
49.41%

Color #4A3381 in popluar number systems.

HEX 4A 33 81
Decimal 74 51 129
Binary 1001010 110011 10000001
Octal 112 63 201

Shades and tints

Shades of #4A3381

#4A3381
(74,51,129)
#442F76
(68,47,118)
#3E2B6B
(62,43,107)
#382760
(56,39,96)
#322355
(50,35,85)
#2C1F4A
(44,31,74)
#261B3F
(38,27,63)
#201734
(32,23,52)
#1A1329
(26,19,41)
#140F1E
(20,15,30)
#0E0B13
(14,11,19)
#000000
(0,0,0)

Tints of #4A3381

#4A3381
(74,51,129)
#5A458C
(90,69,140)
#6A5797
(106,87,151)
#7A69A2
(122,105,162)
#8A7BAD
(138,123,173)
#9A8DB8
(154,141,184)
#AA9FC3
(170,159,195)
#BAB1CE
(186,177,206)
#CAC3D9
(202,195,217)
#DAD5E4
(218,213,228)
#EAE7EF
(234,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3381 color. Also use rgb(74,51,129) instead hex code.

Text Font Color

.myTextColor { color: #4A3381; }

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

This text font color is #4A3381.

Background Color

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

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

This div background color is #4A3381.

Border color

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

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

This div border color is #4A3381.

Opacity

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

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

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

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

This text has shadow with #4A3381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A3381.

Preview

Color preview on black background

This text has color #4A3381 on black background.


Color preview on white background

This text has color #4A3381 on white background.


Black color preview on #4A3381 background

This text has black color on #4A3381 background.


White color preview on #4A3381 background

This text has white color on #4A3381 background.


Related colors

Complementary color

Complementary color for #hex is #B5CC7E.


I love getcolorcode.com

Triadic colors

1 #814A33 and #33814A with #4A3381 are triadic colors.

2 #81334A and #334A81 with #4A3381 are triadic colors.