COLOR #4C4861

HEX: #4C4861
RGB: (76,72,97)

Color info

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

RGB color model

#4C4861 color RGB value is (76,72,97).

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

RGB channels and saturation

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

76
72
97

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 97 = 245 (100%)
R 76 of 245 ~ 31.02%
G 72 of 245 ~ 29.39%
B 97 of 245 ~ 39.59%

%31.02
%29.39
%39.59

CMYK color model

#4C4861 color CMYK value is (22,26,0,62).

  • cyan value is 21.65%
  • magenta value is 25.77%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(22,26,0,62)
C22M26Y0K62 
(22%,26%,0%,62%)
(0.22/0.26/0.00/0.62)	

CMYK percentages

%21.65
%25.77
%0
%61.96

Codes

Color #4C4861 in popluar color models

4C4861
RGB767297
HSL250°14.79%33.14%
HSB/HSV250°25.77%38.04%
CMYK21.65%25.77%0.00%
61.96%

Color #4C4861 in popluar number systems.

HEX4C4861
Decimal767297
Binary100110010010001100001
Octal114110141

Shades and tints

Shades of #4C4861

#4C4861
(76,72,97)
#464259
(70,66,89)
#403C51
(64,60,81)
#3A3649
(58,54,73)
#343041
(52,48,65)
#2E2A39
(46,42,57)
#282431
(40,36,49)
#221E29
(34,30,41)
#1C1821
(28,24,33)
#161219
(22,18,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C4861

#4C4861
(76,72,97)
#5C586F
(92,88,111)
#6C687D
(108,104,125)
#7C788B
(124,120,139)
#8C8899
(140,136,153)
#9C98A7
(156,152,167)
#ACA8B5
(172,168,181)
#BCB8C3
(188,184,195)
#CCC8D1
(204,200,209)
#DCD8DF
(220,216,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4861; }

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

This text font color is #4C4861.


Background Color

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

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

This div background color is #4C4861.


Border color

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

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

This div border color is #4C4861.


Opacity

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

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

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

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

This text has shadow with #4C4861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4861 on black background.


Color preview on white background

This text has color #4C4861 on white background.



Black color preview on #4C4861 background

This text has black color on #4C4861 background.


White color preview on #4C4861 background

This text has white color on #4C4861 background.