COLOR #4A577E

HEX: #4A577E RGB: (74,87,126)

Color info

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

RGB color model

#4A577E color RGB value is (74,87,126).

RGB: (74,87,126) (29%, 34%, 49%)

RGB channels and saturation

R 74 of 255 = 29%
G 87 of 255 = 34%
B 126 of 255 = 49%

74
87
126

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

Portions of RGB colors in percentages

R + G + B = 74 + 87 + 126 = 287 (100%)
R 74 of 287 ~ 25.78%
G 87 of 287 ~ 30.31%
B 126 of 287 ~ 43.9'%

%25.78
%30.31
%43.9

CMYK color model

#4A577E color CMYK value is (41,31,0,51).

  • cyan value is 41.27%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (41,31,0,51)
C41M31Y0K51 (41%, 31%, 0%, 51%)
(0.41 / 0.31 / 0.00 / 0.51)

CMYK percentages

%41.27
%30.95
%0
%50.59

Codes

Color #4A577E in popluar color models

4A 57 7E
RGB 74 87 126
HSL 225° 26.00% 39.22%
HSB/HSV 225° 41.27% 49.41%
CMYK 41.27% 30.95% 0.00%
50.59%

Color #4A577E in popluar number systems.

HEX 4A 57 7E
Decimal 74 87 126
Binary 1001010 1010111 1111110
Octal 112 127 176

Shades and tints

Shades of #4A577E

#4A577E
(74,87,126)
#445073
(68,80,115)
#3E4968
(62,73,104)
#38425D
(56,66,93)
#323B52
(50,59,82)
#2C3447
(44,52,71)
#262D3C
(38,45,60)
#202631
(32,38,49)
#1A1F26
(26,31,38)
#14181B
(20,24,27)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #4A577E

#4A577E
(74,87,126)
#5A6689
(90,102,137)
#6A7594
(106,117,148)
#7A849F
(122,132,159)
#8A93AA
(138,147,170)
#9AA2B5
(154,162,181)
#AAB1C0
(170,177,192)
#BAC0CB
(186,192,203)
#CACFD6
(202,207,214)
#DADEE1
(218,222,225)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A577E color. Also use rgb(74,87,126) instead hex code.

Text Font Color

.myTextColor { color: #4A577E; }

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

This text font color is #4A577E.

Background Color

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

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

This div background color is #4A577E.

Border color

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

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

This div border color is #4A577E.

Opacity

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

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

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

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

This text has shadow with #4A577E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A577E.

Preview

Color preview on black background

This text has color #4A577E on black background.


Color preview on white background

This text has color #4A577E on white background.


Black color preview on #4A577E background

This text has black color on #4A577E background.


White color preview on #4A577E background

This text has white color on #4A577E background.


Related colors

Complementary color

Complementary color for #hex is #B5A881.


I love getcolorcode.com

Triadic colors

1 #7E4A57 and #577E4A with #4A577E are triadic colors.

2 #7E574A and #574A7E with #4A577E are triadic colors.