COLOR #4C4669

HEX: #4C4669
RGB: (76,70,105)

Color info

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

RGB color model

#4C4669 color RGB value is (76,70,105).

  • red value is 76;
  • green value is 70;
  • blue value is 105.
RGB:
(76,70,105)
(30%,27%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 105 of 255 = 41%

76
70
105

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

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 105 = 251 (100%)
R 76 of 251 ~ 30.28%
G 70 of 251 ~ 27.89%
B 105 of 251 ~ 41.83%

%30.28
%27.89
%41.83

CMYK color model

#4C4669 color CMYK value is (28,33,0,59).

  • cyan value is 27.62%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(28,33,0,59)
C28M33Y0K59 
(28%,33%,0%,59%)
(0.28/0.33/0.00/0.59)	

CMYK percentages

%27.62
%33.33
%0
%58.82

Codes

Color #4C4669 in popluar color models

4C4669
RGB7670105
HSL250°20.00%34.31%
HSB/HSV250°33.33%41.18%
CMYK27.62%33.33%0.00%
58.82%

Color #4C4669 in popluar number systems.

HEX4C4669
Decimal7670105
Binary100110010001101101001
Octal114106151

Shades and tints

Shades of #4C4669

#4C4669
(76,70,105)
#464060
(70,64,96)
#403A57
(64,58,87)
#3A344E
(58,52,78)
#342E45
(52,46,69)
#2E283C
(46,40,60)
#282233
(40,34,51)
#221C2A
(34,28,42)
#1C1621
(28,22,33)
#161018
(22,16,24)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #4C4669

#4C4669
(76,70,105)
#5C5676
(92,86,118)
#6C6683
(108,102,131)
#7C7690
(124,118,144)
#8C869D
(140,134,157)
#9C96AA
(156,150,170)
#ACA6B7
(172,166,183)
#BCB6C4
(188,182,196)
#CCC6D1
(204,198,209)
#DCD6DE
(220,214,222)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4669 color. Also use rgb(76,70,105) instead hex code.

Text Font Color

.myTextColor { color: #4C4669; }

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

This text font color is #4C4669.


Background Color

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

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

This div background color is #4C4669.


Border color

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

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

This div border color is #4C4669.


Opacity

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

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

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

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

This text has shadow with #4C4669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4669 on black background.


Color preview on white background

This text has color #4C4669 on white background.



Black color preview on #4C4669 background

This text has black color on #4C4669 background.


White color preview on #4C4669 background

This text has white color on #4C4669 background.