COLOR #4D8494

HEX: #4D8494
RGB: (77,132,148)

Renk bilgisi

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

RGB renk modeli

#4D8494 color RGB value is (77,132,148).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 132 of 255 = 52%
B 148 of 255 = 58%

77
132
148

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 132 + 148 = 357 (100%)
R 77 of 357 ~ 21.57%
G 132 of 357 ~ 36.97%
B 148 of 357 ~ 41.46%

%21.57
%36.97
%41.46

CMYK RENK MODELİ

#4D8494 rengi CMYK tonu (48,11,0,42).

  • camgöbeği tonu 47.97%
  • eflatun tonu 10.81%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(48,11,0,42)
C48M11Y0K42 
(48%,11%,0%,42%)
(0.48/0.11/0.00/0.42)	

CMYK yüzdeleri

%47.97
%10.81
%0
%41.96

Codes

Color #4D8494 in popluar color models

4D8494
RGB77132148
HSL194°31.56%44.12%
HSB/HSV194°47.97%58.04%
CMYK47.97%10.81%0.00%
41.96%

Color #4D8494 in popluar number systems.

HEX4D8494
Decimal77132148
Binary10011011000010010010100
Octal115204224

Shades and tints

Shades of #4D8494

#4D8494
(77,132,148)
#467887
(70,120,135)
#3F6C7A
(63,108,122)
#38606D
(56,96,109)
#315460
(49,84,96)
#2A4853
(42,72,83)
#233C46
(35,60,70)
#1C3039
(28,48,57)
#15242C
(21,36,44)
#0E181F
(14,24,31)
#070C12
(7,12,18)
#000000
(0,0,0)

Tints of #4D8494

#4D8494
(77,132,148)
#5D8F9D
(93,143,157)
#6D9AA6
(109,154,166)
#7DA5AF
(125,165,175)
#8DB0B8
(141,176,184)
#9DBBC1
(157,187,193)
#ADC6CA
(173,198,202)
#BDD1D3
(189,209,211)
#CDDCDC
(205,220,220)
#DDE7E5
(221,231,229)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8494; }

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

This text font color is #4D8494.


Background Color

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

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

This div background color is #4D8494.


Border color

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

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

This div border color is #4D8494.


Opacity

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

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

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

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

This text has shadow with #4D8494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8494 on black background.


Color preview on white background

This text has color #4D8494 on white background.



Black color preview on #4D8494 background

This text has black color on #4D8494 background.


White color preview on #4D8494 background

This text has white color on #4D8494 background.