COLOR #4C7F95

HEX: #4C7F95 RGB: (76,127,149)

Color info

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

RGB color model

#4C7F95 color RGB value is (76,127,149).

RGB: (76,127,149) (30%, 50%, 58%)

RGB channels and saturation

R 76 of 255 = 30%
G 127 of 255 = 50%
B 149 of 255 = 58%

76
127
149

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

Portions of RGB colors in percentages

R + G + B = 76 + 127 + 149 = 352 (100%)
R 76 of 352 ~ 21.59%
G 127 of 352 ~ 36.08%
B 149 of 352 ~ 42.33'%

%21.59
%36.08
%42.33

CMYK color model

#4C7F95 color CMYK value is (49,15,0,42).

  • cyan value is 48.99%
  • magenta value is 14.77%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (49,15,0,42) C49M15Y0K42 (49%,15%,0%,42%) (0.49/0.15/0.00/0.42) 

CMYK percentages

%48.99
%14.77
%0
%41.57

Codes

Color #4C7F95 in popluar color models

4C 7F 95
RGB 76 127 149
HSL 198° 32.44% 44.12%
HSB/HSV 198° 48.99% 58.43%
CMYK 48.99% 14.77% 0.00%
41.57%

Color #4C7F95 in popluar number systems.

HEX 4C 7F 95
Decimal 76 127 149
Binary 1001100 1111111 10010101
Octal 114 177 225

Shades and tints

Shades of #4C7F95

#4C7F95
(76,127,149)
#467488
(70,116,136)
#40697B
(64,105,123)
#3A5E6E
(58,94,110)
#345361
(52,83,97)
#2E4854
(46,72,84)
#283D47
(40,61,71)
#22323A
(34,50,58)
#1C272D
(28,39,45)
#161C20
(22,28,32)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #4C7F95

#4C7F95
(76,127,149)
#5C8A9E
(92,138,158)
#6C95A7
(108,149,167)
#7CA0B0
(124,160,176)
#8CABB9
(140,171,185)
#9CB6C2
(156,182,194)
#ACC1CB
(172,193,203)
#BCCCD4
(188,204,212)
#CCD7DD
(204,215,221)
#DCE2E6
(220,226,230)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7F95 color. Also use rgb(76,127,149) instead hex code.

Text Font Color

.myTextColor { color: #4C7F95; }

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

This text font color is #4C7F95.

Background Color

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

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

This div background color is #4C7F95.

Border color

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

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

This div border color is #4C7F95.

Opacity

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

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

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

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

This text has shadow with #4C7F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7F95.

Preview

Color preview on black background

This text has color #4C7F95 on black background.


Color preview on white background

This text has color #4C7F95 on white background.


Black color preview on #4C7F95 background

This text has black color on #4C7F95 background.


White color preview on #4C7F95 background

This text has white color on #4C7F95 background.


Related colors

Complementary color

Complementary color for #hex is #B3806A.


I love getcolorcode.com

Triadic colors

1 #954C7F and #7F954C with #4C7F95 are triadic colors.

2 #957F4C and #7F4C95 with #4C7F95 are triadic colors.