COLOR #4D88DF

HEX: #4D88DF
RGB: (77,136,223)

Renk bilgisi

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

RGB renk modeli

#4D88DF color RGB value is (77,136,223).

  • kırmız ton 77;
  • yeşil ton 136;
  • mavi ton 223.
RGB:
(77,136,223)
(30%,53%,87%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 136 of 255 = 53%
B 223 of 255 = 87%

77
136
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 136 + 223 = 436 (100%)
R 77 of 436 ~ 17.66%
G 136 of 436 ~ 31.19%
B 223 of 436 ~ 51.15%

%17.66
%31.19
%51.15

CMYK RENK MODELİ

#4D88DF rengi CMYK tonu (65,39,0,13).

  • camgöbeği tonu 65.47%
  • eflatun tonu 39.01%
  • sarı tonu 0.00%
  • ana renk tonu 12.55%
CMYK:
(65,39,0,13)
C65M39Y0K13 
(65%,39%,0%,13%)
(0.65/0.39/0.00/0.13)	

CMYK yüzdeleri

%65.47
%39.01
%0
%12.55

Codes

Color #4D88DF in popluar color models

4D88DF
RGB77136223
HSL216°69.52%58.82%
HSB/HSV216°65.47%87.45%
CMYK65.47%39.01%0.00%
12.55%

Color #4D88DF in popluar number systems.

HEX4D88DF
Decimal77136223
Binary10011011000100011011111
Octal115210337

Shades and tints

Shades of #4D88DF

#4D88DF
(77,136,223)
#467CCB
(70,124,203)
#3F70B7
(63,112,183)
#3864A3
(56,100,163)
#31588F
(49,88,143)
#2A4C7B
(42,76,123)
#234067
(35,64,103)
#1C3453
(28,52,83)
#15283F
(21,40,63)
#0E1C2B
(14,28,43)
#071017
(7,16,23)
#000000
(0,0,0)

Tints of #4D88DF

#4D88DF
(77,136,223)
#5D92E1
(93,146,225)
#6D9CE3
(109,156,227)
#7DA6E5
(125,166,229)
#8DB0E7
(141,176,231)
#9DBAE9
(157,186,233)
#ADC4EB
(173,196,235)
#BDCEED
(189,206,237)
#CDD8EF
(205,216,239)
#DDE2F1
(221,226,241)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D88DF color. Also use rgb(77,136,223) instead hex code.

Text Font Color

.myTextColor { color: #4D88DF; }

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

This text font color is #4D88DF.


Background Color

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

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

This div background color is #4D88DF.


Border color

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

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

This div border color is #4D88DF.


Opacity

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

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

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

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

This text has shadow with #4D88DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D88DF on black background.


Color preview on white background

This text has color #4D88DF on white background.



Black color preview on #4D88DF background

This text has black color on #4D88DF background.


White color preview on #4D88DF background

This text has white color on #4D88DF background.