COLOR #4C6494

HEX: #4C6494 RGB: (76,100,148)

Color info

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

RGB color model

#4C6494 color RGB value is (76,100,148).

RGB: (76,100,148) (30%, 39%, 58%)

RGB channels and saturation

R 76 of 255 = 30%
G 100 of 255 = 39%
B 148 of 255 = 58%

76
100
148

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

Portions of RGB colors in percentages

R + G + B = 76 + 100 + 148 = 324 (100%)
R 76 of 324 ~ 23.46%
G 100 of 324 ~ 30.86%
B 148 of 324 ~ 45.68'%

%23.46
%30.86
%45.68

CMYK color model

#4C6494 color CMYK value is (49,32,0,42).

  • cyan value is 48.65%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK: (49,32,0,42) C49M32Y0K42 (49%,32%,0%,42%) (0.49/0.32/0.00/0.42) 

CMYK percentages

%48.65
%32.43
%0
%41.96

Codes

Color #4C6494 in popluar color models

4C 64 94
RGB 76 100 148
HSL 220° 32.14% 43.92%
HSB/HSV 220° 48.65% 58.04%
CMYK 48.65% 32.43% 0.00%
41.96%

Color #4C6494 in popluar number systems.

HEX 4C 64 94
Decimal 76 100 148
Binary 1001100 1100100 10010100
Octal 114 144 224

Shades and tints

Shades of #4C6494

#4C6494
(76,100,148)
#465B87
(70,91,135)
#40527A
(64,82,122)
#3A496D
(58,73,109)
#344060
(52,64,96)
#2E3753
(46,55,83)
#282E46
(40,46,70)
#222539
(34,37,57)
#1C1C2C
(28,28,44)
#16131F
(22,19,31)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #4C6494

#4C6494
(76,100,148)
#5C729D
(92,114,157)
#6C80A6
(108,128,166)
#7C8EAF
(124,142,175)
#8C9CB8
(140,156,184)
#9CAAC1
(156,170,193)
#ACB8CA
(172,184,202)
#BCC6D3
(188,198,211)
#CCD4DC
(204,212,220)
#DCE2E5
(220,226,229)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6494 color. Also use rgb(76,100,148) instead hex code.

Text Font Color

.myTextColor { color: #4C6494; }

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

This text font color is #4C6494.

Background Color

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

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

This div background color is #4C6494.

Border color

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

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

This div border color is #4C6494.

Opacity

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

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

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

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

This text has shadow with #4C6494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C6494.

Preview

Color preview on black background

This text has color #4C6494 on black background.


Color preview on white background

This text has color #4C6494 on white background.


Black color preview on #4C6494 background

This text has black color on #4C6494 background.


White color preview on #4C6494 background

This text has white color on #4C6494 background.


Related colors

Complementary color

Complementary color for #hex is #B39B6B.


I love getcolorcode.com

Triadic colors

1 #944C64 and #64944C with #4C6494 are triadic colors.

2 #94644C and #644C94 with #4C6494 are triadic colors.