COLOR #4A398A

HEX: #4A398A
RGB: (74,57,138)

Color info

#4A398A contains mainly blue color. Web safe color of #4A398A is #333399 (or #339).

RGB color model

#4A398A color RGB value is (74,57,138).

  • red value is 74;
  • green value is 57;
  • blue value is 138.
RGB:
(74,57,138)
(29%,22%,54%)

RGB channels and saturation

R 74 of 255 = 29%
G 57 of 255 = 22%
B 138 of 255 = 54%

74
57
138

R + G + B ~ 35%. #4A398A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 57 + 138 = 269 (100%)
R 74 of 269 ~ 27.51%
G 57 of 269 ~ 21.19%
B 138 of 269 ~ 51.3%

%27.51
%21.19
%51.3

CMYK color model

#4A398A color CMYK value is (46,59,0,46).

  • cyan value is 46.38%
  • magenta value is 58.70%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(46,59,0,46)
C46M59Y0K46 
(46%,59%,0%,46%)
(0.46/0.59/0.00/0.46)	

CMYK percentages

%46.38
%58.7
%0
%45.88

Codes

Color #4A398A in popluar color models

4A398A
RGB7457138
HSL253°41.54%38.24%
HSB/HSV253°58.70%54.12%
CMYK46.38%58.70%0.00%
45.88%

Color #4A398A in popluar number systems.

HEX4A398A
Decimal7457138
Binary100101011100110001010
Octal11271212

Shades and tints

Shades of #4A398A

#4A398A
(74,57,138)
#44347E
(68,52,126)
#3E2F72
(62,47,114)
#382A66
(56,42,102)
#32255A
(50,37,90)
#2C204E
(44,32,78)
#261B42
(38,27,66)
#201636
(32,22,54)
#1A112A
(26,17,42)
#140C1E
(20,12,30)
#0E0712
(14,7,18)
#000000
(0,0,0)

Tints of #4A398A

#4A398A
(74,57,138)
#5A4B94
(90,75,148)
#6A5D9E
(106,93,158)
#7A6FA8
(122,111,168)
#8A81B2
(138,129,178)
#9A93BC
(154,147,188)
#AAA5C6
(170,165,198)
#BAB7D0
(186,183,208)
#CAC9DA
(202,201,218)
#DADBE4
(218,219,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A398A color. Also use rgb(74,57,138) instead hex code.

Text Font Color

.myTextColor { color: #4A398A; }

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

This text font color is #4A398A.


Background Color

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

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

This div background color is #4A398A.


Border color

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

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

This div border color is #4A398A.


Opacity

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

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

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

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

This text has shadow with #4A398A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A398A on black background.


Color preview on white background

This text has color #4A398A on white background.



Black color preview on #4A398A background

This text has black color on #4A398A background.


White color preview on #4A398A background

This text has white color on #4A398A background.