COLOR #4C6B87

HEX: #4C6B87
RGB: (76,107,135)

Color info

#4C6B87 contains red, green and blue colors in about the same proportion. Web safe color of #4C6B87 is #336699 (or #369).

RGB color model

#4C6B87 color RGB value is (76,107,135).

  • red value is 76;
  • green value is 107;
  • blue value is 135.
RGB:
(76,107,135)
(30%,42%,53%)

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 135 of 255 = 53%

76
107
135

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

Portions of RGB colors in percentages

R + G + B =
76 + 107 + 135 = 318 (100%)
R 76 of 318 ~ 23.9%
G 107 of 318 ~ 33.65%
B 135 of 318 ~ 42.45%

%23.9
%33.65
%42.45

CMYK color model

#4C6B87 color CMYK value is (44,21,0,47).

  • cyan value is 43.70%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(44,21,0,47)
C44M21Y0K47 
(44%,21%,0%,47%)
(0.44/0.21/0.00/0.47)	

CMYK percentages

%43.7
%20.74
%0
%47.06

Codes

Color #4C6B87 in popluar color models

4C6B87
RGB76107135
HSL208°27.96%41.37%
HSB/HSV208°43.70%52.94%
CMYK43.70%20.74%0.00%
47.06%

Color #4C6B87 in popluar number systems.

HEX4C6B87
Decimal76107135
Binary1001100110101110000111
Octal114153207

Shades and tints

Shades of #4C6B87

#4C6B87
(76,107,135)
#46627B
(70,98,123)
#40596F
(64,89,111)
#3A5063
(58,80,99)
#344757
(52,71,87)
#2E3E4B
(46,62,75)
#28353F
(40,53,63)
#222C33
(34,44,51)
#1C2327
(28,35,39)
#161A1B
(22,26,27)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C6B87

#4C6B87
(76,107,135)
#5C7891
(92,120,145)
#6C859B
(108,133,155)
#7C92A5
(124,146,165)
#8C9FAF
(140,159,175)
#9CACB9
(156,172,185)
#ACB9C3
(172,185,195)
#BCC6CD
(188,198,205)
#CCD3D7
(204,211,215)
#DCE0E1
(220,224,225)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6B87 color. Also use rgb(76,107,135) instead hex code.

Text Font Color

.myTextColor { color: #4C6B87; }

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

This text font color is #4C6B87.


Background Color

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

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

This div background color is #4C6B87.


Border color

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

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

This div border color is #4C6B87.


Opacity

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

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

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

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

This text has shadow with #4C6B87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B87 on black background.


Color preview on white background

This text has color #4C6B87 on white background.



Black color preview on #4C6B87 background

This text has black color on #4C6B87 background.


White color preview on #4C6B87 background

This text has white color on #4C6B87 background.