COLOR #4A3158

HEX: #4A3158
RGB: (74,49,88)

Color info

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

RGB color model

#4A3158 color RGB value is (74,49,88).

  • red value is 74;
  • green value is 49;
  • blue value is 88.
RGB:
(74,49,88)
(29%,19%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 49 of 255 = 19%
B 88 of 255 = 35%

74
49
88

R + G + B ~ 28%. #4A3158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 49 + 88 = 211 (100%)
R 74 of 211 ~ 35.07%
G 49 of 211 ~ 23.22%
B 88 of 211 ~ 41.71%

%35.07
%23.22
%41.71

CMYK color model

#4A3158 color CMYK value is (16,44,0,65).

  • cyan value is 15.91%
  • magenta value is 44.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(16,44,0,65)
C16M44Y0K65 
(16%,44%,0%,65%)
(0.16/0.44/0.00/0.65)	

CMYK percentages

%15.91
%44.32
%0
%65.49

Codes

Color #4A3158 in popluar color models

4A3158
RGB744988
HSL278°28.47%26.86%
HSB/HSV278°44.32%34.51%
CMYK15.91%44.32%0.00%
65.49%

Color #4A3158 in popluar number systems.

HEX4A3158
Decimal744988
Binary10010101100011011000
Octal11261130

Shades and tints

Shades of #4A3158

#4A3158
(74,49,88)
#442D50
(68,45,80)
#3E2948
(62,41,72)
#382540
(56,37,64)
#322138
(50,33,56)
#2C1D30
(44,29,48)
#261928
(38,25,40)
#201520
(32,21,32)
#1A1118
(26,17,24)
#140D10
(20,13,16)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #4A3158

#4A3158
(74,49,88)
#5A4367
(90,67,103)
#6A5576
(106,85,118)
#7A6785
(122,103,133)
#8A7994
(138,121,148)
#9A8BA3
(154,139,163)
#AA9DB2
(170,157,178)
#BAAFC1
(186,175,193)
#CAC1D0
(202,193,208)
#DAD3DF
(218,211,223)
#EAE5EE
(234,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3158 color. Also use rgb(74,49,88) instead hex code.

Text Font Color

.myTextColor { color: #4A3158; }

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

This text font color is #4A3158.


Background Color

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

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

This div background color is #4A3158.


Border color

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

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

This div border color is #4A3158.


Opacity

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

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

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

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

This text has shadow with #4A3158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3158 on black background.


Color preview on white background

This text has color #4A3158 on white background.



Black color preview on #4A3158 background

This text has black color on #4A3158 background.


White color preview on #4A3158 background

This text has white color on #4A3158 background.