COLOR #4C617A

HEX: #4C617A
RGB: (76,97,122)

Color info

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

RGB color model

#4C617A color RGB value is (76,97,122).

  • red value is 76;
  • green value is 97;
  • blue value is 122.
RGB:
(76,97,122)
(30%,38%,48%)

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 122 of 255 = 48%

76
97
122

R + G + B ~ 39%. #4C617A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 97 + 122 = 295 (100%)
R 76 of 295 ~ 25.76%
G 97 of 295 ~ 32.88%
B 122 of 295 ~ 41.36%

%25.76
%32.88
%41.36

CMYK color model

#4C617A color CMYK value is (38,20,0,52).

  • cyan value is 37.70%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(38,20,0,52)
C38M20Y0K52 
(38%,20%,0%,52%)
(0.38/0.20/0.00/0.52)	

CMYK percentages

%37.7
%20.49
%0
%52.16

Codes

Color #4C617A in popluar color models

4C617A
RGB7697122
HSL213°23.23%38.82%
HSB/HSV213°37.70%47.84%
CMYK37.70%20.49%0.00%
52.16%

Color #4C617A in popluar number systems.

HEX4C617A
Decimal7697122
Binary100110011000011111010
Octal114141172

Shades and tints

Shades of #4C617A

#4C617A
(76,97,122)
#46596F
(70,89,111)
#405164
(64,81,100)
#3A4959
(58,73,89)
#34414E
(52,65,78)
#2E3943
(46,57,67)
#283138
(40,49,56)
#22292D
(34,41,45)
#1C2122
(28,33,34)
#161917
(22,25,23)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #4C617A

#4C617A
(76,97,122)
#5C6F86
(92,111,134)
#6C7D92
(108,125,146)
#7C8B9E
(124,139,158)
#8C99AA
(140,153,170)
#9CA7B6
(156,167,182)
#ACB5C2
(172,181,194)
#BCC3CE
(188,195,206)
#CCD1DA
(204,209,218)
#DCDFE6
(220,223,230)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C617A; }

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

This text font color is #4C617A.


Background Color

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

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

This div background color is #4C617A.


Border color

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

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

This div border color is #4C617A.


Opacity

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

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

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

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

This text has shadow with #4C617A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C617A on black background.


Color preview on white background

This text has color #4C617A on white background.



Black color preview on #4C617A background

This text has black color on #4C617A background.


White color preview on #4C617A background

This text has white color on #4C617A background.