COLOR #4C4467

HEX: #4C4467
RGB: (76,68,103)

Color info

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

RGB color model

#4C4467 color RGB value is (76,68,103).

  • red value is 76;
  • green value is 68;
  • blue value is 103.
RGB:
(76,68,103)
(30%,27%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 68 of 255 = 27%
B 103 of 255 = 40%

76
68
103

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

Portions of RGB colors in percentages

R + G + B =
76 + 68 + 103 = 247 (100%)
R 76 of 247 ~ 30.77%
G 68 of 247 ~ 27.53%
B 103 of 247 ~ 41.7%

%30.77
%27.53
%41.7

CMYK color model

#4C4467 color CMYK value is (26,34,0,60).

  • cyan value is 26.21%
  • magenta value is 33.98%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(26,34,0,60)
C26M34Y0K60 
(26%,34%,0%,60%)
(0.26/0.34/0.00/0.60)	

CMYK percentages

%26.21
%33.98
%0
%59.61

Codes

Color #4C4467 in popluar color models

4C4467
RGB7668103
HSL254°20.47%33.53%
HSB/HSV254°33.98%40.39%
CMYK26.21%33.98%0.00%
59.61%

Color #4C4467 in popluar number systems.

HEX4C4467
Decimal7668103
Binary100110010001001100111
Octal114104147

Shades and tints

Shades of #4C4467

#4C4467
(76,68,103)
#463E5E
(70,62,94)
#403855
(64,56,85)
#3A324C
(58,50,76)
#342C43
(52,44,67)
#2E263A
(46,38,58)
#282031
(40,32,49)
#221A28
(34,26,40)
#1C141F
(28,20,31)
#160E16
(22,14,22)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C4467

#4C4467
(76,68,103)
#5C5574
(92,85,116)
#6C6681
(108,102,129)
#7C778E
(124,119,142)
#8C889B
(140,136,155)
#9C99A8
(156,153,168)
#ACAAB5
(172,170,181)
#BCBBC2
(188,187,194)
#CCCCCF
(204,204,207)
#DCDDDC
(220,221,220)
#ECEEE9
(236,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4467 color. Also use rgb(76,68,103) instead hex code.

Text Font Color

.myTextColor { color: #4C4467; }

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

This text font color is #4C4467.


Background Color

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

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

This div background color is #4C4467.


Border color

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

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

This div border color is #4C4467.


Opacity

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

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

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

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

This text has shadow with #4C4467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4467 on black background.


Color preview on white background

This text has color #4C4467 on white background.



Black color preview on #4C4467 background

This text has black color on #4C4467 background.


White color preview on #4C4467 background

This text has white color on #4C4467 background.