COLOR #4A4E5E

HEX: #4A4E5E
RGB: (74,78,94)

Color info

#4A4E5E contains red, green and blue colors in about the same proportion. Web safe color of #4A4E5E is #336666 (or #366).

RGB color model

#4A4E5E color RGB value is (74,78,94).

  • red value is 74;
  • green value is 78;
  • blue value is 94.
RGB:
(74,78,94)
(29%,31%,37%)

RGB channels and saturation

R 74 of 255 = 29%
G 78 of 255 = 31%
B 94 of 255 = 37%

74
78
94

R + G + B ~ 32%. #4A4E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 78 + 94 = 246 (100%)
R 74 of 246 ~ 30.08%
G 78 of 246 ~ 31.71%
B 94 of 246 ~ 38.21%

%30.08
%31.71
%38.21

CMYK color model

#4A4E5E color CMYK value is (21,17,0,63).

  • cyan value is 21.28%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(21,17,0,63)
C21M17Y0K63 
(21%,17%,0%,63%)
(0.21/0.17/0.00/0.63)	

CMYK percentages

%21.28
%17.02
%0
%63.14

Codes

Color #4A4E5E in popluar color models

4A4E5E
RGB747894
HSL228°11.90%32.94%
HSB/HSV228°21.28%36.86%
CMYK21.28%17.02%0.00%
63.14%

Color #4A4E5E in popluar number systems.

HEX4A4E5E
Decimal747894
Binary100101010011101011110
Octal112116136

Shades and tints

Shades of #4A4E5E

#4A4E5E
(74,78,94)
#444756
(68,71,86)
#3E404E
(62,64,78)
#383946
(56,57,70)
#32323E
(50,50,62)
#2C2B36
(44,43,54)
#26242E
(38,36,46)
#201D26
(32,29,38)
#1A161E
(26,22,30)
#140F16
(20,15,22)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #4A4E5E

#4A4E5E
(74,78,94)
#5A5E6C
(90,94,108)
#6A6E7A
(106,110,122)
#7A7E88
(122,126,136)
#8A8E96
(138,142,150)
#9A9EA4
(154,158,164)
#AAAEB2
(170,174,178)
#BABEC0
(186,190,192)
#CACECE
(202,206,206)
#DADEDC
(218,222,220)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4E5E color. Also use rgb(74,78,94) instead hex code.

Text Font Color

.myTextColor { color: #4A4E5E; }

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

This text font color is #4A4E5E.


Background Color

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

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

This div background color is #4A4E5E.


Border color

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

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

This div border color is #4A4E5E.


Opacity

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

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

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

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

This text has shadow with #4A4E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4E5E on black background.


Color preview on white background

This text has color #4A4E5E on white background.



Black color preview on #4A4E5E background

This text has black color on #4A4E5E background.


White color preview on #4A4E5E background

This text has white color on #4A4E5E background.