COLOR #4C7990

HEX: #4C7990
RGB: (76,121,144)

Color info

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

RGB color model

#4C7990 color RGB value is (76,121,144).

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

RGB channels and saturation

R 76 of 255 = 30%
G 121 of 255 = 47%
B 144 of 255 = 56%

76
121
144

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

Portions of RGB colors in percentages

R + G + B =
76 + 121 + 144 = 341 (100%)
R 76 of 341 ~ 22.29%
G 121 of 341 ~ 35.48%
B 144 of 341 ~ 42.23%

%22.29
%35.48
%42.23

CMYK color model

#4C7990 color CMYK value is (47,16,0,44).

  • cyan value is 47.22%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(47,16,0,44)
C47M16Y0K44 
(47%,16%,0%,44%)
(0.47/0.16/0.00/0.44)	

CMYK percentages

%47.22
%15.97
%0
%43.53

Codes

Color #4C7990 in popluar color models

4C7990
RGB76121144
HSL200°30.91%43.14%
HSB/HSV200°47.22%56.47%
CMYK47.22%15.97%0.00%
43.53%

Color #4C7990 in popluar number systems.

HEX4C7990
Decimal76121144
Binary1001100111100110010000
Octal114171220

Shades and tints

Shades of #4C7990

#4C7990
(76,121,144)
#466E83
(70,110,131)
#406376
(64,99,118)
#3A5869
(58,88,105)
#344D5C
(52,77,92)
#2E424F
(46,66,79)
#283742
(40,55,66)
#222C35
(34,44,53)
#1C2128
(28,33,40)
#16161B
(22,22,27)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #4C7990

#4C7990
(76,121,144)
#5C859A
(92,133,154)
#6C91A4
(108,145,164)
#7C9DAE
(124,157,174)
#8CA9B8
(140,169,184)
#9CB5C2
(156,181,194)
#ACC1CC
(172,193,204)
#BCCDD6
(188,205,214)
#CCD9E0
(204,217,224)
#DCE5EA
(220,229,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7990; }

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

This text font color is #4C7990.


Background Color

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

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

This div background color is #4C7990.


Border color

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

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

This div border color is #4C7990.


Opacity

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

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

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

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

This text has shadow with #4C7990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7990 on black background.


Color preview on white background

This text has color #4C7990 on white background.



Black color preview on #4C7990 background

This text has black color on #4C7990 background.


White color preview on #4C7990 background

This text has white color on #4C7990 background.