COLOR #4C7988

HEX: #4C7988
RGB: (76,121,136)

Color info

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

RGB color model

#4C7988 color RGB value is (76,121,136).

  • red value is 76;
  • green value is 121;
  • blue value is 136.
RGB:
(76,121,136)
(30%,47%,53%)

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 136 of 255 = 53%

76
121
136

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

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 136 = 333 (100%)
R 76 of 333 ~ 22.82%
G 121 of 333 ~ 36.34%
B 136 of 333 ~ 40.84%

%22.82
%36.34
%40.84

CMYK color model

#4C7988 color CMYK value is (44,11,0,47).

  • cyan value is 44.12%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(44,11,0,47)
C44M11Y0K47 
(44%,11%,0%,47%)
(0.44/0.11/0.00/0.47)	

CMYK percentages

%44.12
%11.03
%0
%46.67

Codes

Color #4C7988 in popluar color models

4C7988
RGB76121136
HSL195°28.30%41.57%
HSB/HSV195°44.12%53.33%
CMYK44.12%11.03%0.00%
46.67%

Color #4C7988 in popluar number systems.

HEX4C7988
Decimal76121136
Binary1001100111100110001000
Octal114171210

Shades and tints

Shades of #4C7988

#4C7988
(76,121,136)
#466E7C
(70,110,124)
#406370
(64,99,112)
#3A5864
(58,88,100)
#344D58
(52,77,88)
#2E424C
(46,66,76)
#283740
(40,55,64)
#222C34
(34,44,52)
#1C2128
(28,33,40)
#16161C
(22,22,28)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #4C7988

#4C7988
(76,121,136)
#5C8592
(92,133,146)
#6C919C
(108,145,156)
#7C9DA6
(124,157,166)
#8CA9B0
(140,169,176)
#9CB5BA
(156,181,186)
#ACC1C4
(172,193,196)
#BCCDCE
(188,205,206)
#CCD9D8
(204,217,216)
#DCE5E2
(220,229,226)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7988 color. Also use rgb(76,121,136) instead hex code.

Text Font Color

.myTextColor { color: #4C7988; }

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

This text font color is #4C7988.


Background Color

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

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

This div background color is #4C7988.


Border color

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

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

This div border color is #4C7988.


Opacity

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

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

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

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

This text has shadow with #4C7988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7988 on black background.


Color preview on white background

This text has color #4C7988 on white background.



Black color preview on #4C7988 background

This text has black color on #4C7988 background.


White color preview on #4C7988 background

This text has white color on #4C7988 background.