COLOR #4C7088

HEX: #4C7088
RGB: (76,112,136)

Color info

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

RGB color model

#4C7088 color RGB value is (76,112,136).

  • red value is 76;
  • green value is 112;
  • blue value is 136.
RGB:
(76,112,136)
(30%,44%,53%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 136 of 255 = 53%

76
112
136

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

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 136 = 324 (100%)
R 76 of 324 ~ 23.46%
G 112 of 324 ~ 34.57%
B 136 of 324 ~ 41.98%

%23.46
%34.57
%41.98

CMYK color model

#4C7088 color CMYK value is (44,18,0,47).

  • cyan value is 44.12%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(44,18,0,47)
C44M18Y0K47 
(44%,18%,0%,47%)
(0.44/0.18/0.00/0.47)	

CMYK percentages

%44.12
%17.65
%0
%46.67

Codes

Color #4C7088 in popluar color models

4C7088
RGB76112136
HSL204°28.30%41.57%
HSB/HSV204°44.12%53.33%
CMYK44.12%17.65%0.00%
46.67%

Color #4C7088 in popluar number systems.

HEX4C7088
Decimal76112136
Binary1001100111000010001000
Octal114160210

Shades and tints

Shades of #4C7088

#4C7088
(76,112,136)
#46667C
(70,102,124)
#405C70
(64,92,112)
#3A5264
(58,82,100)
#344858
(52,72,88)
#2E3E4C
(46,62,76)
#283440
(40,52,64)
#222A34
(34,42,52)
#1C2028
(28,32,40)
#16161C
(22,22,28)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #4C7088

#4C7088
(76,112,136)
#5C7D92
(92,125,146)
#6C8A9C
(108,138,156)
#7C97A6
(124,151,166)
#8CA4B0
(140,164,176)
#9CB1BA
(156,177,186)
#ACBEC4
(172,190,196)
#BCCBCE
(188,203,206)
#CCD8D8
(204,216,216)
#DCE5E2
(220,229,226)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7088 color. Also use rgb(76,112,136) instead hex code.

Text Font Color

.myTextColor { color: #4C7088; }

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

This text font color is #4C7088.


Background Color

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

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

This div background color is #4C7088.


Border color

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

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

This div border color is #4C7088.


Opacity

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

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

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

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

This text has shadow with #4C7088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7088 on black background.


Color preview on white background

This text has color #4C7088 on white background.



Black color preview on #4C7088 background

This text has black color on #4C7088 background.


White color preview on #4C7088 background

This text has white color on #4C7088 background.