COLOR #4C4860

HEX: #4C4860
RGB: (76,72,96)

Color info

#4C4860 contains red, green and blue colors in about the same proportion. Web safe color of #4C4860 is #333366 (or #336).

RGB color model

#4C4860 color RGB value is (76,72,96).

  • red value is 76;
  • green value is 72;
  • blue value is 96.
RGB:
(76,72,96)
(30%,28%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 96 of 255 = 38%

76
72
96

R + G + B ~ 32%. #4C4860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 96 = 244 (100%)
R 76 of 244 ~ 31.15%
G 72 of 244 ~ 29.51%
B 96 of 244 ~ 39.34%

%31.15
%29.51
%39.34

CMYK color model

#4C4860 color CMYK value is (21,25,0,62).

  • cyan value is 20.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(21,25,0,62)
C21M25Y0K62 
(21%,25%,0%,62%)
(0.21/0.25/0.00/0.62)	

CMYK percentages

%20.83
%25
%0
%62.35

Codes

Color #4C4860 in popluar color models

4C4860
RGB767296
HSL250°14.29%32.94%
HSB/HSV250°25.00%37.65%
CMYK20.83%25.00%0.00%
62.35%

Color #4C4860 in popluar number systems.

HEX4C4860
Decimal767296
Binary100110010010001100000
Octal114110140

Shades and tints

Shades of #4C4860

#4C4860
(76,72,96)
#464258
(70,66,88)
#403C50
(64,60,80)
#3A3648
(58,54,72)
#343040
(52,48,64)
#2E2A38
(46,42,56)
#282430
(40,36,48)
#221E28
(34,30,40)
#1C1820
(28,24,32)
#161218
(22,18,24)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C4860

#4C4860
(76,72,96)
#5C586E
(92,88,110)
#6C687C
(108,104,124)
#7C788A
(124,120,138)
#8C8898
(140,136,152)
#9C98A6
(156,152,166)
#ACA8B4
(172,168,180)
#BCB8C2
(188,184,194)
#CCC8D0
(204,200,208)
#DCD8DE
(220,216,222)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4860 color. Also use rgb(76,72,96) instead hex code.

Text Font Color

.myTextColor { color: #4C4860; }

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

This text font color is #4C4860.


Background Color

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

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

This div background color is #4C4860.


Border color

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

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

This div border color is #4C4860.


Opacity

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

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

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

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

This text has shadow with #4C4860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4860 on black background.


Color preview on white background

This text has color #4C4860 on white background.



Black color preview on #4C4860 background

This text has black color on #4C4860 background.


White color preview on #4C4860 background

This text has white color on #4C4860 background.