COLOR #4C579A

HEX: #4C579A
RGB: (76,87,154)

Color info

#4C579A contains mainly blue color. Web safe color of #4C579A is #336699 (or #369).

RGB color model

#4C579A color RGB value is (76,87,154).

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

RGB channels and saturation

R 76 of 255 = 30%
G 87 of 255 = 34%
B 154 of 255 = 60%

76
87
154

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

Portions of RGB colors in percentages

R + G + B =
76 + 87 + 154 = 317 (100%)
R 76 of 317 ~ 23.97%
G 87 of 317 ~ 27.44%
B 154 of 317 ~ 48.58%

%23.97
%27.44
%48.58

CMYK color model

#4C579A color CMYK value is (51,44,0,40).

  • cyan value is 50.65%
  • magenta value is 43.51%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(51,44,0,40)
C51M44Y0K40 
(51%,44%,0%,40%)
(0.51/0.44/0.00/0.40)	

CMYK percentages

%50.65
%43.51
%0
%39.61

Codes

Color #4C579A in popluar color models

4C579A
RGB7687154
HSL232°33.91%45.10%
HSB/HSV232°50.65%60.39%
CMYK50.65%43.51%0.00%
39.61%

Color #4C579A in popluar number systems.

HEX4C579A
Decimal7687154
Binary1001100101011110011010
Octal114127232

Shades and tints

Shades of #4C579A

#4C579A
(76,87,154)
#46508C
(70,80,140)
#40497E
(64,73,126)
#3A4270
(58,66,112)
#343B62
(52,59,98)
#2E3454
(46,52,84)
#282D46
(40,45,70)
#222638
(34,38,56)
#1C1F2A
(28,31,42)
#16181C
(22,24,28)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #4C579A

#4C579A
(76,87,154)
#5C66A3
(92,102,163)
#6C75AC
(108,117,172)
#7C84B5
(124,132,181)
#8C93BE
(140,147,190)
#9CA2C7
(156,162,199)
#ACB1D0
(172,177,208)
#BCC0D9
(188,192,217)
#CCCFE2
(204,207,226)
#DCDEEB
(220,222,235)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C579A; }

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

This text font color is #4C579A.


Background Color

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

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

This div background color is #4C579A.


Border color

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

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

This div border color is #4C579A.


Opacity

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

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

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

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

This text has shadow with #4C579A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C579A on black background.


Color preview on white background

This text has color #4C579A on white background.



Black color preview on #4C579A background

This text has black color on #4C579A background.


White color preview on #4C579A background

This text has white color on #4C579A background.