COLOR #4D8CAD

HEX: #4D8CAD
RGB: (77,140,173)

Color info

#4D8CAD contains mainly green and blue colors. Web safe color of #4D8CAD is #339999 (or #399).

RGB color model

#4D8CAD color RGB value is (77,140,173).

  • red value is 77;
  • green value is 140;
  • blue value is 173.
RGB:
(77,140,173)
(30%,55%,68%)

RGB channels and saturation

R 77 of 255 = 30%
G 140 of 255 = 55%
B 173 of 255 = 68%

77
140
173

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

Portions of RGB colors in percentages

R + G + B =
77 + 140 + 173 = 390 (100%)
R 77 of 390 ~ 19.74%
G 140 of 390 ~ 35.9%
B 173 of 390 ~ 44.36%

%19.74
%35.9
%44.36

CMYK color model

#4D8CAD color CMYK value is (55,19,0,32).

  • cyan value is 55.49%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(55,19,0,32)
C55M19Y0K32 
(55%,19%,0%,32%)
(0.55/0.19/0.00/0.32)	

CMYK percentages

%55.49
%19.08
%0
%32.16

Codes

Color #4D8CAD in popluar color models

4D8CAD
RGB77140173
HSL201°38.40%49.02%
HSB/HSV201°55.49%67.84%
CMYK55.49%19.08%0.00%
32.16%

Color #4D8CAD in popluar number systems.

HEX4D8CAD
Decimal77140173
Binary10011011000110010101101
Octal115214255

Shades and tints

Shades of #4D8CAD

#4D8CAD
(77,140,173)
#46809E
(70,128,158)
#3F748F
(63,116,143)
#386880
(56,104,128)
#315C71
(49,92,113)
#2A5062
(42,80,98)
#234453
(35,68,83)
#1C3844
(28,56,68)
#152C35
(21,44,53)
#0E2026
(14,32,38)
#071417
(7,20,23)
#000000
(0,0,0)

Tints of #4D8CAD

#4D8CAD
(77,140,173)
#5D96B4
(93,150,180)
#6DA0BB
(109,160,187)
#7DAAC2
(125,170,194)
#8DB4C9
(141,180,201)
#9DBED0
(157,190,208)
#ADC8D7
(173,200,215)
#BDD2DE
(189,210,222)
#CDDCE5
(205,220,229)
#DDE6EC
(221,230,236)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8CAD color. Also use rgb(77,140,173) instead hex code.

Text Font Color

.myTextColor { color: #4D8CAD; }

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

This text font color is #4D8CAD.


Background Color

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

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

This div background color is #4D8CAD.


Border color

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

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

This div border color is #4D8CAD.


Opacity

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

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

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

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

This text has shadow with #4D8CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8CAD on black background.


Color preview on white background

This text has color #4D8CAD on white background.



Black color preview on #4D8CAD background

This text has black color on #4D8CAD background.


White color preview on #4D8CAD background

This text has white color on #4D8CAD background.