COLOR #4C6088

HEX: #4C6088 RGB: (76,96,136)

Color info

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

RGB color model

#4C6088 color RGB value is (76,96,136).

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

RGB channels and saturation

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

76
96
136

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

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 136 = 308 (100%)
R 76 of 308 ~ 24.68%
G 96 of 308 ~ 31.17%
B 136 of 308 ~ 44.16'%

%24.68
%31.17
%44.16

CMYK color model

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

  • cyan value is 44.12%
  • magenta value is 29.41%
  • 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
%29.41
%0
%46.67

Codes

Color #4C6088 in popluar color models

4C 60 88
RGB 76 96 136
HSL 220° 28.30% 41.57%
HSB/HSV 220° 44.12% 53.33%
CMYK 44.12% 29.41% 0.00%
46.67%

Color #4C6088 in popluar number systems.

HEX 4C 60 88
Decimal 76 96 136
Binary 1001100 1100000 10001000
Octal 114 140 210

Shades and tints

Shades of #4C6088

#4C6088
(76,96,136)
#46587C
(70,88,124)
#405070
(64,80,112)
#3A4864
(58,72,100)
#344058
(52,64,88)
#2E384C
(46,56,76)
#283040
(40,48,64)
#222834
(34,40,52)
#1C2028
(28,32,40)
#16181C
(22,24,28)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #4C6088

#4C6088
(76,96,136)
#5C6E92
(92,110,146)
#6C7C9C
(108,124,156)
#7C8AA6
(124,138,166)
#8C98B0
(140,152,176)
#9CA6BA
(156,166,186)
#ACB4C4
(172,180,196)
#BCC2CE
(188,194,206)
#CCD0D8
(204,208,216)
#DCDEE2
(220,222,226)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6088; }

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

This text font color is #4C6088.

Background Color

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

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

This div background color is #4C6088.

Border color

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

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

This div border color is #4C6088.

Opacity

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

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

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

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

This text has shadow with #4C6088 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6088.

Preview

Color preview on black background

This text has color #4C6088 on black background.


Color preview on white background

This text has color #4C6088 on white background.


Black color preview on #4C6088 background

This text has black color on #4C6088 background.


White color preview on #4C6088 background

This text has white color on #4C6088 background.


Related colors

Complementary color

Complementary color for #hex is #B39F77.


I love getcolorcode.com

Triadic colors

1 #884C60 and #60884C with #4C6088 are triadic colors.

2 #88604C and #604C88 with #4C6088 are triadic colors.