COLOR #4C6884

HEX: #4C6884 RGB: (76,104,132)

Color info

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

RGB color model

#4C6884 color RGB value is (76,104,132).

RGB: (76,104,132) (30%, 41%, 52%)

RGB channels and saturation

R 76 of 255 = 30%
G 104 of 255 = 41%
B 132 of 255 = 52%

76
104
132

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

Portions of RGB colors in percentages

R + G + B = 76 + 104 + 132 = 312 (100%)
R 76 of 312 ~ 24.36%
G 104 of 312 ~ 33.33%
B 132 of 312 ~ 42.31'%

%24.36
%33.33
%42.31

CMYK color model

#4C6884 color CMYK value is (42,21,0,48).

  • cyan value is 42.42%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (42,21,0,48)
C42M21Y0K48 (42%, 21%, 0%, 48%)
(0.42 / 0.21 / 0.00 / 0.48)

CMYK percentages

%42.42
%21.21
%0
%48.24

Codes

Color #4C6884 in popluar color models

4C 68 84
RGB 76 104 132
HSL 210° 26.92% 40.78%
HSB/HSV 210° 42.42% 51.76%
CMYK 42.42% 21.21% 0.00%
48.24%

Color #4C6884 in popluar number systems.

HEX 4C 68 84
Decimal 76 104 132
Binary 1001100 1101000 10000100
Octal 114 150 204

Shades and tints

Shades of #4C6884

#4C6884
(76,104,132)
#465F78
(70,95,120)
#40566C
(64,86,108)
#3A4D60
(58,77,96)
#344454
(52,68,84)
#2E3B48
(46,59,72)
#28323C
(40,50,60)
#222930
(34,41,48)
#1C2024
(28,32,36)
#161718
(22,23,24)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #4C6884

#4C6884
(76,104,132)
#5C758F
(92,117,143)
#6C829A
(108,130,154)
#7C8FA5
(124,143,165)
#8C9CB0
(140,156,176)
#9CA9BB
(156,169,187)
#ACB6C6
(172,182,198)
#BCC3D1
(188,195,209)
#CCD0DC
(204,208,220)
#DCDDE7
(220,221,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6884; }

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

This text font color is #4C6884.

Background Color

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

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

This div background color is #4C6884.

Border color

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

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

This div border color is #4C6884.

Opacity

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

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

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

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

This text has shadow with #4C6884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6884.

Preview

Color preview on black background

This text has color #4C6884 on black background.


Color preview on white background

This text has color #4C6884 on white background.


Black color preview on #4C6884 background

This text has black color on #4C6884 background.


White color preview on #4C6884 background

This text has white color on #4C6884 background.


Related colors

Complementary color

Complementary color for #hex is #B3977B.


I love getcolorcode.com

Triadic colors

1 #844C68 and #68844C with #4C6884 are triadic colors.

2 #84684C and #684C84 with #4C6884 are triadic colors.