COLOR #4C7A8D

HEX: #4C7A8D
RGB: (76,122,141)

Color info

#4C7A8D contains mainly green and blue colors. Web safe color of #4C7A8D is #336699 (or #369).

RGB color model

#4C7A8D color RGB value is (76,122,141).

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

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 141 of 255 = 55%

76
122
141

R + G + B ~ 44%. #4C7A8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 122 + 141 = 339 (100%)
R 76 of 339 ~ 22.42%
G 122 of 339 ~ 35.99%
B 141 of 339 ~ 41.59%

%22.42
%35.99
%41.59

CMYK color model

#4C7A8D color CMYK value is (46,13,0,45).

  • cyan value is 46.10%
  • magenta value is 13.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(46,13,0,45)
C46M13Y0K45 
(46%,13%,0%,45%)
(0.46/0.13/0.00/0.45)	

CMYK percentages

%46.1
%13.48
%0
%44.71

Codes

Color #4C7A8D in popluar color models

4C7A8D
RGB76122141
HSL198°29.95%42.55%
HSB/HSV198°46.10%55.29%
CMYK46.10%13.48%0.00%
44.71%

Color #4C7A8D in popluar number systems.

HEX4C7A8D
Decimal76122141
Binary1001100111101010001101
Octal114172215

Shades and tints

Shades of #4C7A8D

#4C7A8D
(76,122,141)
#466F81
(70,111,129)
#406475
(64,100,117)
#3A5969
(58,89,105)
#344E5D
(52,78,93)
#2E4351
(46,67,81)
#283845
(40,56,69)
#222D39
(34,45,57)
#1C222D
(28,34,45)
#161721
(22,23,33)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #4C7A8D

#4C7A8D
(76,122,141)
#5C8697
(92,134,151)
#6C92A1
(108,146,161)
#7C9EAB
(124,158,171)
#8CAAB5
(140,170,181)
#9CB6BF
(156,182,191)
#ACC2C9
(172,194,201)
#BCCED3
(188,206,211)
#CCDADD
(204,218,221)
#DCE6E7
(220,230,231)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7A8D; }

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

This text font color is #4C7A8D.


Background Color

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

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

This div background color is #4C7A8D.


Border color

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

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

This div border color is #4C7A8D.


Opacity

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

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

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

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

This text has shadow with #4C7A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7A8D on black background.


Color preview on white background

This text has color #4C7A8D on white background.



Black color preview on #4C7A8D background

This text has black color on #4C7A8D background.


White color preview on #4C7A8D background

This text has white color on #4C7A8D background.