COLOR #4DA6E5

HEX: #4DA6E5
RGB: (77,166,229)

Renk bilgisi

#4DA6E5 contains mainly blue color. #4DA6E5 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4DA6E5 color RGB value is (77,166,229).

  • kırmız ton 77;
  • yeşil ton 166;
  • mavi ton 229.
RGB:
(77,166,229)
(30%,65%,90%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 166 of 255 = 65%
B 229 of 255 = 90%

77
166
229

R + G + B ~ 62%. #4DA6E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 166 + 229 = 472 (100%)
R 77 of 472 ~ 16.31%
G 166 of 472 ~ 35.17%
B 229 of 472 ~ 48.52%

%16.31
%35.17
%48.52

CMYK RENK MODELİ

#4DA6E5 rengi CMYK tonu (66,28,0,10).

  • camgöbeği tonu 66.38%
  • eflatun tonu 27.51%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(66,28,0,10)
C66M28Y0K10 
(66%,28%,0%,10%)
(0.66/0.28/0.00/0.10)	

CMYK yüzdeleri

%66.38
%27.51
%0
%10.2

Codes

Color #4DA6E5 in popluar color models

4DA6E5
RGB77166229
HSL205°74.51%60.00%
HSB/HSV205°66.38%89.80%
CMYK66.38%27.51%0.00%
10.20%

Color #4DA6E5 in popluar number systems.

HEX4DA6E5
Decimal77166229
Binary10011011010011011100101
Octal115246345

Shades and tints

Shades of #4DA6E5

#4DA6E5
(77,166,229)
#4697D1
(70,151,209)
#3F88BD
(63,136,189)
#3879A9
(56,121,169)
#316A95
(49,106,149)
#2A5B81
(42,91,129)
#234C6D
(35,76,109)
#1C3D59
(28,61,89)
#152E45
(21,46,69)
#0E1F31
(14,31,49)
#07101D
(7,16,29)
#000000
(0,0,0)

Tints of #4DA6E5

#4DA6E5
(77,166,229)
#5DAEE7
(93,174,231)
#6DB6E9
(109,182,233)
#7DBEEB
(125,190,235)
#8DC6ED
(141,198,237)
#9DCEEF
(157,206,239)
#ADD6F1
(173,214,241)
#BDDEF3
(189,222,243)
#CDE6F5
(205,230,245)
#DDEEF7
(221,238,247)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA6E5 color. Also use rgb(77,166,229) instead hex code.

Text Font Color

.myTextColor { color: #4DA6E5; }

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

This text font color is #4DA6E5.


Background Color

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

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

This div background color is #4DA6E5.


Border color

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

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

This div border color is #4DA6E5.


Opacity

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

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

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

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

This text has shadow with #4DA6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA6E5 on black background.


Color preview on white background

This text has color #4DA6E5 on white background.



Black color preview on #4DA6E5 background

This text has black color on #4DA6E5 background.


White color preview on #4DA6E5 background

This text has white color on #4DA6E5 background.