COLOR #4D8AC3

HEX: #4D8AC3
RGB: (77,138,195)

Color info

#4D8AC3 contains mainly green and blue colors. Web safe color of #4D8AC3 is #3399CC (or #39C).

RGB color model

#4D8AC3 color RGB value is (77,138,195).

  • red value is 77;
  • green value is 138;
  • blue value is 195.
RGB:
(77,138,195)
(30%,54%,76%)

RGB channels and saturation

R 77 of 255 = 30%
G 138 of 255 = 54%
B 195 of 255 = 76%

77
138
195

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

Portions of RGB colors in percentages

R + G + B =
77 + 138 + 195 = 410 (100%)
R 77 of 410 ~ 18.78%
G 138 of 410 ~ 33.66%
B 195 of 410 ~ 47.56%

%18.78
%33.66
%47.56

CMYK color model

#4D8AC3 color CMYK value is (61,29,0,24).

  • cyan value is 60.51%
  • magenta value is 29.23%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(61,29,0,24)
C61M29Y0K24 
(61%,29%,0%,24%)
(0.61/0.29/0.00/0.24)	

CMYK percentages

%60.51
%29.23
%0
%23.53

Codes

Color #4D8AC3 in popluar color models

4D8AC3
RGB77138195
HSL209°49.58%53.33%
HSB/HSV209°60.51%76.47%
CMYK60.51%29.23%0.00%
23.53%

Color #4D8AC3 in popluar number systems.

HEX4D8AC3
Decimal77138195
Binary10011011000101011000011
Octal115212303

Shades and tints

Shades of #4D8AC3

#4D8AC3
(77,138,195)
#467EB2
(70,126,178)
#3F72A1
(63,114,161)
#386690
(56,102,144)
#315A7F
(49,90,127)
#2A4E6E
(42,78,110)
#23425D
(35,66,93)
#1C364C
(28,54,76)
#152A3B
(21,42,59)
#0E1E2A
(14,30,42)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #4D8AC3

#4D8AC3
(77,138,195)
#5D94C8
(93,148,200)
#6D9ECD
(109,158,205)
#7DA8D2
(125,168,210)
#8DB2D7
(141,178,215)
#9DBCDC
(157,188,220)
#ADC6E1
(173,198,225)
#BDD0E6
(189,208,230)
#CDDAEB
(205,218,235)
#DDE4F0
(221,228,240)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8AC3 color. Also use rgb(77,138,195) instead hex code.

Text Font Color

.myTextColor { color: #4D8AC3; }

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

This text font color is #4D8AC3.


Background Color

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

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

This div background color is #4D8AC3.


Border color

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

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

This div border color is #4D8AC3.


Opacity

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

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

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

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

This text has shadow with #4D8AC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8AC3 on black background.


Color preview on white background

This text has color #4D8AC3 on white background.



Black color preview on #4D8AC3 background

This text has black color on #4D8AC3 background.


White color preview on #4D8AC3 background

This text has white color on #4D8AC3 background.