COLOR #4C7C9B

HEX: #4C7C9B
RGB: (76,124,155)

Color info

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

RGB color model

#4C7C9B color RGB value is (76,124,155).

  • red value is 76;
  • green value is 124;
  • blue value is 155.
RGB:
(76,124,155)
(30%,49%,61%)

RGB channels and saturation

R 76 of 255 = 30%
G 124 of 255 = 49%
B 155 of 255 = 61%

76
124
155

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

Portions of RGB colors in percentages

R + G + B =
76 + 124 + 155 = 355 (100%)
R 76 of 355 ~ 21.41%
G 124 of 355 ~ 34.93%
B 155 of 355 ~ 43.66%

%21.41
%34.93
%43.66

CMYK color model

#4C7C9B color CMYK value is (51,20,0,39).

  • cyan value is 50.97%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(51,20,0,39)
C51M20Y0K39 
(51%,20%,0%,39%)
(0.51/0.20/0.00/0.39)	

CMYK percentages

%50.97
%20
%0
%39.22

Codes

Color #4C7C9B in popluar color models

4C7C9B
RGB76124155
HSL204°34.20%45.29%
HSB/HSV204°50.97%60.78%
CMYK50.97%20.00%0.00%
39.22%

Color #4C7C9B in popluar number systems.

HEX4C7C9B
Decimal76124155
Binary1001100111110010011011
Octal114174233

Shades and tints

Shades of #4C7C9B

#4C7C9B
(76,124,155)
#46718D
(70,113,141)
#40667F
(64,102,127)
#3A5B71
(58,91,113)
#345063
(52,80,99)
#2E4555
(46,69,85)
#283A47
(40,58,71)
#222F39
(34,47,57)
#1C242B
(28,36,43)
#16191D
(22,25,29)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #4C7C9B

#4C7C9B
(76,124,155)
#5C87A4
(92,135,164)
#6C92AD
(108,146,173)
#7C9DB6
(124,157,182)
#8CA8BF
(140,168,191)
#9CB3C8
(156,179,200)
#ACBED1
(172,190,209)
#BCC9DA
(188,201,218)
#CCD4E3
(204,212,227)
#DCDFEC
(220,223,236)
#ECEAF5
(236,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C9B color. Also use rgb(76,124,155) instead hex code.

Text Font Color

.myTextColor { color: #4C7C9B; }

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

This text font color is #4C7C9B.


Background Color

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

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

This div background color is #4C7C9B.


Border color

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

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

This div border color is #4C7C9B.


Opacity

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

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

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

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

This text has shadow with #4C7C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C9B on black background.


Color preview on white background

This text has color #4C7C9B on white background.



Black color preview on #4C7C9B background

This text has black color on #4C7C9B background.


White color preview on #4C7C9B background

This text has white color on #4C7C9B background.