COLOR #4D98A6

HEX: #4D98A6
RGB: (77,152,166)

Renk bilgisi

#4D98A6 contains mainly green and blue colors. #4D98A6 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#4D98A6 color RGB value is (77,152,166).

  • kırmız ton 77;
  • yeşil ton 152;
  • mavi ton 166.
RGB:
(77,152,166)
(30%,60%,65%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 152 of 255 = 60%
B 166 of 255 = 65%

77
152
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 152 + 166 = 395 (100%)
R 77 of 395 ~ 19.49%
G 152 of 395 ~ 38.48%
B 166 of 395 ~ 42.03%

%19.49
%38.48
%42.03

CMYK RENK MODELİ

#4D98A6 rengi CMYK tonu (54,8,0,35).

  • camgöbeği tonu 53.61%
  • eflatun tonu 8.43%
  • sarı tonu 0.00%
  • ana renk tonu 34.90%
CMYK:
(54,8,0,35)
C54M8Y0K35 
(54%,8%,0%,35%)
(0.54/0.08/0.00/0.35)	

CMYK yüzdeleri

%53.61
%8.43
%0
%34.9

Codes

Color #4D98A6 in popluar color models

4D98A6
RGB77152166
HSL189°36.63%47.65%
HSB/HSV189°53.61%65.10%
CMYK53.61%8.43%0.00%
34.90%

Color #4D98A6 in popluar number systems.

HEX4D98A6
Decimal77152166
Binary10011011001100010100110
Octal115230246

Shades and tints

Shades of #4D98A6

#4D98A6
(77,152,166)
#468B97
(70,139,151)
#3F7E88
(63,126,136)
#387179
(56,113,121)
#31646A
(49,100,106)
#2A575B
(42,87,91)
#234A4C
(35,74,76)
#1C3D3D
(28,61,61)
#15302E
(21,48,46)
#0E231F
(14,35,31)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4D98A6

#4D98A6
(77,152,166)
#5DA1AE
(93,161,174)
#6DAAB6
(109,170,182)
#7DB3BE
(125,179,190)
#8DBCC6
(141,188,198)
#9DC5CE
(157,197,206)
#ADCED6
(173,206,214)
#BDD7DE
(189,215,222)
#CDE0E6
(205,224,230)
#DDE9EE
(221,233,238)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D98A6 color. Also use rgb(77,152,166) instead hex code.

Text Font Color

.myTextColor { color: #4D98A6; }

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

This text font color is #4D98A6.


Background Color

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

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

This div background color is #4D98A6.


Border color

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

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

This div border color is #4D98A6.


Opacity

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

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

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

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

This text has shadow with #4D98A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D98A6 on black background.


Color preview on white background

This text has color #4D98A6 on white background.



Black color preview on #4D98A6 background

This text has black color on #4D98A6 background.


White color preview on #4D98A6 background

This text has white color on #4D98A6 background.