COLOR #4C4266

HEX: #4C4266
RGB: (76,66,102)

Color info

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

RGB color model

#4C4266 color RGB value is (76,66,102).

  • red value is 76;
  • green value is 66;
  • blue value is 102.
RGB:
(76,66,102)
(30%,26%,40%)

RGB channels and saturation

R 76 of 255 = 30%
G 66 of 255 = 26%
B 102 of 255 = 40%

76
66
102

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

Portions of RGB colors in percentages

R + G + B =
76 + 66 + 102 = 244 (100%)
R 76 of 244 ~ 31.15%
G 66 of 244 ~ 27.05%
B 102 of 244 ~ 41.8%

%31.15
%27.05
%41.8

CMYK color model

#4C4266 color CMYK value is (25,35,0,60).

  • cyan value is 25.49%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,35,0,60)
C25M35Y0K60 
(25%,35%,0%,60%)
(0.25/0.35/0.00/0.60)	

CMYK percentages

%25.49
%35.29
%0
%60

Codes

Color #4C4266 in popluar color models

4C4266
RGB7666102
HSL257°21.43%32.94%
HSB/HSV257°35.29%40.00%
CMYK25.49%35.29%0.00%
60.00%

Color #4C4266 in popluar number systems.

HEX4C4266
Decimal7666102
Binary100110010000101100110
Octal114102146

Shades and tints

Shades of #4C4266

#4C4266
(76,66,102)
#463C5D
(70,60,93)
#403654
(64,54,84)
#3A304B
(58,48,75)
#342A42
(52,42,66)
#2E2439
(46,36,57)
#281E30
(40,30,48)
#221827
(34,24,39)
#1C121E
(28,18,30)
#160C15
(22,12,21)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #4C4266

#4C4266
(76,66,102)
#5C5373
(92,83,115)
#6C6480
(108,100,128)
#7C758D
(124,117,141)
#8C869A
(140,134,154)
#9C97A7
(156,151,167)
#ACA8B4
(172,168,180)
#BCB9C1
(188,185,193)
#CCCACE
(204,202,206)
#DCDBDB
(220,219,219)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4266; }

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

This text font color is #4C4266.


Background Color

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

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

This div background color is #4C4266.


Border color

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

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

This div border color is #4C4266.


Opacity

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

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

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

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

This text has shadow with #4C4266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4266 on black background.


Color preview on white background

This text has color #4C4266 on white background.



Black color preview on #4C4266 background

This text has black color on #4C4266 background.


White color preview on #4C4266 background

This text has white color on #4C4266 background.