COLOR #4D80CF

HEX: #4D80CF
RGB: (77,128,207)

Renk bilgisi

#4D80CF contains mainly blue color. #4D80CF ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4D80CF color RGB value is (77,128,207).

  • kırmız ton 77;
  • yeşil ton 128;
  • mavi ton 207.
RGB:
(77,128,207)
(30%,50%,81%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 128 of 255 = 50%
B 207 of 255 = 81%

77
128
207

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 128 + 207 = 412 (100%)
R 77 of 412 ~ 18.69%
G 128 of 412 ~ 31.07%
B 207 of 412 ~ 50.24%

%18.69
%31.07
%50.24

CMYK RENK MODELİ

#4D80CF rengi CMYK tonu (63,38,0,19).

  • camgöbeği tonu 62.80%
  • eflatun tonu 38.16%
  • sarı tonu 0.00%
  • ana renk tonu 18.82%
CMYK:
(63,38,0,19)
C63M38Y0K19 
(63%,38%,0%,19%)
(0.63/0.38/0.00/0.19)	

CMYK yüzdeleri

%62.8
%38.16
%0
%18.82

Codes

Color #4D80CF in popluar color models

4D80CF
RGB77128207
HSL216°57.52%55.69%
HSB/HSV216°62.80%81.18%
CMYK62.80%38.16%0.00%
18.82%

Color #4D80CF in popluar number systems.

HEX4D80CF
Decimal77128207
Binary10011011000000011001111
Octal115200317

Shades and tints

Shades of #4D80CF

#4D80CF
(77,128,207)
#4675BD
(70,117,189)
#3F6AAB
(63,106,171)
#385F99
(56,95,153)
#315487
(49,84,135)
#2A4975
(42,73,117)
#233E63
(35,62,99)
#1C3351
(28,51,81)
#15283F
(21,40,63)
#0E1D2D
(14,29,45)
#07121B
(7,18,27)
#000000
(0,0,0)

Tints of #4D80CF

#4D80CF
(77,128,207)
#5D8BD3
(93,139,211)
#6D96D7
(109,150,215)
#7DA1DB
(125,161,219)
#8DACDF
(141,172,223)
#9DB7E3
(157,183,227)
#ADC2E7
(173,194,231)
#BDCDEB
(189,205,235)
#CDD8EF
(205,216,239)
#DDE3F3
(221,227,243)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D80CF color. Also use rgb(77,128,207) instead hex code.

Text Font Color

.myTextColor { color: #4D80CF; }

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

This text font color is #4D80CF.


Background Color

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

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

This div background color is #4D80CF.


Border color

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

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

This div border color is #4D80CF.


Opacity

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

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

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

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

This text has shadow with #4D80CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D80CF on black background.


Color preview on white background

This text has color #4D80CF on white background.



Black color preview on #4D80CF background

This text has black color on #4D80CF background.


White color preview on #4D80CF background

This text has white color on #4D80CF background.