COLOR #4C6466

HEX: #4C6466 RGB: (76,100,102)

Color info

#4C6466 contains red, green and blue colors in about the same proportion. Web safe color of #4C6466 is #336666 (or #366).

RGB color model

#4C6466 color RGB value is (76,100,102).

RGB: (76,100,102) (30%, 39%, 40%)

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 102 of 255 = 40%

76
100
102

R + G + B ~ 36%. #4C6466 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 100 + 102 = 278 (100%)
R 76 of 278 ~ 27.34%
G 100 of 278 ~ 35.97%
B 102 of 278 ~ 36.69'%

%27.34
%35.97
%36.69

CMYK color model

#4C6466 color CMYK value is (25,2,0,60).

  • cyan value is 25.49%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (25,2,0,60)
C25M2Y0K60 (25%, 2%, 0%, 60%)
(0.25 / 0.02 / 0.00 / 0.60)

CMYK percentages

%25.49
%1.96
%0
%60

Codes

Color #4C6466 in popluar color models

4C 64 66
RGB 76 100 102
HSL 185° 14.61% 34.90%
HSB/HSV 185° 25.49% 40.00%
CMYK 25.49% 1.96% 0.00%
60.00%

Color #4C6466 in popluar number systems.

HEX 4C 64 66
Decimal 76 100 102
Binary 1001100 1100100 1100110
Octal 114 144 146

Shades and tints

Shades of #4C6466

#4C6466
(76,100,102)
#465B5D
(70,91,93)
#405254
(64,82,84)
#3A494B
(58,73,75)
#344042
(52,64,66)
#2E3739
(46,55,57)
#282E30
(40,46,48)
#222527
(34,37,39)
#1C1C1E
(28,28,30)
#161315
(22,19,21)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #4C6466

#4C6466
(76,100,102)
#5C7273
(92,114,115)
#6C8080
(108,128,128)
#7C8E8D
(124,142,141)
#8C9C9A
(140,156,154)
#9CAAA7
(156,170,167)
#ACB8B4
(172,184,180)
#BCC6C1
(188,198,193)
#CCD4CE
(204,212,206)
#DCE2DB
(220,226,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6466 color. Also use rgb(76,100,102) instead hex code.

Text Font Color

.myTextColor { color: #4C6466; }

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

This text font color is #4C6466.

Background Color

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

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

This div background color is #4C6466.

Border color

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

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

This div border color is #4C6466.

Opacity

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

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

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

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

This text has shadow with #4C6466 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6466.

Preview

Color preview on black background

This text has color #4C6466 on black background.


Color preview on white background

This text has color #4C6466 on white background.


Black color preview on #4C6466 background

This text has black color on #4C6466 background.


White color preview on #4C6466 background

This text has white color on #4C6466 background.


Related colors

Complementary color

Complementary color for #hex is #B39B99.


I love getcolorcode.com

Triadic colors

1 #664C64 and #64664C with #4C6466 are triadic colors.

2 #66644C and #644C66 with #4C6466 are triadic colors.