COLOR #4C6889

HEX: #4C6889
RGB: (76,104,137)

Color info

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

RGB color model

#4C6889 color RGB value is (76,104,137).

  • red value is 76;
  • green value is 104;
  • blue value is 137.
RGB:
(76,104,137)
(30%,41%,54%)

RGB channels and saturation

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

76
104
137

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

Portions of RGB colors in percentages

R + G + B =
76 + 104 + 137 = 317 (100%)
R 76 of 317 ~ 23.97%
G 104 of 317 ~ 32.81%
B 137 of 317 ~ 43.22%

%23.97
%32.81
%43.22

CMYK color model

#4C6889 color CMYK value is (45,24,0,46).

  • cyan value is 44.53%
  • magenta value is 24.09%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,24,0,46)
C45M24Y0K46 
(45%,24%,0%,46%)
(0.45/0.24/0.00/0.46)	

CMYK percentages

%44.53
%24.09
%0
%46.27

Codes

Color #4C6889 in popluar color models

4C6889
RGB76104137
HSL212°28.64%41.76%
HSB/HSV212°44.53%53.73%
CMYK44.53%24.09%0.00%
46.27%

Color #4C6889 in popluar number systems.

HEX4C6889
Decimal76104137
Binary1001100110100010001001
Octal114150211

Shades and tints

Shades of #4C6889

#4C6889
(76,104,137)
#465F7D
(70,95,125)
#405671
(64,86,113)
#3A4D65
(58,77,101)
#344459
(52,68,89)
#2E3B4D
(46,59,77)
#283241
(40,50,65)
#222935
(34,41,53)
#1C2029
(28,32,41)
#16171D
(22,23,29)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #4C6889

#4C6889
(76,104,137)
#5C7593
(92,117,147)
#6C829D
(108,130,157)
#7C8FA7
(124,143,167)
#8C9CB1
(140,156,177)
#9CA9BB
(156,169,187)
#ACB6C5
(172,182,197)
#BCC3CF
(188,195,207)
#CCD0D9
(204,208,217)
#DCDDE3
(220,221,227)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6889; }

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

This text font color is #4C6889.


Background Color

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

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

This div background color is #4C6889.


Border color

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

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

This div border color is #4C6889.


Opacity

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

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

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

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

This text has shadow with #4C6889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6889 on black background.


Color preview on white background

This text has color #4C6889 on white background.



Black color preview on #4C6889 background

This text has black color on #4C6889 background.


White color preview on #4C6889 background

This text has white color on #4C6889 background.