COLOR #4C5070

HEX: #4C5070
RGB: (76,80,112)

Color info

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

RGB color model

#4C5070 color RGB value is (76,80,112).

  • red value is 76;
  • green value is 80;
  • blue value is 112.
RGB:
(76,80,112)
(30%,31%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 112 of 255 = 44%

76
80
112

R + G + B ~ 35%. #4C5070 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 112 = 268 (100%)
R 76 of 268 ~ 28.36%
G 80 of 268 ~ 29.85%
B 112 of 268 ~ 41.79%

%28.36
%29.85
%41.79

CMYK color model

#4C5070 color CMYK value is (32,29,0,56).

  • cyan value is 32.14%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(32,29,0,56)
C32M29Y0K56 
(32%,29%,0%,56%)
(0.32/0.29/0.00/0.56)	

CMYK percentages

%32.14
%28.57
%0
%56.08

Codes

Color #4C5070 in popluar color models

4C5070
RGB7680112
HSL233°19.15%36.86%
HSB/HSV233°32.14%43.92%
CMYK32.14%28.57%0.00%
56.08%

Color #4C5070 in popluar number systems.

HEX4C5070
Decimal7680112
Binary100110010100001110000
Octal114120160

Shades and tints

Shades of #4C5070

#4C5070
(76,80,112)
#464966
(70,73,102)
#40425C
(64,66,92)
#3A3B52
(58,59,82)
#343448
(52,52,72)
#2E2D3E
(46,45,62)
#282634
(40,38,52)
#221F2A
(34,31,42)
#1C1820
(28,24,32)
#161116
(22,17,22)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C5070

#4C5070
(76,80,112)
#5C5F7D
(92,95,125)
#6C6E8A
(108,110,138)
#7C7D97
(124,125,151)
#8C8CA4
(140,140,164)
#9C9BB1
(156,155,177)
#ACAABE
(172,170,190)
#BCB9CB
(188,185,203)
#CCC8D8
(204,200,216)
#DCD7E5
(220,215,229)
#ECE6F2
(236,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5070 color. Also use rgb(76,80,112) instead hex code.

Text Font Color

.myTextColor { color: #4C5070; }

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

This text font color is #4C5070.


Background Color

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

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

This div background color is #4C5070.


Border color

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

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

This div border color is #4C5070.


Opacity

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

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

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

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

This text has shadow with #4C5070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5070 on black background.


Color preview on white background

This text has color #4C5070 on white background.



Black color preview on #4C5070 background

This text has black color on #4C5070 background.


White color preview on #4C5070 background

This text has white color on #4C5070 background.