COLOR #4DAFBA

HEX: #4DAFBA
RGB: (77,175,186)

Color info

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

RGB color model

#4DAFBA color RGB value is (77,175,186).

  • red value is 77;
  • green value is 175;
  • blue value is 186.
RGB:
(77,175,186)
(30%,69%,73%)

RGB channels and saturation

R 77 of 255 = 30%
G 175 of 255 = 69%
B 186 of 255 = 73%

77
175
186

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

Portions of RGB colors in percentages

R + G + B =
77 + 175 + 186 = 438 (100%)
R 77 of 438 ~ 17.58%
G 175 of 438 ~ 39.95%
B 186 of 438 ~ 42.47%

%17.58
%39.95
%42.47

CMYK color model

#4DAFBA color CMYK value is (59,6,0,27).

  • cyan value is 58.60%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(59,6,0,27)
C59M6Y0K27 
(59%,6%,0%,27%)
(0.59/0.06/0.00/0.27)	

CMYK percentages

%58.6
%5.91
%0
%27.06

Codes

Color #4DAFBA in popluar color models

4DAFBA
RGB77175186
HSL186°44.13%51.57%
HSB/HSV186°58.60%72.94%
CMYK58.60%5.91%0.00%
27.06%

Color #4DAFBA in popluar number systems.

HEX4DAFBA
Decimal77175186
Binary10011011010111110111010
Octal115257272

Shades and tints

Shades of #4DAFBA

#4DAFBA
(77,175,186)
#46A0AA
(70,160,170)
#3F919A
(63,145,154)
#38828A
(56,130,138)
#31737A
(49,115,122)
#2A646A
(42,100,106)
#23555A
(35,85,90)
#1C464A
(28,70,74)
#15373A
(21,55,58)
#0E282A
(14,40,42)
#07191A
(7,25,26)
#000000
(0,0,0)

Tints of #4DAFBA

#4DAFBA
(77,175,186)
#5DB6C0
(93,182,192)
#6DBDC6
(109,189,198)
#7DC4CC
(125,196,204)
#8DCBD2
(141,203,210)
#9DD2D8
(157,210,216)
#ADD9DE
(173,217,222)
#BDE0E4
(189,224,228)
#CDE7EA
(205,231,234)
#DDEEF0
(221,238,240)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DAFBA color. Also use rgb(77,175,186) instead hex code.

Text Font Color

.myTextColor { color: #4DAFBA; }

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

This text font color is #4DAFBA.


Background Color

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

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

This div background color is #4DAFBA.


Border color

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

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

This div border color is #4DAFBA.


Opacity

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

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

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

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

This text has shadow with #4DAFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DAFBA on black background.


Color preview on white background

This text has color #4DAFBA on white background.



Black color preview on #4DAFBA background

This text has black color on #4DAFBA background.


White color preview on #4DAFBA background

This text has white color on #4DAFBA background.