COLOR #4C485B

HEX: #4C485B
RGB: (76,72,91)

Color info

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

RGB color model

#4C485B color RGB value is (76,72,91).

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

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 91 of 255 = 36%

76
72
91

R + G + B ~ 31%. #4C485B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 91 = 239 (100%)
R 76 of 239 ~ 31.8%
G 72 of 239 ~ 30.13%
B 91 of 239 ~ 38.08%

%31.8
%30.13
%38.08

CMYK color model

#4C485B color CMYK value is (16,21,0,64).

  • cyan value is 16.48%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,21,0,64)
C16M21Y0K64 
(16%,21%,0%,64%)
(0.16/0.21/0.00/0.64)	

CMYK percentages

%16.48
%20.88
%0
%64.31

Codes

Color #4C485B in popluar color models

4C485B
RGB767291
HSL253°11.66%31.96%
HSB/HSV253°20.88%35.69%
CMYK16.48%20.88%0.00%
64.31%

Color #4C485B in popluar number systems.

HEX4C485B
Decimal767291
Binary100110010010001011011
Octal114110133

Shades and tints

Shades of #4C485B

#4C485B
(76,72,91)
#464253
(70,66,83)
#403C4B
(64,60,75)
#3A3643
(58,54,67)
#34303B
(52,48,59)
#2E2A33
(46,42,51)
#28242B
(40,36,43)
#221E23
(34,30,35)
#1C181B
(28,24,27)
#161213
(22,18,19)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C485B

#4C485B
(76,72,91)
#5C5869
(92,88,105)
#6C6877
(108,104,119)
#7C7885
(124,120,133)
#8C8893
(140,136,147)
#9C98A1
(156,152,161)
#ACA8AF
(172,168,175)
#BCB8BD
(188,184,189)
#CCC8CB
(204,200,203)
#DCD8D9
(220,216,217)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C485B; }

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

This text font color is #4C485B.


Background Color

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

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

This div background color is #4C485B.


Border color

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

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

This div border color is #4C485B.


Opacity

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

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

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

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

This text has shadow with #4C485B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C485B on black background.


Color preview on white background

This text has color #4C485B on white background.



Black color preview on #4C485B background

This text has black color on #4C485B background.


White color preview on #4C485B background

This text has white color on #4C485B background.