COLOR #4DA5C0

HEX: #4DA5C0
RGB: (77,165,192)

Color info

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

RGB color model

#4DA5C0 color RGB value is (77,165,192).

  • red value is 77;
  • green value is 165;
  • blue value is 192.
RGB:
(77,165,192)
(30%,65%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 165 of 255 = 65%
B 192 of 255 = 75%

77
165
192

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

Portions of RGB colors in percentages

R + G + B =
77 + 165 + 192 = 434 (100%)
R 77 of 434 ~ 17.74%
G 165 of 434 ~ 38.02%
B 192 of 434 ~ 44.24%

%17.74
%38.02
%44.24

CMYK color model

#4DA5C0 color CMYK value is (60,14,0,25).

  • cyan value is 59.90%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(60,14,0,25)
C60M14Y0K25 
(60%,14%,0%,25%)
(0.60/0.14/0.00/0.25)	

CMYK percentages

%59.9
%14.06
%0
%24.71

Codes

Color #4DA5C0 in popluar color models

4DA5C0
RGB77165192
HSL194°47.72%52.75%
HSB/HSV194°59.90%75.29%
CMYK59.90%14.06%0.00%
24.71%

Color #4DA5C0 in popluar number systems.

HEX4DA5C0
Decimal77165192
Binary10011011010010111000000
Octal115245300

Shades and tints

Shades of #4DA5C0

#4DA5C0
(77,165,192)
#4696AF
(70,150,175)
#3F879E
(63,135,158)
#38788D
(56,120,141)
#31697C
(49,105,124)
#2A5A6B
(42,90,107)
#234B5A
(35,75,90)
#1C3C49
(28,60,73)
#152D38
(21,45,56)
#0E1E27
(14,30,39)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #4DA5C0

#4DA5C0
(77,165,192)
#5DADC5
(93,173,197)
#6DB5CA
(109,181,202)
#7DBDCF
(125,189,207)
#8DC5D4
(141,197,212)
#9DCDD9
(157,205,217)
#ADD5DE
(173,213,222)
#BDDDE3
(189,221,227)
#CDE5E8
(205,229,232)
#DDEDED
(221,237,237)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA5C0 color. Also use rgb(77,165,192) instead hex code.

Text Font Color

.myTextColor { color: #4DA5C0; }

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

This text font color is #4DA5C0.


Background Color

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

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

This div background color is #4DA5C0.


Border color

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

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

This div border color is #4DA5C0.


Opacity

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

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

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

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

This text has shadow with #4DA5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA5C0 on black background.


Color preview on white background

This text has color #4DA5C0 on white background.



Black color preview on #4DA5C0 background

This text has black color on #4DA5C0 background.


White color preview on #4DA5C0 background

This text has white color on #4DA5C0 background.