COLOR #4A5C80

HEX: #4A5C80 RGB: (74,92,128)

Color info

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

RGB color model

#4A5C80 color RGB value is (74,92,128).

RGB: (74,92,128) (29%, 36%, 50%)

RGB channels and saturation

R 74 of 255 = 29%
G 92 of 255 = 36%
B 128 of 255 = 50%

74
92
128

R + G + B ~ 38%. #4A5C80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 92 + 128 = 294 (100%)
R 74 of 294 ~ 25.17%
G 92 of 294 ~ 31.29%
B 128 of 294 ~ 43.54'%

%25.17
%31.29
%43.54

CMYK color model

#4A5C80 color CMYK value is (42,28,0,50).

  • cyan value is 42.19%
  • magenta value is 28.13%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (42,28,0,50)
C42M28Y0K50 (42%, 28%, 0%, 50%)
(0.42 / 0.28 / 0.00 / 0.50)

CMYK percentages

%42.19
%28.13
%0
%49.8

Codes

Color #4A5C80 in popluar color models

4A 5C 80
RGB 74 92 128
HSL 220° 26.73% 39.61%
HSB/HSV 220° 42.19% 50.20%
CMYK 42.19% 28.13% 0.00%
49.80%

Color #4A5C80 in popluar number systems.

HEX 4A 5C 80
Decimal 74 92 128
Binary 1001010 1011100 10000000
Octal 112 134 200

Shades and tints

Shades of #4A5C80

#4A5C80
(74,92,128)
#445475
(68,84,117)
#3E4C6A
(62,76,106)
#38445F
(56,68,95)
#323C54
(50,60,84)
#2C3449
(44,52,73)
#262C3E
(38,44,62)
#202433
(32,36,51)
#1A1C28
(26,28,40)
#14141D
(20,20,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #4A5C80

#4A5C80
(74,92,128)
#5A6A8B
(90,106,139)
#6A7896
(106,120,150)
#7A86A1
(122,134,161)
#8A94AC
(138,148,172)
#9AA2B7
(154,162,183)
#AAB0C2
(170,176,194)
#BABECD
(186,190,205)
#CACCD8
(202,204,216)
#DADAE3
(218,218,227)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5C80 color. Also use rgb(74,92,128) instead hex code.

Text Font Color

.myTextColor { color: #4A5C80; }

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

This text font color is #4A5C80.

Background Color

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

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

This div background color is #4A5C80.

Border color

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

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

This div border color is #4A5C80.

Opacity

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

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

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

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

This text has shadow with #4A5C80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5C80.

Preview

Color preview on black background

This text has color #4A5C80 on black background.


Color preview on white background

This text has color #4A5C80 on white background.


Black color preview on #4A5C80 background

This text has black color on #4A5C80 background.


White color preview on #4A5C80 background

This text has white color on #4A5C80 background.


Related colors

Complementary color

Complementary color for #hex is #B5A37F.


I love getcolorcode.com

Triadic colors

1 #804A5C and #5C804A with #4A5C80 are triadic colors.

2 #805C4A and #5C4A80 with #4A5C80 are triadic colors.