COLOR #4A5677

HEX: #4A5677
RGB: (74,86,119)

Color info

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

RGB color model

#4A5677 color RGB value is (74,86,119).

  • red value is 74;
  • green value is 86;
  • blue value is 119.
RGB:
(74,86,119)
(29%,34%,47%)

RGB channels and saturation

R 74 of 255 = 29%
G 86 of 255 = 34%
B 119 of 255 = 47%

74
86
119

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

Portions of RGB colors in percentages

R + G + B =
74 + 86 + 119 = 279 (100%)
R 74 of 279 ~ 26.52%
G 86 of 279 ~ 30.82%
B 119 of 279 ~ 42.65%

%26.52
%30.82
%42.65

CMYK color model

#4A5677 color CMYK value is (38,28,0,53).

  • cyan value is 37.82%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(38,28,0,53)
C38M28Y0K53 
(38%,28%,0%,53%)
(0.38/0.28/0.00/0.53)	

CMYK percentages

%37.82
%27.73
%0
%53.33

Codes

Color #4A5677 in popluar color models

4A5677
RGB7486119
HSL224°23.32%37.84%
HSB/HSV224°37.82%46.67%
CMYK37.82%27.73%0.00%
53.33%

Color #4A5677 in popluar number systems.

HEX4A5677
Decimal7486119
Binary100101010101101110111
Octal112126167

Shades and tints

Shades of #4A5677

#4A5677
(74,86,119)
#444F6D
(68,79,109)
#3E4863
(62,72,99)
#384159
(56,65,89)
#323A4F
(50,58,79)
#2C3345
(44,51,69)
#262C3B
(38,44,59)
#202531
(32,37,49)
#1A1E27
(26,30,39)
#14171D
(20,23,29)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #4A5677

#4A5677
(74,86,119)
#5A6583
(90,101,131)
#6A748F
(106,116,143)
#7A839B
(122,131,155)
#8A92A7
(138,146,167)
#9AA1B3
(154,161,179)
#AAB0BF
(170,176,191)
#BABFCB
(186,191,203)
#CACED7
(202,206,215)
#DADDE3
(218,221,227)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5677 color. Also use rgb(74,86,119) instead hex code.

Text Font Color

.myTextColor { color: #4A5677; }

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

This text font color is #4A5677.


Background Color

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

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

This div background color is #4A5677.


Border color

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

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

This div border color is #4A5677.


Opacity

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

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

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

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

This text has shadow with #4A5677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A5677 on black background.


Color preview on white background

This text has color #4A5677 on white background.



Black color preview on #4A5677 background

This text has black color on #4A5677 background.


White color preview on #4A5677 background

This text has white color on #4A5677 background.