COLOR #4D7286

HEX: #4D7286
RGB: (77,114,134)

Color info

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

RGB color model

#4D7286 color RGB value is (77,114,134).

  • red value is 77;
  • green value is 114;
  • blue value is 134.
RGB:
(77,114,134)
(30%,45%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 134 of 255 = 53%

77
114
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 134 = 325 (100%)
R 77 of 325 ~ 23.69%
G 114 of 325 ~ 35.08%
B 134 of 325 ~ 41.23%

%23.69
%35.08
%41.23

CMYK color model

#4D7286 color CMYK value is (43,15,0,47).

  • cyan value is 42.54%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(43,15,0,47)
C43M15Y0K47 
(43%,15%,0%,47%)
(0.43/0.15/0.00/0.47)	

CMYK percentages

%42.54
%14.93
%0
%47.45

Codes

Color #4D7286 in popluar color models

4D7286
RGB77114134
HSL201°27.01%41.37%
HSB/HSV201°42.54%52.55%
CMYK42.54%14.93%0.00%
47.45%

Color #4D7286 in popluar number systems.

HEX4D7286
Decimal77114134
Binary1001101111001010000110
Octal115162206

Shades and tints

Shades of #4D7286

#4D7286
(77,114,134)
#46687A
(70,104,122)
#3F5E6E
(63,94,110)
#385462
(56,84,98)
#314A56
(49,74,86)
#2A404A
(42,64,74)
#23363E
(35,54,62)
#1C2C32
(28,44,50)
#152226
(21,34,38)
#0E181A
(14,24,26)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D7286

#4D7286
(77,114,134)
#5D7E91
(93,126,145)
#6D8A9C
(109,138,156)
#7D96A7
(125,150,167)
#8DA2B2
(141,162,178)
#9DAEBD
(157,174,189)
#ADBAC8
(173,186,200)
#BDC6D3
(189,198,211)
#CDD2DE
(205,210,222)
#DDDEE9
(221,222,233)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7286 color. Also use rgb(77,114,134) instead hex code.

Text Font Color

.myTextColor { color: #4D7286; }

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

This text font color is #4D7286.


Background Color

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

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

This div background color is #4D7286.


Border color

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

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

This div border color is #4D7286.


Opacity

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

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

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

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

This text has shadow with #4D7286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7286 on black background.


Color preview on white background

This text has color #4D7286 on white background.



Black color preview on #4D7286 background

This text has black color on #4D7286 background.


White color preview on #4D7286 background

This text has white color on #4D7286 background.