COLOR #4A5576

HEX: #4A5576 RGB: (74,85,118)

Color info

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

RGB color model

#4A5576 color RGB value is (74,85,118).

RGB: (74,85,118) (29%, 33%, 46%)

RGB channels and saturation

R 74 of 255 = 29%
G 85 of 255 = 33%
B 118 of 255 = 46%

74
85
118

R + G + B ~ 36%. #4A5576 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 85 + 118 = 277 (100%)
R 74 of 277 ~ 26.71%
G 85 of 277 ~ 30.69%
B 118 of 277 ~ 42.6'%

%26.71
%30.69
%42.6

CMYK color model

#4A5576 color CMYK value is (37,28,0,54).

  • cyan value is 37.29%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (37,28,0,54)
C37M28Y0K54 (37%, 28%, 0%, 54%)
(0.37 / 0.28 / 0.00 / 0.54)

CMYK percentages

%37.29
%27.97
%0
%53.73

Codes

Color #4A5576 in popluar color models

4A 55 76
RGB 74 85 118
HSL 225° 22.92% 37.65%
HSB/HSV 225° 37.29% 46.27%
CMYK 37.29% 27.97% 0.00%
53.73%

Color #4A5576 in popluar number systems.

HEX 4A 55 76
Decimal 74 85 118
Binary 1001010 1010101 1110110
Octal 112 125 166

Shades and tints

Shades of #4A5576

#4A5576
(74,85,118)
#444E6C
(68,78,108)
#3E4762
(62,71,98)
#384058
(56,64,88)
#32394E
(50,57,78)
#2C3244
(44,50,68)
#262B3A
(38,43,58)
#202430
(32,36,48)
#1A1D26
(26,29,38)
#14161C
(20,22,28)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #4A5576

#4A5576
(74,85,118)
#5A6482
(90,100,130)
#6A738E
(106,115,142)
#7A829A
(122,130,154)
#8A91A6
(138,145,166)
#9AA0B2
(154,160,178)
#AAAFBE
(170,175,190)
#BABECA
(186,190,202)
#CACDD6
(202,205,214)
#DADCE2
(218,220,226)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A5576; }

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

This text font color is #4A5576.

Background Color

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

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

This div background color is #4A5576.

Border color

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

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

This div border color is #4A5576.

Opacity

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

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

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

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

This text has shadow with #4A5576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5576.

Preview

Color preview on black background

This text has color #4A5576 on black background.


Color preview on white background

This text has color #4A5576 on white background.


Black color preview on #4A5576 background

This text has black color on #4A5576 background.


White color preview on #4A5576 background

This text has white color on #4A5576 background.


Related colors

Complementary color

Complementary color for #hex is #B5AA89.


I love getcolorcode.com

Triadic colors

1 #764A55 and #55764A with #4A5576 are triadic colors.

2 #76554A and #554A76 with #4A5576 are triadic colors.