COLOR #4C6B7D

HEX: #4C6B7D
RGB: (76,107,125)

Color info

#4C6B7D contains red, green and blue colors in about the same proportion. Web safe color of #4C6B7D is #336666 (or #366).

RGB color model

#4C6B7D color RGB value is (76,107,125).

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

RGB channels and saturation

R 76 of 255 = 30%
G 107 of 255 = 42%
B 125 of 255 = 49%

76
107
125

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

Portions of RGB colors in percentages

R + G + B =
76 + 107 + 125 = 308 (100%)
R 76 of 308 ~ 24.68%
G 107 of 308 ~ 34.74%
B 125 of 308 ~ 40.58%

%24.68
%34.74
%40.58

CMYK color model

#4C6B7D color CMYK value is (39,14,0,51).

  • cyan value is 39.20%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(39,14,0,51)
C39M14Y0K51 
(39%,14%,0%,51%)
(0.39/0.14/0.00/0.51)	

CMYK percentages

%39.2
%14.4
%0
%50.98

Codes

Color #4C6B7D in popluar color models

4C6B7D
RGB76107125
HSL202°24.38%39.41%
HSB/HSV202°39.20%49.02%
CMYK39.20%14.40%0.00%
50.98%

Color #4C6B7D in popluar number systems.

HEX4C6B7D
Decimal76107125
Binary100110011010111111101
Octal114153175

Shades and tints

Shades of #4C6B7D

#4C6B7D
(76,107,125)
#466272
(70,98,114)
#405967
(64,89,103)
#3A505C
(58,80,92)
#344751
(52,71,81)
#2E3E46
(46,62,70)
#28353B
(40,53,59)
#222C30
(34,44,48)
#1C2325
(28,35,37)
#161A1A
(22,26,26)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #4C6B7D

#4C6B7D
(76,107,125)
#5C7888
(92,120,136)
#6C8593
(108,133,147)
#7C929E
(124,146,158)
#8C9FA9
(140,159,169)
#9CACB4
(156,172,180)
#ACB9BF
(172,185,191)
#BCC6CA
(188,198,202)
#CCD3D5
(204,211,213)
#DCE0E0
(220,224,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6B7D; }

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

This text font color is #4C6B7D.


Background Color

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

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

This div background color is #4C6B7D.


Border color

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

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

This div border color is #4C6B7D.


Opacity

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

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

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

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

This text has shadow with #4C6B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6B7D on black background.


Color preview on white background

This text has color #4C6B7D on white background.



Black color preview on #4C6B7D background

This text has black color on #4C6B7D background.


White color preview on #4C6B7D background

This text has white color on #4C6B7D background.