COLOR #4D6895

HEX: #4D6895
RGB: (77,104,149)

Color info

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

RGB color model

#4D6895 color RGB value is (77,104,149).

  • red value is 77;
  • green value is 104;
  • blue value is 149.
RGB:
(77,104,149)
(30%,41%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 149 of 255 = 58%

77
104
149

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

Portions of RGB colors in percentages

R + G + B =
77 + 104 + 149 = 330 (100%)
R 77 of 330 ~ 23.33%
G 104 of 330 ~ 31.52%
B 149 of 330 ~ 45.15%

%23.33
%31.52
%45.15

CMYK color model

#4D6895 color CMYK value is (48,30,0,42).

  • cyan value is 48.32%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(48,30,0,42)
C48M30Y0K42 
(48%,30%,0%,42%)
(0.48/0.30/0.00/0.42)	

CMYK percentages

%48.32
%30.2
%0
%41.57

Codes

Color #4D6895 in popluar color models

4D6895
RGB77104149
HSL218°31.86%44.31%
HSB/HSV218°48.32%58.43%
CMYK48.32%30.20%0.00%
41.57%

Color #4D6895 in popluar number systems.

HEX4D6895
Decimal77104149
Binary1001101110100010010101
Octal115150225

Shades and tints

Shades of #4D6895

#4D6895
(77,104,149)
#465F88
(70,95,136)
#3F567B
(63,86,123)
#384D6E
(56,77,110)
#314461
(49,68,97)
#2A3B54
(42,59,84)
#233247
(35,50,71)
#1C293A
(28,41,58)
#15202D
(21,32,45)
#0E1720
(14,23,32)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D6895

#4D6895
(77,104,149)
#5D759E
(93,117,158)
#6D82A7
(109,130,167)
#7D8FB0
(125,143,176)
#8D9CB9
(141,156,185)
#9DA9C2
(157,169,194)
#ADB6CB
(173,182,203)
#BDC3D4
(189,195,212)
#CDD0DD
(205,208,221)
#DDDDE6
(221,221,230)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6895 color. Also use rgb(77,104,149) instead hex code.

Text Font Color

.myTextColor { color: #4D6895; }

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

This text font color is #4D6895.


Background Color

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

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

This div background color is #4D6895.


Border color

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

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

This div border color is #4D6895.


Opacity

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

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

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

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

This text has shadow with #4D6895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6895 on black background.


Color preview on white background

This text has color #4D6895 on white background.



Black color preview on #4D6895 background

This text has black color on #4D6895 background.


White color preview on #4D6895 background

This text has white color on #4D6895 background.