COLOR #4A5A76

HEX: #4A5A76
RGB: (74,90,118)

Color info

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

RGB color model

#4A5A76 color RGB value is (74,90,118).

  • red value is 74;
  • green value is 90;
  • blue value is 118.
RGB:
(74,90,118)
(29%,35%,46%)

RGB channels and saturation

R 74 of 255 = 29%
G 90 of 255 = 35%
B 118 of 255 = 46%

74
90
118

R + G + B ~ 37%. #4A5A76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 90 + 118 = 282 (100%)
R 74 of 282 ~ 26.24%
G 90 of 282 ~ 31.91%
B 118 of 282 ~ 41.84%

%26.24
%31.91
%41.84

CMYK color model

#4A5A76 color CMYK value is (37,24,0,54).

  • cyan value is 37.29%
  • magenta value is 23.73%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(37,24,0,54)
C37M24Y0K54 
(37%,24%,0%,54%)
(0.37/0.24/0.00/0.54)	

CMYK percentages

%37.29
%23.73
%0
%53.73

Codes

Color #4A5A76 in popluar color models

4A5A76
RGB7490118
HSL218°22.92%37.65%
HSB/HSV218°37.29%46.27%
CMYK37.29%23.73%0.00%
53.73%

Color #4A5A76 in popluar number systems.

HEX4A5A76
Decimal7490118
Binary100101010110101110110
Octal112132166

Shades and tints

Shades of #4A5A76

#4A5A76
(74,90,118)
#44526C
(68,82,108)
#3E4A62
(62,74,98)
#384258
(56,66,88)
#323A4E
(50,58,78)
#2C3244
(44,50,68)
#262A3A
(38,42,58)
#202230
(32,34,48)
#1A1A26
(26,26,38)
#14121C
(20,18,28)
#0E0A12
(14,10,18)
#000000
(0,0,0)

Tints of #4A5A76

#4A5A76
(74,90,118)
#5A6982
(90,105,130)
#6A788E
(106,120,142)
#7A879A
(122,135,154)
#8A96A6
(138,150,166)
#9AA5B2
(154,165,178)
#AAB4BE
(170,180,190)
#BAC3CA
(186,195,202)
#CAD2D6
(202,210,214)
#DAE1E2
(218,225,226)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5A76 color. Also use rgb(74,90,118) instead hex code.

Text Font Color

.myTextColor { color: #4A5A76; }

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

This text font color is #4A5A76.


Background Color

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

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

This div background color is #4A5A76.


Border color

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

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

This div border color is #4A5A76.


Opacity

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

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

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

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

This text has shadow with #4A5A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5A76 on black background.


Color preview on white background

This text has color #4A5A76 on white background.



Black color preview on #4A5A76 background

This text has black color on #4A5A76 background.


White color preview on #4A5A76 background

This text has white color on #4A5A76 background.