COLOR #4C738C

HEX: #4C738C
RGB: (76,115,140)

Color info

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

RGB color model

#4C738C color RGB value is (76,115,140).

  • red value is 76;
  • green value is 115;
  • blue value is 140.
RGB:
(76,115,140)
(30%,45%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 140 of 255 = 55%

76
115
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 115 + 140 = 331 (100%)
R 76 of 331 ~ 22.96%
G 115 of 331 ~ 34.74%
B 140 of 331 ~ 42.3%

%22.96
%34.74
%42.3

CMYK color model

#4C738C color CMYK value is (46,18,0,45).

  • cyan value is 45.71%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,18,0,45)
C46M18Y0K45 
(46%,18%,0%,45%)
(0.46/0.18/0.00/0.45)	

CMYK percentages

%45.71
%17.86
%0
%45.1

Codes

Color #4C738C in popluar color models

4C738C
RGB76115140
HSL203°29.63%42.35%
HSB/HSV203°45.71%54.90%
CMYK45.71%17.86%0.00%
45.10%

Color #4C738C in popluar number systems.

HEX4C738C
Decimal76115140
Binary1001100111001110001100
Octal114163214

Shades and tints

Shades of #4C738C

#4C738C
(76,115,140)
#466980
(70,105,128)
#405F74
(64,95,116)
#3A5568
(58,85,104)
#344B5C
(52,75,92)
#2E4150
(46,65,80)
#283744
(40,55,68)
#222D38
(34,45,56)
#1C232C
(28,35,44)
#161920
(22,25,32)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #4C738C

#4C738C
(76,115,140)
#5C7F96
(92,127,150)
#6C8BA0
(108,139,160)
#7C97AA
(124,151,170)
#8CA3B4
(140,163,180)
#9CAFBE
(156,175,190)
#ACBBC8
(172,187,200)
#BCC7D2
(188,199,210)
#CCD3DC
(204,211,220)
#DCDFE6
(220,223,230)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C738C color. Also use rgb(76,115,140) instead hex code.

Text Font Color

.myTextColor { color: #4C738C; }

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

This text font color is #4C738C.


Background Color

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

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

This div background color is #4C738C.


Border color

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

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

This div border color is #4C738C.


Opacity

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

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

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

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

This text has shadow with #4C738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C738C on black background.


Color preview on white background

This text has color #4C738C on white background.



Black color preview on #4C738C background

This text has black color on #4C738C background.


White color preview on #4C738C background

This text has white color on #4C738C background.