COLOR #4C6991

HEX: #4C6991 RGB: (76,105,145)

Color info

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

RGB color model

#4C6991 color RGB value is (76,105,145).

RGB: (76,105,145) (30%, 41%, 57%)

RGB channels and saturation

R 76 of 255 = 30%
G 105 of 255 = 41%
B 145 of 255 = 57%

76
105
145

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

Portions of RGB colors in percentages

R + G + B = 76 + 105 + 145 = 326 (100%)
R 76 of 326 ~ 23.31%
G 105 of 326 ~ 32.21%
B 145 of 326 ~ 44.48'%

%23.31
%32.21
%44.48

CMYK color model

#4C6991 color CMYK value is (48,28,0,43).

  • cyan value is 47.59%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (48,28,0,43) C48M28Y0K43 (48%,28%,0%,43%) (0.48/0.28/0.00/0.43) 

CMYK percentages

%47.59
%27.59
%0
%43.14

Codes

Color #4C6991 in popluar color models

4C 69 91
RGB 76 105 145
HSL 215° 31.22% 43.33%
HSB/HSV 215° 47.59% 56.86%
CMYK 47.59% 27.59% 0.00%
43.14%

Color #4C6991 in popluar number systems.

HEX 4C 69 91
Decimal 76 105 145
Binary 1001100 1101001 10010001
Octal 114 151 221

Shades and tints

Shades of #4C6991

#4C6991
(76,105,145)
#466084
(70,96,132)
#405777
(64,87,119)
#3A4E6A
(58,78,106)
#34455D
(52,69,93)
#2E3C50
(46,60,80)
#283343
(40,51,67)
#222A36
(34,42,54)
#1C2129
(28,33,41)
#16181C
(22,24,28)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #4C6991

#4C6991
(76,105,145)
#5C769B
(92,118,155)
#6C83A5
(108,131,165)
#7C90AF
(124,144,175)
#8C9DB9
(140,157,185)
#9CAAC3
(156,170,195)
#ACB7CD
(172,183,205)
#BCC4D7
(188,196,215)
#CCD1E1
(204,209,225)
#DCDEEB
(220,222,235)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6991 color. Also use rgb(76,105,145) instead hex code.

Text Font Color

.myTextColor { color: #4C6991; }

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

This text font color is #4C6991.

Background Color

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

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

This div background color is #4C6991.

Border color

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

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

This div border color is #4C6991.

Opacity

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

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

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

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

This text has shadow with #4C6991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6991.

Preview

Color preview on black background

This text has color #4C6991 on black background.


Color preview on white background

This text has color #4C6991 on white background.


Black color preview on #4C6991 background

This text has black color on #4C6991 background.


White color preview on #4C6991 background

This text has white color on #4C6991 background.


Related colors

Complementary color

Complementary color for #hex is #B3966E.


I love getcolorcode.com

Triadic colors

1 #914C69 and #69914C with #4C6991 are triadic colors.

2 #91694C and #694C91 with #4C6991 are triadic colors.