COLOR #4D6A88

HEX: #4D6A88
RGB: (77,106,136)

Color info

#4D6A88 contains red, green and blue colors in about the same proportion. Web safe color of #4D6A88 is #336699 (or #369).

RGB color model

#4D6A88 color RGB value is (77,106,136).

  • red value is 77;
  • green value is 106;
  • blue value is 136.
RGB:
(77,106,136)
(30%,42%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 106 of 255 = 42%
B 136 of 255 = 53%

77
106
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 106 + 136 = 319 (100%)
R 77 of 319 ~ 24.14%
G 106 of 319 ~ 33.23%
B 136 of 319 ~ 42.63%

%24.14
%33.23
%42.63

CMYK color model

#4D6A88 color CMYK value is (43,22,0,47).

  • cyan value is 43.38%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(43,22,0,47)
C43M22Y0K47 
(43%,22%,0%,47%)
(0.43/0.22/0.00/0.47)	

CMYK percentages

%43.38
%22.06
%0
%46.67

Codes

Color #4D6A88 in popluar color models

4D6A88
RGB77106136
HSL211°27.70%41.76%
HSB/HSV211°43.38%53.33%
CMYK43.38%22.06%0.00%
46.67%

Color #4D6A88 in popluar number systems.

HEX4D6A88
Decimal77106136
Binary1001101110101010001000
Octal115152210

Shades and tints

Shades of #4D6A88

#4D6A88
(77,106,136)
#46617C
(70,97,124)
#3F5870
(63,88,112)
#384F64
(56,79,100)
#314658
(49,70,88)
#2A3D4C
(42,61,76)
#233440
(35,52,64)
#1C2B34
(28,43,52)
#152228
(21,34,40)
#0E191C
(14,25,28)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #4D6A88

#4D6A88
(77,106,136)
#5D7792
(93,119,146)
#6D849C
(109,132,156)
#7D91A6
(125,145,166)
#8D9EB0
(141,158,176)
#9DABBA
(157,171,186)
#ADB8C4
(173,184,196)
#BDC5CE
(189,197,206)
#CDD2D8
(205,210,216)
#DDDFE2
(221,223,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6A88 color. Also use rgb(77,106,136) instead hex code.

Text Font Color

.myTextColor { color: #4D6A88; }

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

This text font color is #4D6A88.


Background Color

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

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

This div background color is #4D6A88.


Border color

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

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

This div border color is #4D6A88.


Opacity

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

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

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

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

This text has shadow with #4D6A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6A88 on black background.


Color preview on white background

This text has color #4D6A88 on white background.



Black color preview on #4D6A88 background

This text has black color on #4D6A88 background.


White color preview on #4D6A88 background

This text has white color on #4D6A88 background.