COLOR #4C6FA4

HEX: #4C6FA4
RGB: (76,111,164)

Color info

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

RGB color model

#4C6FA4 color RGB value is (76,111,164).

  • red value is 76;
  • green value is 111;
  • blue value is 164.
RGB:
(76,111,164)
(30%,44%,64%)

RGB channels and saturation

R 76 of 255 = 30%
G 111 of 255 = 44%
B 164 of 255 = 64%

76
111
164

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

Portions of RGB colors in percentages

R + G + B =
76 + 111 + 164 = 351 (100%)
R 76 of 351 ~ 21.65%
G 111 of 351 ~ 31.62%
B 164 of 351 ~ 46.72%

%21.65
%31.62
%46.72

CMYK color model

#4C6FA4 color CMYK value is (54,32,0,36).

  • cyan value is 53.66%
  • magenta value is 32.32%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(54,32,0,36)
C54M32Y0K36 
(54%,32%,0%,36%)
(0.54/0.32/0.00/0.36)	

CMYK percentages

%53.66
%32.32
%0
%35.69

Codes

Color #4C6FA4 in popluar color models

4C6FA4
RGB76111164
HSL216°36.67%47.06%
HSB/HSV216°53.66%64.31%
CMYK53.66%32.32%0.00%
35.69%

Color #4C6FA4 in popluar number systems.

HEX4C6FA4
Decimal76111164
Binary1001100110111110100100
Octal114157244

Shades and tints

Shades of #4C6FA4

#4C6FA4
(76,111,164)
#466596
(70,101,150)
#405B88
(64,91,136)
#3A517A
(58,81,122)
#34476C
(52,71,108)
#2E3D5E
(46,61,94)
#283350
(40,51,80)
#222942
(34,41,66)
#1C1F34
(28,31,52)
#161526
(22,21,38)
#100B18
(16,11,24)
#000000
(0,0,0)

Tints of #4C6FA4

#4C6FA4
(76,111,164)
#5C7CAC
(92,124,172)
#6C89B4
(108,137,180)
#7C96BC
(124,150,188)
#8CA3C4
(140,163,196)
#9CB0CC
(156,176,204)
#ACBDD4
(172,189,212)
#BCCADC
(188,202,220)
#CCD7E4
(204,215,228)
#DCE4EC
(220,228,236)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6FA4 color. Also use rgb(76,111,164) instead hex code.

Text Font Color

.myTextColor { color: #4C6FA4; }

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

This text font color is #4C6FA4.


Background Color

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

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

This div background color is #4C6FA4.


Border color

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

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

This div border color is #4C6FA4.


Opacity

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

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

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

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

This text has shadow with #4C6FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6FA4 on black background.


Color preview on white background

This text has color #4C6FA4 on white background.



Black color preview on #4C6FA4 background

This text has black color on #4C6FA4 background.


White color preview on #4C6FA4 background

This text has white color on #4C6FA4 background.