COLOR #4C688A

HEX: #4C688A RGB: (76,104,138)

Color info

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

RGB color model

#4C688A color RGB value is (76,104,138).

RGB: (76,104,138) (30%, 41%, 54%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 138 of 255 = 54%

76
104
138

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

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 138 = 318 (100%)
R 76 of 318 ~ 23.9%
G 104 of 318 ~ 32.7%
B 138 of 318 ~ 43.4'%

%23.9
%32.7
%43.4

CMYK color model

#4C688A color CMYK value is (45,25,0,46).

  • cyan value is 44.93%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (45,25,0,46)
C45M25Y0K46 (45%, 25%, 0%, 46%)
(0.45 / 0.25 / 0.00 / 0.46)

CMYK percentages

%44.93
%24.64
%0
%45.88

Codes

Color #4C688A in popluar color models

4C 68 8A
RGB 76 104 138
HSL 213° 28.97% 41.96%
HSB/HSV 213° 44.93% 54.12%
CMYK 44.93% 24.64% 0.00%
45.88%

Color #4C688A in popluar number systems.

HEX 4C 68 8A
Decimal 76 104 138
Binary 1001100 1101000 10001010
Octal 114 150 212

Shades and tints

Shades of #4C688A

#4C688A
(76,104,138)
#465F7E
(70,95,126)
#405672
(64,86,114)
#3A4D66
(58,77,102)
#34445A
(52,68,90)
#2E3B4E
(46,59,78)
#283242
(40,50,66)
#222936
(34,41,54)
#1C202A
(28,32,42)
#16171E
(22,23,30)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #4C688A

#4C688A
(76,104,138)
#5C7594
(92,117,148)
#6C829E
(108,130,158)
#7C8FA8
(124,143,168)
#8C9CB2
(140,156,178)
#9CA9BC
(156,169,188)
#ACB6C6
(172,182,198)
#BCC3D0
(188,195,208)
#CCD0DA
(204,208,218)
#DCDDE4
(220,221,228)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C688A color. Also use rgb(76,104,138) instead hex code.

Text Font Color

.myTextColor { color: #4C688A; }

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

This text font color is #4C688A.

Background Color

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

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

This div background color is #4C688A.

Border color

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

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

This div border color is #4C688A.

Opacity

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

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

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

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

This text has shadow with #4C688A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C688A.

Preview

Color preview on black background

This text has color #4C688A on black background.


Color preview on white background

This text has color #4C688A on white background.


Black color preview on #4C688A background

This text has black color on #4C688A background.


White color preview on #4C688A background

This text has white color on #4C688A background.


Related colors

Complementary color

Complementary color for #hex is #B39775.


I love getcolorcode.com

Triadic colors

1 #8A4C68 and #688A4C with #4C688A are triadic colors.

2 #8A684C and #684C8A with #4C688A are triadic colors.