COLOR #4C557B

HEX: #4C557B RGB: (76,85,123)

Color info

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

RGB color model

#4C557B color RGB value is (76,85,123).

RGB: (76,85,123) (30%, 33%, 48%)

RGB channels and saturation

R 76 of 255 = 30%
G 85 of 255 = 33%
B 123 of 255 = 48%

76
85
123

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

Portions of RGB colors in percentages

R + G + B = 76 + 85 + 123 = 284 (100%)
R 76 of 284 ~ 26.76%
G 85 of 284 ~ 29.93%
B 123 of 284 ~ 43.31'%

%26.76
%29.93
%43.31

CMYK color model

#4C557B color CMYK value is (38,31,0,52).

  • cyan value is 38.21%
  • magenta value is 30.89%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (38,31,0,52)
C38M31Y0K52 (38%, 31%, 0%, 52%)
(0.38 / 0.31 / 0.00 / 0.52)

CMYK percentages

%38.21
%30.89
%0
%51.76

Codes

Color #4C557B in popluar color models

4C 55 7B
RGB 76 85 123
HSL 229° 23.62% 39.02%
HSB/HSV 229° 38.21% 48.24%
CMYK 38.21% 30.89% 0.00%
51.76%

Color #4C557B in popluar number systems.

HEX 4C 55 7B
Decimal 76 85 123
Binary 1001100 1010101 1111011
Octal 114 125 173

Shades and tints

Shades of #4C557B

#4C557B
(76,85,123)
#464E70
(70,78,112)
#404765
(64,71,101)
#3A405A
(58,64,90)
#34394F
(52,57,79)
#2E3244
(46,50,68)
#282B39
(40,43,57)
#22242E
(34,36,46)
#1C1D23
(28,29,35)
#161618
(22,22,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #4C557B

#4C557B
(76,85,123)
#5C6487
(92,100,135)
#6C7393
(108,115,147)
#7C829F
(124,130,159)
#8C91AB
(140,145,171)
#9CA0B7
(156,160,183)
#ACAFC3
(172,175,195)
#BCBECF
(188,190,207)
#CCCDDB
(204,205,219)
#DCDCE7
(220,220,231)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C557B color. Also use rgb(76,85,123) instead hex code.

Text Font Color

.myTextColor { color: #4C557B; }

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

This text font color is #4C557B.

Background Color

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

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

This div background color is #4C557B.

Border color

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

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

This div border color is #4C557B.

Opacity

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

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

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

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

This text has shadow with #4C557B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C557B.

Preview

Color preview on black background

This text has color #4C557B on black background.


Color preview on white background

This text has color #4C557B on white background.


Black color preview on #4C557B background

This text has black color on #4C557B background.


White color preview on #4C557B background

This text has white color on #4C557B background.


Related colors

Complementary color

Complementary color for #hex is #B3AA84.


I love getcolorcode.com

Triadic colors

1 #7B4C55 and #557B4C with #4C557B are triadic colors.

2 #7B554C and #554C7B with #4C557B are triadic colors.