COLOR #4A4D79

HEX: #4A4D79
RGB: (74,77,121)

Color info

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

RGB color model

#4A4D79 color RGB value is (74,77,121).

  • red value is 74;
  • green value is 77;
  • blue value is 121.
RGB:
(74,77,121)
(29%,30%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 77 of 255 = 30%
B 121 of 255 = 47%

74
77
121

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

Portions of RGB colors in percentages

R + G + B =
74 + 77 + 121 = 272 (100%)
R 74 of 272 ~ 27.21%
G 77 of 272 ~ 28.31%
B 121 of 272 ~ 44.49%

%27.21
%28.31
%44.49

CMYK color model

#4A4D79 color CMYK value is (39,36,0,53).

  • cyan value is 38.84%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(39,36,0,53)
C39M36Y0K53 
(39%,36%,0%,53%)
(0.39/0.36/0.00/0.53)	

CMYK percentages

%38.84
%36.36
%0
%52.55

Codes

Color #4A4D79 in popluar color models

4A4D79
RGB7477121
HSL236°24.10%38.24%
HSB/HSV236°38.84%47.45%
CMYK38.84%36.36%0.00%
52.55%

Color #4A4D79 in popluar number systems.

HEX4A4D79
Decimal7477121
Binary100101010011011111001
Octal112115171

Shades and tints

Shades of #4A4D79

#4A4D79
(74,77,121)
#44466E
(68,70,110)
#3E3F63
(62,63,99)
#383858
(56,56,88)
#32314D
(50,49,77)
#2C2A42
(44,42,66)
#262337
(38,35,55)
#201C2C
(32,28,44)
#1A1521
(26,21,33)
#140E16
(20,14,22)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #4A4D79

#4A4D79
(74,77,121)
#5A5D85
(90,93,133)
#6A6D91
(106,109,145)
#7A7D9D
(122,125,157)
#8A8DA9
(138,141,169)
#9A9DB5
(154,157,181)
#AAADC1
(170,173,193)
#BABDCD
(186,189,205)
#CACDD9
(202,205,217)
#DADDE5
(218,221,229)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4D79 color. Also use rgb(74,77,121) instead hex code.

Text Font Color

.myTextColor { color: #4A4D79; }

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

This text font color is #4A4D79.


Background Color

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

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

This div background color is #4A4D79.


Border color

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

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

This div border color is #4A4D79.


Opacity

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

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

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

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

This text has shadow with #4A4D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4D79 on black background.


Color preview on white background

This text has color #4A4D79 on white background.



Black color preview on #4A4D79 background

This text has black color on #4A4D79 background.


White color preview on #4A4D79 background

This text has white color on #4A4D79 background.