COLOR #4C6E9A

HEX: #4C6E9A
RGB: (76,110,154)

Color info

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

RGB color model

#4C6E9A color RGB value is (76,110,154).

  • red value is 76;
  • green value is 110;
  • blue value is 154.
RGB:
(76,110,154)
(30%,43%,60%)

RGB channels and saturation

R 76 of 255 = 30%
G 110 of 255 = 43%
B 154 of 255 = 60%

76
110
154

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

Portions of RGB colors in percentages

R + G + B =
76 + 110 + 154 = 340 (100%)
R 76 of 340 ~ 22.35%
G 110 of 340 ~ 32.35%
B 154 of 340 ~ 45.29%

%22.35
%32.35
%45.29

CMYK color model

#4C6E9A color CMYK value is (51,29,0,40).

  • cyan value is 50.65%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(51,29,0,40)
C51M29Y0K40 
(51%,29%,0%,40%)
(0.51/0.29/0.00/0.40)	

CMYK percentages

%50.65
%28.57
%0
%39.61

Codes

Color #4C6E9A in popluar color models

4C6E9A
RGB76110154
HSL214°33.91%45.10%
HSB/HSV214°50.65%60.39%
CMYK50.65%28.57%0.00%
39.61%

Color #4C6E9A in popluar number systems.

HEX4C6E9A
Decimal76110154
Binary1001100110111010011010
Octal114156232

Shades and tints

Shades of #4C6E9A

#4C6E9A
(76,110,154)
#46648C
(70,100,140)
#405A7E
(64,90,126)
#3A5070
(58,80,112)
#344662
(52,70,98)
#2E3C54
(46,60,84)
#283246
(40,50,70)
#222838
(34,40,56)
#1C1E2A
(28,30,42)
#16141C
(22,20,28)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #4C6E9A

#4C6E9A
(76,110,154)
#5C7BA3
(92,123,163)
#6C88AC
(108,136,172)
#7C95B5
(124,149,181)
#8CA2BE
(140,162,190)
#9CAFC7
(156,175,199)
#ACBCD0
(172,188,208)
#BCC9D9
(188,201,217)
#CCD6E2
(204,214,226)
#DCE3EB
(220,227,235)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6E9A color. Also use rgb(76,110,154) instead hex code.

Text Font Color

.myTextColor { color: #4C6E9A; }

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

This text font color is #4C6E9A.


Background Color

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

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

This div background color is #4C6E9A.


Border color

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

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

This div border color is #4C6E9A.


Opacity

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

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

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

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

This text has shadow with #4C6E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6E9A on black background.


Color preview on white background

This text has color #4C6E9A on white background.



Black color preview on #4C6E9A background

This text has black color on #4C6E9A background.


White color preview on #4C6E9A background

This text has white color on #4C6E9A background.