COLOR #4A3759

HEX: #4A3759
RGB: (74,55,89)

Color info

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

RGB color model

#4A3759 color RGB value is (74,55,89).

  • red value is 74;
  • green value is 55;
  • blue value is 89.
RGB:
(74,55,89)
(29%,22%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 55 of 255 = 22%
B 89 of 255 = 35%

74
55
89

R + G + B ~ 29%. #4A3759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 55 + 89 = 218 (100%)
R 74 of 218 ~ 33.94%
G 55 of 218 ~ 25.23%
B 89 of 218 ~ 40.83%

%33.94
%25.23
%40.83

CMYK color model

#4A3759 color CMYK value is (17,38,0,65).

  • cyan value is 16.85%
  • magenta value is 38.20%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(17,38,0,65)
C17M38Y0K65 
(17%,38%,0%,65%)
(0.17/0.38/0.00/0.65)	

CMYK percentages

%16.85
%38.2
%0
%65.1

Codes

Color #4A3759 in popluar color models

4A3759
RGB745589
HSL274°23.61%28.24%
HSB/HSV274°38.20%34.90%
CMYK16.85%38.20%0.00%
65.10%

Color #4A3759 in popluar number systems.

HEX4A3759
Decimal745589
Binary10010101101111011001
Octal11267131

Shades and tints

Shades of #4A3759

#4A3759
(74,55,89)
#443251
(68,50,81)
#3E2D49
(62,45,73)
#382841
(56,40,65)
#322339
(50,35,57)
#2C1E31
(44,30,49)
#261929
(38,25,41)
#201421
(32,20,33)
#1A0F19
(26,15,25)
#140A11
(20,10,17)
#0E0509
(14,5,9)
#000000
(0,0,0)

Tints of #4A3759

#4A3759
(74,55,89)
#5A4968
(90,73,104)
#6A5B77
(106,91,119)
#7A6D86
(122,109,134)
#8A7F95
(138,127,149)
#9A91A4
(154,145,164)
#AAA3B3
(170,163,179)
#BAB5C2
(186,181,194)
#CAC7D1
(202,199,209)
#DAD9E0
(218,217,224)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A3759 color. Also use rgb(74,55,89) instead hex code.

Text Font Color

.myTextColor { color: #4A3759; }

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

This text font color is #4A3759.


Background Color

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

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

This div background color is #4A3759.


Border color

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

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

This div border color is #4A3759.


Opacity

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

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

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

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

This text has shadow with #4A3759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A3759 on black background.


Color preview on white background

This text has color #4A3759 on white background.



Black color preview on #4A3759 background

This text has black color on #4A3759 background.


White color preview on #4A3759 background

This text has white color on #4A3759 background.