COLOR #4DA2CC

HEX: #4DA2CC
RGB: (77,162,204)

Color info

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

RGB color model

#4DA2CC color RGB value is (77,162,204).

  • red value is 77;
  • green value is 162;
  • blue value is 204.
RGB:
(77,162,204)
(30%,64%,80%)

RGB channels and saturation

R 77 of 255 = 30%
G 162 of 255 = 64%
B 204 of 255 = 80%

77
162
204

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

Portions of RGB colors in percentages

R + G + B =
77 + 162 + 204 = 443 (100%)
R 77 of 443 ~ 17.38%
G 162 of 443 ~ 36.57%
B 204 of 443 ~ 46.05%

%17.38
%36.57
%46.05

CMYK color model

#4DA2CC color CMYK value is (62,21,0,20).

  • cyan value is 62.25%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(62,21,0,20)
C62M21Y0K20 
(62%,21%,0%,20%)
(0.62/0.21/0.00/0.20)	

CMYK percentages

%62.25
%20.59
%0
%20

Codes

Color #4DA2CC in popluar color models

4DA2CC
RGB77162204
HSL200°55.46%55.10%
HSB/HSV200°62.25%80.00%
CMYK62.25%20.59%0.00%
20.00%

Color #4DA2CC in popluar number systems.

HEX4DA2CC
Decimal77162204
Binary10011011010001011001100
Octal115242314

Shades and tints

Shades of #4DA2CC

#4DA2CC
(77,162,204)
#4694BA
(70,148,186)
#3F86A8
(63,134,168)
#387896
(56,120,150)
#316A84
(49,106,132)
#2A5C72
(42,92,114)
#234E60
(35,78,96)
#1C404E
(28,64,78)
#15323C
(21,50,60)
#0E242A
(14,36,42)
#071618
(7,22,24)
#000000
(0,0,0)

Tints of #4DA2CC

#4DA2CC
(77,162,204)
#5DAAD0
(93,170,208)
#6DB2D4
(109,178,212)
#7DBAD8
(125,186,216)
#8DC2DC
(141,194,220)
#9DCAE0
(157,202,224)
#ADD2E4
(173,210,228)
#BDDAE8
(189,218,232)
#CDE2EC
(205,226,236)
#DDEAF0
(221,234,240)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA2CC color. Also use rgb(77,162,204) instead hex code.

Text Font Color

.myTextColor { color: #4DA2CC; }

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

This text font color is #4DA2CC.


Background Color

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

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

This div background color is #4DA2CC.


Border color

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

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

This div border color is #4DA2CC.


Opacity

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

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

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

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

This text has shadow with #4DA2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA2CC on black background.


Color preview on white background

This text has color #4DA2CC on white background.



Black color preview on #4DA2CC background

This text has black color on #4DA2CC background.


White color preview on #4DA2CC background

This text has white color on #4DA2CC background.