COLOR #4C7199

HEX: #4C7199
RGB: (76,113,153)

Color info

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

RGB color model

#4C7199 color RGB value is (76,113,153).

  • red value is 76;
  • green value is 113;
  • blue value is 153.
RGB:
(76,113,153)
(30%,44%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 113 of 255 = 44%
B 153 of 255 = 60%

76
113
153

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

Portions of RGB colors in percentages

R + G + B =
76 + 113 + 153 = 342 (100%)
R 76 of 342 ~ 22.22%
G 113 of 342 ~ 33.04%
B 153 of 342 ~ 44.74%

%22.22
%33.04
%44.74

CMYK color model

#4C7199 color CMYK value is (50,26,0,40).

  • cyan value is 50.33%
  • magenta value is 26.14%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(50,26,0,40)
C50M26Y0K40 
(50%,26%,0%,40%)
(0.50/0.26/0.00/0.40)	

CMYK percentages

%50.33
%26.14
%0
%40

Codes

Color #4C7199 in popluar color models

4C7199
RGB76113153
HSL211°33.62%44.90%
HSB/HSV211°50.33%60.00%
CMYK50.33%26.14%0.00%
40.00%

Color #4C7199 in popluar number systems.

HEX4C7199
Decimal76113153
Binary1001100111000110011001
Octal114161231

Shades and tints

Shades of #4C7199

#4C7199
(76,113,153)
#46678C
(70,103,140)
#405D7F
(64,93,127)
#3A5372
(58,83,114)
#344965
(52,73,101)
#2E3F58
(46,63,88)
#28354B
(40,53,75)
#222B3E
(34,43,62)
#1C2131
(28,33,49)
#161724
(22,23,36)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #4C7199

#4C7199
(76,113,153)
#5C7DA2
(92,125,162)
#6C89AB
(108,137,171)
#7C95B4
(124,149,180)
#8CA1BD
(140,161,189)
#9CADC6
(156,173,198)
#ACB9CF
(172,185,207)
#BCC5D8
(188,197,216)
#CCD1E1
(204,209,225)
#DCDDEA
(220,221,234)
#ECE9F3
(236,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7199 color. Also use rgb(76,113,153) instead hex code.

Text Font Color

.myTextColor { color: #4C7199; }

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

This text font color is #4C7199.


Background Color

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

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

This div background color is #4C7199.


Border color

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

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

This div border color is #4C7199.


Opacity

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

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

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

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

This text has shadow with #4C7199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7199 on black background.


Color preview on white background

This text has color #4C7199 on white background.



Black color preview on #4C7199 background

This text has black color on #4C7199 background.


White color preview on #4C7199 background

This text has white color on #4C7199 background.