COLOR #4D6B82

HEX: #4D6B82
RGB: (77,107,130)

Renk bilgisi

#4D6B82 contains red, green and blue colors in about the same proportion. #4D6B82 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D6B82 color RGB value is (77,107,130).

  • kırmız ton 77;
  • yeşil ton 107;
  • mavi ton 130.
RGB:
(77,107,130)
(30%,42%,51%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 107 of 255 = 42%
B 130 of 255 = 51%

77
107
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 107 + 130 = 314 (100%)
R 77 of 314 ~ 24.52%
G 107 of 314 ~ 34.08%
B 130 of 314 ~ 41.4%

%24.52
%34.08
%41.4

CMYK RENK MODELİ

#4D6B82 rengi CMYK tonu (41,18,0,49).

  • camgöbeği tonu 40.77%
  • eflatun tonu 17.69%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(41,18,0,49)
C41M18Y0K49 
(41%,18%,0%,49%)
(0.41/0.18/0.00/0.49)	

CMYK yüzdeleri

%40.77
%17.69
%0
%49.02

Codes

Color #4D6B82 in popluar color models

4D6B82
RGB77107130
HSL206°25.60%40.59%
HSB/HSV206°40.77%50.98%
CMYK40.77%17.69%0.00%
49.02%

Color #4D6B82 in popluar number systems.

HEX4D6B82
Decimal77107130
Binary1001101110101110000010
Octal115153202

Shades and tints

Shades of #4D6B82

#4D6B82
(77,107,130)
#466277
(70,98,119)
#3F596C
(63,89,108)
#385061
(56,80,97)
#314756
(49,71,86)
#2A3E4B
(42,62,75)
#233540
(35,53,64)
#1C2C35
(28,44,53)
#15232A
(21,35,42)
#0E1A1F
(14,26,31)
#071114
(7,17,20)
#000000
(0,0,0)

Tints of #4D6B82

#4D6B82
(77,107,130)
#5D788D
(93,120,141)
#6D8598
(109,133,152)
#7D92A3
(125,146,163)
#8D9FAE
(141,159,174)
#9DACB9
(157,172,185)
#ADB9C4
(173,185,196)
#BDC6CF
(189,198,207)
#CDD3DA
(205,211,218)
#DDE0E5
(221,224,229)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6B82 color. Also use rgb(77,107,130) instead hex code.

Text Font Color

.myTextColor { color: #4D6B82; }

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

This text font color is #4D6B82.


Background Color

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

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

This div background color is #4D6B82.


Border color

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

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

This div border color is #4D6B82.


Opacity

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

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

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

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

This text has shadow with #4D6B82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6B82 on black background.


Color preview on white background

This text has color #4D6B82 on white background.



Black color preview on #4D6B82 background

This text has black color on #4D6B82 background.


White color preview on #4D6B82 background

This text has white color on #4D6B82 background.