COLOR #4A5570

HEX: #4A5570
RGB: (74,85,112)

Color info

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

RGB color model

#4A5570 color RGB value is (74,85,112).

  • red value is 74;
  • green value is 85;
  • blue value is 112.
RGB:
(74,85,112)
(29%,33%,44%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 112 of 255 = 44%

74
85
112

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

Portions of RGB colors in percentages

R + G + B =
74 + 85 + 112 = 271 (100%)
R 74 of 271 ~ 27.31%
G 85 of 271 ~ 31.37%
B 112 of 271 ~ 41.33%

%27.31
%31.37
%41.33

CMYK color model

#4A5570 color CMYK value is (34,24,0,56).

  • cyan value is 33.93%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(34,24,0,56)
C34M24Y0K56 
(34%,24%,0%,56%)
(0.34/0.24/0.00/0.56)	

CMYK percentages

%33.93
%24.11
%0
%56.08

Codes

Color #4A5570 in popluar color models

4A5570
RGB7485112
HSL223°20.43%36.47%
HSB/HSV223°33.93%43.92%
CMYK33.93%24.11%0.00%
56.08%

Color #4A5570 in popluar number systems.

HEX4A5570
Decimal7485112
Binary100101010101011110000
Octal112125160

Shades and tints

Shades of #4A5570

#4A5570
(74,85,112)
#444E66
(68,78,102)
#3E475C
(62,71,92)
#384052
(56,64,82)
#323948
(50,57,72)
#2C323E
(44,50,62)
#262B34
(38,43,52)
#20242A
(32,36,42)
#1A1D20
(26,29,32)
#141616
(20,22,22)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #4A5570

#4A5570
(74,85,112)
#5A647D
(90,100,125)
#6A738A
(106,115,138)
#7A8297
(122,130,151)
#8A91A4
(138,145,164)
#9AA0B1
(154,160,177)
#AAAFBE
(170,175,190)
#BABECB
(186,190,203)
#CACDD8
(202,205,216)
#DADCE5
(218,220,229)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5570 color. Also use rgb(74,85,112) instead hex code.

Text Font Color

.myTextColor { color: #4A5570; }

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

This text font color is #4A5570.


Background Color

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

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

This div background color is #4A5570.


Border color

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

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

This div border color is #4A5570.


Opacity

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

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

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

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

This text has shadow with #4A5570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5570 on black background.


Color preview on white background

This text has color #4A5570 on white background.



Black color preview on #4A5570 background

This text has black color on #4A5570 background.


White color preview on #4A5570 background

This text has white color on #4A5570 background.