COLOR #4D8496

HEX: #4D8496
RGB: (77,132,150)

Renk bilgisi

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

RGB renk modeli

#4D8496 color RGB value is (77,132,150).

  • kırmız ton 77;
  • yeşil ton 132;
  • mavi ton 150.
RGB:
(77,132,150)
(30%,52%,59%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 132 of 255 = 52%
B 150 of 255 = 59%

77
132
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 132 + 150 = 359 (100%)
R 77 of 359 ~ 21.45%
G 132 of 359 ~ 36.77%
B 150 of 359 ~ 41.78%

%21.45
%36.77
%41.78

CMYK RENK MODELİ

#4D8496 rengi CMYK tonu (49,12,0,41).

  • camgöbeği tonu 48.67%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(49,12,0,41)
C49M12Y0K41 
(49%,12%,0%,41%)
(0.49/0.12/0.00/0.41)	

CMYK yüzdeleri

%48.67
%12
%0
%41.18

Codes

Color #4D8496 in popluar color models

4D8496
RGB77132150
HSL195°32.16%44.51%
HSB/HSV195°48.67%58.82%
CMYK48.67%12.00%0.00%
41.18%

Color #4D8496 in popluar number systems.

HEX4D8496
Decimal77132150
Binary10011011000010010010110
Octal115204226

Shades and tints

Shades of #4D8496

#4D8496
(77,132,150)
#467889
(70,120,137)
#3F6C7C
(63,108,124)
#38606F
(56,96,111)
#315462
(49,84,98)
#2A4855
(42,72,85)
#233C48
(35,60,72)
#1C303B
(28,48,59)
#15242E
(21,36,46)
#0E1821
(14,24,33)
#070C14
(7,12,20)
#000000
(0,0,0)

Tints of #4D8496

#4D8496
(77,132,150)
#5D8F9F
(93,143,159)
#6D9AA8
(109,154,168)
#7DA5B1
(125,165,177)
#8DB0BA
(141,176,186)
#9DBBC3
(157,187,195)
#ADC6CC
(173,198,204)
#BDD1D5
(189,209,213)
#CDDCDE
(205,220,222)
#DDE7E7
(221,231,231)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8496 color. Also use rgb(77,132,150) instead hex code.

Text Font Color

.myTextColor { color: #4D8496; }

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

This text font color is #4D8496.


Background Color

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

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

This div background color is #4D8496.


Border color

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

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

This div border color is #4D8496.


Opacity

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

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

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

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

This text has shadow with #4D8496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8496 on black background.


Color preview on white background

This text has color #4D8496 on white background.



Black color preview on #4D8496 background

This text has black color on #4D8496 background.


White color preview on #4D8496 background

This text has white color on #4D8496 background.