COLOR #4D6DA2

HEX: #4D6DA2
RGB: (77,109,162)

Color info

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

RGB color model

#4D6DA2 color RGB value is (77,109,162).

  • red value is 77;
  • green value is 109;
  • blue value is 162.
RGB:
(77,109,162)
(30%,43%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 109 of 255 = 43%
B 162 of 255 = 64%

77
109
162

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

Portions of RGB colors in percentages

R + G + B =
77 + 109 + 162 = 348 (100%)
R 77 of 348 ~ 22.13%
G 109 of 348 ~ 31.32%
B 162 of 348 ~ 46.55%

%22.13
%31.32
%46.55

CMYK color model

#4D6DA2 color CMYK value is (52,33,0,36).

  • cyan value is 52.47%
  • magenta value is 32.72%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(52,33,0,36)
C52M33Y0K36 
(52%,33%,0%,36%)
(0.52/0.33/0.00/0.36)	

CMYK percentages

%52.47
%32.72
%0
%36.47

Codes

Color #4D6DA2 in popluar color models

4D6DA2
RGB77109162
HSL217°35.56%46.86%
HSB/HSV217°52.47%63.53%
CMYK52.47%32.72%0.00%
36.47%

Color #4D6DA2 in popluar number systems.

HEX4D6DA2
Decimal77109162
Binary1001101110110110100010
Octal115155242

Shades and tints

Shades of #4D6DA2

#4D6DA2
(77,109,162)
#466494
(70,100,148)
#3F5B86
(63,91,134)
#385278
(56,82,120)
#31496A
(49,73,106)
#2A405C
(42,64,92)
#23374E
(35,55,78)
#1C2E40
(28,46,64)
#152532
(21,37,50)
#0E1C24
(14,28,36)
#071316
(7,19,22)
#000000
(0,0,0)

Tints of #4D6DA2

#4D6DA2
(77,109,162)
#5D7AAA
(93,122,170)
#6D87B2
(109,135,178)
#7D94BA
(125,148,186)
#8DA1C2
(141,161,194)
#9DAECA
(157,174,202)
#ADBBD2
(173,187,210)
#BDC8DA
(189,200,218)
#CDD5E2
(205,213,226)
#DDE2EA
(221,226,234)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6DA2 color. Also use rgb(77,109,162) instead hex code.

Text Font Color

.myTextColor { color: #4D6DA2; }

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

This text font color is #4D6DA2.


Background Color

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

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

This div background color is #4D6DA2.


Border color

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

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

This div border color is #4D6DA2.


Opacity

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

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

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

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

This text has shadow with #4D6DA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6DA2 on black background.


Color preview on white background

This text has color #4D6DA2 on white background.



Black color preview on #4D6DA2 background

This text has black color on #4D6DA2 background.


White color preview on #4D6DA2 background

This text has white color on #4D6DA2 background.