COLOR #4D93AB

HEX: #4D93AB RGB: (77,147,171)

Color info

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

RGB color model

#4D93AB color RGB value is (77,147,171).

RGB: (77,147,171) (30%, 58%, 67%)

RGB channels and saturation

R 77 of 255 = 30%
G 147 of 255 = 58%
B 171 of 255 = 67%

77
147
171

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

Portions of RGB colors in percentages

R + G + B = 77 + 147 + 171 = 395 (100%)
R 77 of 395 ~ 19.49%
G 147 of 395 ~ 37.22%
B 171 of 395 ~ 43.29'%

%19.49
%37.22
%43.29

CMYK color model

#4D93AB color CMYK value is (55,14,0,33).

  • cyan value is 54.97%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (55,14,0,33) C55M14Y0K33 (55%,14%,0%,33%) (0.55/0.14/0.00/0.33) 

CMYK percentages

%54.97
%14.04
%0
%32.94

Codes

Color #4D93AB in popluar color models

4D 93 AB
RGB 77 147 171
HSL 195° 37.90% 48.63%
HSB/HSV 195° 54.97% 67.06%
CMYK 54.97% 14.04% 0.00%
32.94%

Color #4D93AB in popluar number systems.

HEX 4D 93 AB
Decimal 77 147 171
Binary 1001101 10010011 10101011
Octal 115 223 253

Shades and tints

Shades of #4D93AB

#4D93AB
(77,147,171)
#46869C
(70,134,156)
#3F798D
(63,121,141)
#386C7E
(56,108,126)
#315F6F
(49,95,111)
#2A5260
(42,82,96)
#234551
(35,69,81)
#1C3842
(28,56,66)
#152B33
(21,43,51)
#0E1E24
(14,30,36)
#071115
(7,17,21)
#000000
(0,0,0)

Tints of #4D93AB

#4D93AB
(77,147,171)
#5D9CB2
(93,156,178)
#6DA5B9
(109,165,185)
#7DAEC0
(125,174,192)
#8DB7C7
(141,183,199)
#9DC0CE
(157,192,206)
#ADC9D5
(173,201,213)
#BDD2DC
(189,210,220)
#CDDBE3
(205,219,227)
#DDE4EA
(221,228,234)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D93AB color. Also use rgb(77,147,171) instead hex code.

Text Font Color

.myTextColor { color: #4D93AB; }

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

This text font color is #4D93AB.

Background Color

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

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

This div background color is #4D93AB.

Border color

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

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

This div border color is #4D93AB.

Opacity

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

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

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

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

This text has shadow with #4D93AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D93AB.

Preview

Color preview on black background

This text has color #4D93AB on black background.


Color preview on white background

This text has color #4D93AB on white background.


Black color preview on #4D93AB background

This text has black color on #4D93AB background.


White color preview on #4D93AB background

This text has white color on #4D93AB background.


Related colors

Complementary color

Complementary color for #hex is #B26C54.


I love getcolorcode.com

Triadic colors

1 #AB4D93 and #93AB4D with #4D93AB are triadic colors.

2 #AB934D and #934DAB with #4D93AB are triadic colors.