COLOR #4C5C8F

HEX: #4C5C8F
RGB: (76,92,143)

Color info

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

RGB color model

#4C5C8F color RGB value is (76,92,143).

  • red value is 76;
  • green value is 92;
  • blue value is 143.
RGB:
(76,92,143)
(30%,36%,56%)

RGB channels and saturation

R 76 of 255 = 30%
G 92 of 255 = 36%
B 143 of 255 = 56%

76
92
143

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

Portions of RGB colors in percentages

R + G + B =
76 + 92 + 143 = 311 (100%)
R 76 of 311 ~ 24.44%
G 92 of 311 ~ 29.58%
B 143 of 311 ~ 45.98%

%24.44
%29.58
%45.98

CMYK color model

#4C5C8F color CMYK value is (47,36,0,44).

  • cyan value is 46.85%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(47,36,0,44)
C47M36Y0K44 
(47%,36%,0%,44%)
(0.47/0.36/0.00/0.44)	

CMYK percentages

%46.85
%35.66
%0
%43.92

Codes

Color #4C5C8F in popluar color models

4C5C8F
RGB7692143
HSL226°30.59%42.94%
HSB/HSV226°46.85%56.08%
CMYK46.85%35.66%0.00%
43.92%

Color #4C5C8F in popluar number systems.

HEX4C5C8F
Decimal7692143
Binary1001100101110010001111
Octal114134217

Shades and tints

Shades of #4C5C8F

#4C5C8F
(76,92,143)
#465482
(70,84,130)
#404C75
(64,76,117)
#3A4468
(58,68,104)
#343C5B
(52,60,91)
#2E344E
(46,52,78)
#282C41
(40,44,65)
#222434
(34,36,52)
#1C1C27
(28,28,39)
#16141A
(22,20,26)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C5C8F

#4C5C8F
(76,92,143)
#5C6A99
(92,106,153)
#6C78A3
(108,120,163)
#7C86AD
(124,134,173)
#8C94B7
(140,148,183)
#9CA2C1
(156,162,193)
#ACB0CB
(172,176,203)
#BCBED5
(188,190,213)
#CCCCDF
(204,204,223)
#DCDAE9
(220,218,233)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5C8F color. Also use rgb(76,92,143) instead hex code.

Text Font Color

.myTextColor { color: #4C5C8F; }

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

This text font color is #4C5C8F.


Background Color

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

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

This div background color is #4C5C8F.


Border color

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

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

This div border color is #4C5C8F.


Opacity

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

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

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

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

This text has shadow with #4C5C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5C8F on black background.


Color preview on white background

This text has color #4C5C8F on white background.



Black color preview on #4C5C8F background

This text has black color on #4C5C8F background.


White color preview on #4C5C8F background

This text has white color on #4C5C8F background.