COLOR #4C6689

HEX: #4C6689
RGB: (76,102,137)

Color info

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

RGB color model

#4C6689 color RGB value is (76,102,137).

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

RGB channels and saturation

R 76 of 255 = 30%
G 102 of 255 = 40%
B 137 of 255 = 54%

76
102
137

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

Portions of RGB colors in percentages

R + G + B =
76 + 102 + 137 = 315 (100%)
R 76 of 315 ~ 24.13%
G 102 of 315 ~ 32.38%
B 137 of 315 ~ 43.49%

%24.13
%32.38
%43.49

CMYK color model

#4C6689 color CMYK value is (45,26,0,46).

  • cyan value is 44.53%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(45,26,0,46)
C45M26Y0K46 
(45%,26%,0%,46%)
(0.45/0.26/0.00/0.46)	

CMYK percentages

%44.53
%25.55
%0
%46.27

Codes

Color #4C6689 in popluar color models

4C6689
RGB76102137
HSL214°28.64%41.76%
HSB/HSV214°44.53%53.73%
CMYK44.53%25.55%0.00%
46.27%

Color #4C6689 in popluar number systems.

HEX4C6689
Decimal76102137
Binary1001100110011010001001
Octal114146211

Shades and tints

Shades of #4C6689

#4C6689
(76,102,137)
#465D7D
(70,93,125)
#405471
(64,84,113)
#3A4B65
(58,75,101)
#344259
(52,66,89)
#2E394D
(46,57,77)
#283041
(40,48,65)
#222735
(34,39,53)
#1C1E29
(28,30,41)
#16151D
(22,21,29)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C6689

#4C6689
(76,102,137)
#5C7393
(92,115,147)
#6C809D
(108,128,157)
#7C8DA7
(124,141,167)
#8C9AB1
(140,154,177)
#9CA7BB
(156,167,187)
#ACB4C5
(172,180,197)
#BCC1CF
(188,193,207)
#CCCED9
(204,206,217)
#DCDBE3
(220,219,227)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6689; }

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

This text font color is #4C6689.


Background Color

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

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

This div background color is #4C6689.


Border color

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

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

This div border color is #4C6689.


Opacity

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

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

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

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

This text has shadow with #4C6689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6689 on black background.


Color preview on white background

This text has color #4C6689 on white background.



Black color preview on #4C6689 background

This text has black color on #4C6689 background.


White color preview on #4C6689 background

This text has white color on #4C6689 background.