COLOR #4D80CD

HEX: #4D80CD
RGB: (77,128,205)

Renk bilgisi

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

RGB renk modeli

#4D80CD color RGB value is (77,128,205).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 128 of 255 = 50%
B 205 of 255 = 80%

77
128
205

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 128 + 205 = 410 (100%)
R 77 of 410 ~ 18.78%
G 128 of 410 ~ 31.22%
B 205 of 410 ~ 50%

%18.78
%31.22
%50

CMYK RENK MODELİ

#4D80CD rengi CMYK tonu (62,38,0,20).

  • camgöbeği tonu 62.44%
  • eflatun tonu 37.56%
  • sarı tonu 0.00%
  • ana renk tonu 19.61%
CMYK:
(62,38,0,20)
C62M38Y0K20 
(62%,38%,0%,20%)
(0.62/0.38/0.00/0.20)	

CMYK yüzdeleri

%62.44
%37.56
%0
%19.61

Codes

Color #4D80CD in popluar color models

4D80CD
RGB77128205
HSL216°56.14%55.29%
HSB/HSV216°62.44%80.39%
CMYK62.44%37.56%0.00%
19.61%

Color #4D80CD in popluar number systems.

HEX4D80CD
Decimal77128205
Binary10011011000000011001101
Octal115200315

Shades and tints

Shades of #4D80CD

#4D80CD
(77,128,205)
#4675BB
(70,117,187)
#3F6AA9
(63,106,169)
#385F97
(56,95,151)
#315485
(49,84,133)
#2A4973
(42,73,115)
#233E61
(35,62,97)
#1C334F
(28,51,79)
#15283D
(21,40,61)
#0E1D2B
(14,29,43)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #4D80CD

#4D80CD
(77,128,205)
#5D8BD1
(93,139,209)
#6D96D5
(109,150,213)
#7DA1D9
(125,161,217)
#8DACDD
(141,172,221)
#9DB7E1
(157,183,225)
#ADC2E5
(173,194,229)
#BDCDE9
(189,205,233)
#CDD8ED
(205,216,237)
#DDE3F1
(221,227,241)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D80CD; }

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

This text font color is #4D80CD.


Background Color

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

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

This div background color is #4D80CD.


Border color

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

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

This div border color is #4D80CD.


Opacity

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

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

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

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

This text has shadow with #4D80CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D80CD on black background.


Color preview on white background

This text has color #4D80CD on white background.



Black color preview on #4D80CD background

This text has black color on #4D80CD background.


White color preview on #4D80CD background

This text has white color on #4D80CD background.