COLOR #4C6188

HEX: #4C6188 RGB: (76,97,136)

Color info

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

RGB color model

#4C6188 color RGB value is (76,97,136).

RGB: (76,97,136) (30%, 38%, 53%)

RGB channels and saturation

R 76 of 255 = 30%
G 97 of 255 = 38%
B 136 of 255 = 53%

76
97
136

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

Portions of RGB colors in percentages

R + G + B = 76 + 97 + 136 = 309 (100%)
R 76 of 309 ~ 24.6%
G 97 of 309 ~ 31.39%
B 136 of 309 ~ 44.01'%

%24.6
%31.39
%44.01

CMYK color model

#4C6188 color CMYK value is (44,29,0,47).

  • cyan value is 44.12%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (44,29,0,47)
C44M29Y0K47 (44%, 29%, 0%, 47%)
(0.44 / 0.29 / 0.00 / 0.47)

CMYK percentages

%44.12
%28.68
%0
%46.67

Codes

Color #4C6188 in popluar color models

4C 61 88
RGB 76 97 136
HSL 219° 28.30% 41.57%
HSB/HSV 219° 44.12% 53.33%
CMYK 44.12% 28.68% 0.00%
46.67%

Color #4C6188 in popluar number systems.

HEX 4C 61 88
Decimal 76 97 136
Binary 1001100 1100001 10001000
Octal 114 141 210

Shades and tints

Shades of #4C6188

#4C6188
(76,97,136)
#46597C
(70,89,124)
#405170
(64,81,112)
#3A4964
(58,73,100)
#344158
(52,65,88)
#2E394C
(46,57,76)
#283140
(40,49,64)
#222934
(34,41,52)
#1C2128
(28,33,40)
#16191C
(22,25,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #4C6188

#4C6188
(76,97,136)
#5C6F92
(92,111,146)
#6C7D9C
(108,125,156)
#7C8BA6
(124,139,166)
#8C99B0
(140,153,176)
#9CA7BA
(156,167,186)
#ACB5C4
(172,181,196)
#BCC3CE
(188,195,206)
#CCD1D8
(204,209,216)
#DCDFE2
(220,223,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6188; }

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

This text font color is #4C6188.

Background Color

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

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

This div background color is #4C6188.

Border color

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

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

This div border color is #4C6188.

Opacity

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

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

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

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

This text has shadow with #4C6188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6188.

Preview

Color preview on black background

This text has color #4C6188 on black background.


Color preview on white background

This text has color #4C6188 on white background.


Black color preview on #4C6188 background

This text has black color on #4C6188 background.


White color preview on #4C6188 background

This text has white color on #4C6188 background.


Related colors

Complementary color

Complementary color for #hex is #B39E77.


I love getcolorcode.com

Triadic colors

1 #884C61 and #61884C with #4C6188 are triadic colors.

2 #88614C and #614C88 with #4C6188 are triadic colors.