COLOR #4D9BDC

HEX: #4D9BDC
RGB: (77,155,220)

Renk bilgisi

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

RGB renk modeli

#4D9BDC color RGB value is (77,155,220).

  • kırmız ton 77;
  • yeşil ton 155;
  • mavi ton 220.
RGB:
(77,155,220)
(30%,61%,86%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 155 of 255 = 61%
B 220 of 255 = 86%

77
155
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 155 + 220 = 452 (100%)
R 77 of 452 ~ 17.04%
G 155 of 452 ~ 34.29%
B 220 of 452 ~ 48.67%

%17.04
%34.29
%48.67

CMYK RENK MODELİ

#4D9BDC rengi CMYK tonu (65,30,0,14).

  • camgöbeği tonu 65.00%
  • eflatun tonu 29.55%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(65,30,0,14)
C65M30Y0K14 
(65%,30%,0%,14%)
(0.65/0.30/0.00/0.14)	

CMYK yüzdeleri

%65
%29.55
%0
%13.73

Codes

Color #4D9BDC in popluar color models

4D9BDC
RGB77155220
HSL207°67.14%58.24%
HSB/HSV207°65.00%86.27%
CMYK65.00%29.55%0.00%
13.73%

Color #4D9BDC in popluar number systems.

HEX4D9BDC
Decimal77155220
Binary10011011001101111011100
Octal115233334

Shades and tints

Shades of #4D9BDC

#4D9BDC
(77,155,220)
#468DC8
(70,141,200)
#3F7FB4
(63,127,180)
#3871A0
(56,113,160)
#31638C
(49,99,140)
#2A5578
(42,85,120)
#234764
(35,71,100)
#1C3950
(28,57,80)
#152B3C
(21,43,60)
#0E1D28
(14,29,40)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #4D9BDC

#4D9BDC
(77,155,220)
#5DA4DF
(93,164,223)
#6DADE2
(109,173,226)
#7DB6E5
(125,182,229)
#8DBFE8
(141,191,232)
#9DC8EB
(157,200,235)
#ADD1EE
(173,209,238)
#BDDAF1
(189,218,241)
#CDE3F4
(205,227,244)
#DDECF7
(221,236,247)
#EDF5FA
(237,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9BDC color. Also use rgb(77,155,220) instead hex code.

Text Font Color

.myTextColor { color: #4D9BDC; }

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

This text font color is #4D9BDC.


Background Color

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

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

This div background color is #4D9BDC.


Border color

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

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

This div border color is #4D9BDC.


Opacity

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

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

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

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

This text has shadow with #4D9BDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9BDC on black background.


Color preview on white background

This text has color #4D9BDC on white background.



Black color preview on #4D9BDC background

This text has black color on #4D9BDC background.


White color preview on #4D9BDC background

This text has white color on #4D9BDC background.