COLOR #4C578E

HEX: #4C578E
RGB: (76,87,142)

Color info

#4C578E contains mainly green and blue colors. Web safe color of #4C578E is #336699 (or #369).

RGB color model

#4C578E color RGB value is (76,87,142).

  • red value is 76;
  • green value is 87;
  • blue value is 142.
RGB:
(76,87,142)
(30%,34%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 142 of 255 = 56%

76
87
142

R + G + B ~ 40%. #4C578E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 87 + 142 = 305 (100%)
R 76 of 305 ~ 24.92%
G 87 of 305 ~ 28.52%
B 142 of 305 ~ 46.56%

%24.92
%28.52
%46.56

CMYK color model

#4C578E color CMYK value is (46,39,0,44).

  • cyan value is 46.48%
  • magenta value is 38.73%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,39,0,44)
C46M39Y0K44 
(46%,39%,0%,44%)
(0.46/0.39/0.00/0.44)	

CMYK percentages

%46.48
%38.73
%0
%44.31

Codes

Color #4C578E in popluar color models

4C578E
RGB7687142
HSL230°30.28%42.75%
HSB/HSV230°46.48%55.69%
CMYK46.48%38.73%0.00%
44.31%

Color #4C578E in popluar number systems.

HEX4C578E
Decimal7687142
Binary1001100101011110001110
Octal114127216

Shades and tints

Shades of #4C578E

#4C578E
(76,87,142)
#465082
(70,80,130)
#404976
(64,73,118)
#3A426A
(58,66,106)
#343B5E
(52,59,94)
#2E3452
(46,52,82)
#282D46
(40,45,70)
#22263A
(34,38,58)
#1C1F2E
(28,31,46)
#161822
(22,24,34)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #4C578E

#4C578E
(76,87,142)
#5C6698
(92,102,152)
#6C75A2
(108,117,162)
#7C84AC
(124,132,172)
#8C93B6
(140,147,182)
#9CA2C0
(156,162,192)
#ACB1CA
(172,177,202)
#BCC0D4
(188,192,212)
#CCCFDE
(204,207,222)
#DCDEE8
(220,222,232)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C578E; }

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

This text font color is #4C578E.


Background Color

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

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

This div background color is #4C578E.


Border color

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

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

This div border color is #4C578E.


Opacity

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

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

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

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

This text has shadow with #4C578E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C578E on black background.


Color preview on white background

This text has color #4C578E on white background.



Black color preview on #4C578E background

This text has black color on #4C578E background.


White color preview on #4C578E background

This text has white color on #4C578E background.