COLOR #4C4F6A

HEX: #4C4F6A
RGB: (76,79,106)

Color info

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

RGB color model

#4C4F6A color RGB value is (76,79,106).

  • red value is 76;
  • green value is 79;
  • blue value is 106.
RGB:
(76,79,106)
(30%,31%,42%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 106 of 255 = 42%

76
79
106

R + G + B ~ 34%. #4C4F6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 79 + 106 = 261 (100%)
R 76 of 261 ~ 29.12%
G 79 of 261 ~ 30.27%
B 106 of 261 ~ 40.61%

%29.12
%30.27
%40.61

CMYK color model

#4C4F6A color CMYK value is (28,25,0,58).

  • cyan value is 28.30%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(28,25,0,58)
C28M25Y0K58 
(28%,25%,0%,58%)
(0.28/0.25/0.00/0.58)	

CMYK percentages

%28.3
%25.47
%0
%58.43

Codes

Color #4C4F6A in popluar color models

4C4F6A
RGB7679106
HSL234°16.48%35.69%
HSB/HSV234°28.30%41.57%
CMYK28.30%25.47%0.00%
58.43%

Color #4C4F6A in popluar number systems.

HEX4C4F6A
Decimal7679106
Binary100110010011111101010
Octal114117152

Shades and tints

Shades of #4C4F6A

#4C4F6A
(76,79,106)
#464861
(70,72,97)
#404158
(64,65,88)
#3A3A4F
(58,58,79)
#343346
(52,51,70)
#2E2C3D
(46,44,61)
#282534
(40,37,52)
#221E2B
(34,30,43)
#1C1722
(28,23,34)
#161019
(22,16,25)
#100910
(16,9,16)
#000000
(0,0,0)

Tints of #4C4F6A

#4C4F6A
(76,79,106)
#5C5F77
(92,95,119)
#6C6F84
(108,111,132)
#7C7F91
(124,127,145)
#8C8F9E
(140,143,158)
#9C9FAB
(156,159,171)
#ACAFB8
(172,175,184)
#BCBFC5
(188,191,197)
#CCCFD2
(204,207,210)
#DCDFDF
(220,223,223)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F6A color. Also use rgb(76,79,106) instead hex code.

Text Font Color

.myTextColor { color: #4C4F6A; }

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

This text font color is #4C4F6A.


Background Color

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

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

This div background color is #4C4F6A.


Border color

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

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

This div border color is #4C4F6A.


Opacity

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

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

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

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

This text has shadow with #4C4F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F6A on black background.


Color preview on white background

This text has color #4C4F6A on white background.



Black color preview on #4C4F6A background

This text has black color on #4C4F6A background.


White color preview on #4C4F6A background

This text has white color on #4C4F6A background.