COLOR #4C5778

HEX: #4C5778 RGB: (76,87,120)

Color info

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

RGB color model

#4C5778 color RGB value is (76,87,120).

RGB: (76,87,120) (30%, 34%, 47%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 120 of 255 = 47%

76
87
120

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

Portions of RGB colors in percentages

R + G + B = 76 + 87 + 120 = 283 (100%)
R 76 of 283 ~ 26.86%
G 87 of 283 ~ 30.74%
B 120 of 283 ~ 42.4'%

%26.86
%30.74
%42.4

CMYK color model

#4C5778 color CMYK value is (37,28,0,53).

  • cyan value is 36.67%
  • magenta value is 27.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (37,28,0,53)
C37M28Y0K53 (37%, 28%, 0%, 53%)
(0.37 / 0.28 / 0.00 / 0.53)

CMYK percentages

%36.67
%27.5
%0
%52.94

Codes

Color #4C5778 in popluar color models

4C 57 78
RGB 76 87 120
HSL 225° 22.45% 38.43%
HSB/HSV 225° 36.67% 47.06%
CMYK 36.67% 27.50% 0.00%
52.94%

Color #4C5778 in popluar number systems.

HEX 4C 57 78
Decimal 76 87 120
Binary 1001100 1010111 1111000
Octal 114 127 170

Shades and tints

Shades of #4C5778

#4C5778
(76,87,120)
#46506E
(70,80,110)
#404964
(64,73,100)
#3A425A
(58,66,90)
#343B50
(52,59,80)
#2E3446
(46,52,70)
#282D3C
(40,45,60)
#222632
(34,38,50)
#1C1F28
(28,31,40)
#16181E
(22,24,30)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #4C5778

#4C5778
(76,87,120)
#5C6684
(92,102,132)
#6C7590
(108,117,144)
#7C849C
(124,132,156)
#8C93A8
(140,147,168)
#9CA2B4
(156,162,180)
#ACB1C0
(172,177,192)
#BCC0CC
(188,192,204)
#CCCFD8
(204,207,216)
#DCDEE4
(220,222,228)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5778 color. Also use rgb(76,87,120) instead hex code.

Text Font Color

.myTextColor { color: #4C5778; }

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

This text font color is #4C5778.

Background Color

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

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

This div background color is #4C5778.

Border color

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

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

This div border color is #4C5778.

Opacity

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

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

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

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

This text has shadow with #4C5778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C5778.

Preview

Color preview on black background

This text has color #4C5778 on black background.


Color preview on white background

This text has color #4C5778 on white background.


Black color preview on #4C5778 background

This text has black color on #4C5778 background.


White color preview on #4C5778 background

This text has white color on #4C5778 background.


Related colors

Complementary color

Complementary color for #hex is #B3A887.


I love getcolorcode.com

Triadic colors

1 #784C57 and #57784C with #4C5778 are triadic colors.

2 #78574C and #574C78 with #4C5778 are triadic colors.