COLOR #4C4867

HEX: #4C4867
RGB: (76,72,103)

Color info

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

RGB color model

#4C4867 color RGB value is (76,72,103).

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

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 103 of 255 = 40%

76
72
103

R + G + B ~ 33%. #4C4867 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 103 = 251 (100%)
R 76 of 251 ~ 30.28%
G 72 of 251 ~ 28.69%
B 103 of 251 ~ 41.04%

%30.28
%28.69
%41.04

CMYK color model

#4C4867 color CMYK value is (26,30,0,60).

  • cyan value is 26.21%
  • magenta value is 30.10%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(26,30,0,60)
C26M30Y0K60 
(26%,30%,0%,60%)
(0.26/0.30/0.00/0.60)	

CMYK percentages

%26.21
%30.1
%0
%59.61

Codes

Color #4C4867 in popluar color models

4C4867
RGB7672103
HSL248°17.71%34.31%
HSB/HSV248°30.10%40.39%
CMYK26.21%30.10%0.00%
59.61%

Color #4C4867 in popluar number systems.

HEX4C4867
Decimal7672103
Binary100110010010001100111
Octal114110147

Shades and tints

Shades of #4C4867

#4C4867
(76,72,103)
#46425E
(70,66,94)
#403C55
(64,60,85)
#3A364C
(58,54,76)
#343043
(52,48,67)
#2E2A3A
(46,42,58)
#282431
(40,36,49)
#221E28
(34,30,40)
#1C181F
(28,24,31)
#161216
(22,18,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #4C4867

#4C4867
(76,72,103)
#5C5874
(92,88,116)
#6C6881
(108,104,129)
#7C788E
(124,120,142)
#8C889B
(140,136,155)
#9C98A8
(156,152,168)
#ACA8B5
(172,168,181)
#BCB8C2
(188,184,194)
#CCC8CF
(204,200,207)
#DCD8DC
(220,216,220)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4867; }

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

This text font color is #4C4867.


Background Color

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

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

This div background color is #4C4867.


Border color

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

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

This div border color is #4C4867.


Opacity

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

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

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

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

This text has shadow with #4C4867 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4867 on black background.


Color preview on white background

This text has color #4C4867 on white background.



Black color preview on #4C4867 background

This text has black color on #4C4867 background.


White color preview on #4C4867 background

This text has white color on #4C4867 background.