COLOR #4C4661

HEX: #4C4661 RGB: (76,70,97)

Color info

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

RGB color model

#4C4661 color RGB value is (76,70,97).

RGB: (76,70,97) (30%, 27%, 38%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 97 of 255 = 38%

76
70
97

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

Portions of RGB colors in percentages

R + G + B = 76 + 70 + 97 = 243 (100%)
R 76 of 243 ~ 31.28%
G 70 of 243 ~ 28.81%
B 97 of 243 ~ 39.92'%

%31.28
%28.81
%39.92

CMYK color model

#4C4661 color CMYK value is (22,28,0,62).

  • cyan value is 21.65%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK: (22,28,0,62) C22M28Y0K62 (22%,28%,0%,62%) (0.22/0.28/0.00/0.62) 

CMYK percentages

%21.65
%27.84
%0
%61.96

Codes

Color #4C4661 in popluar color models

4C 46 61
RGB 76 70 97
HSL 253° 16.17% 32.75%
HSB/HSV 253° 27.84% 38.04%
CMYK 21.65% 27.84% 0.00%
61.96%

Color #4C4661 in popluar number systems.

HEX 4C 46 61
Decimal 76 70 97
Binary 1001100 1000110 1100001
Octal 114 106 141

Shades and tints

Shades of #4C4661

#4C4661
(76,70,97)
#464059
(70,64,89)
#403A51
(64,58,81)
#3A3449
(58,52,73)
#342E41
(52,46,65)
#2E2839
(46,40,57)
#282231
(40,34,49)
#221C29
(34,28,41)
#1C1621
(28,22,33)
#161019
(22,16,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #4C4661

#4C4661
(76,70,97)
#5C566F
(92,86,111)
#6C667D
(108,102,125)
#7C768B
(124,118,139)
#8C8699
(140,134,153)
#9C96A7
(156,150,167)
#ACA6B5
(172,166,181)
#BCB6C3
(188,182,195)
#CCC6D1
(204,198,209)
#DCD6DF
(220,214,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4661; }

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

This text font color is #4C4661.

Background Color

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

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

This div background color is #4C4661.

Border color

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

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

This div border color is #4C4661.

Opacity

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

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

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

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

This text has shadow with #4C4661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4661.

Preview

Color preview on black background

This text has color #4C4661 on black background.


Color preview on white background

This text has color #4C4661 on white background.


Black color preview on #4C4661 background

This text has black color on #4C4661 background.


White color preview on #4C4661 background

This text has white color on #4C4661 background.


Related colors

Complementary color

Complementary color for #hex is #B3B99E.


I love getcolorcode.com

Triadic colors

1 #614C46 and #46614C with #4C4661 are triadic colors.

2 #61464C and #464C61 with #4C4661 are triadic colors.