COLOR #4D8490

HEX: #4D8490
RGB: (77,132,144)

Renk bilgisi

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

RGB renk modeli

#4D8490 color RGB value is (77,132,144).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 132 of 255 = 52%
B 144 of 255 = 56%

77
132
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 132 + 144 = 353 (100%)
R 77 of 353 ~ 21.81%
G 132 of 353 ~ 37.39%
B 144 of 353 ~ 40.79%

%21.81
%37.39
%40.79

CMYK RENK MODELİ

#4D8490 rengi CMYK tonu (47,8,0,44).

  • camgöbeği tonu 46.53%
  • eflatun tonu 8.33%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(47,8,0,44)
C47M8Y0K44 
(47%,8%,0%,44%)
(0.47/0.08/0.00/0.44)	

CMYK yüzdeleri

%46.53
%8.33
%0
%43.53

Codes

Color #4D8490 in popluar color models

4D8490
RGB77132144
HSL191°30.32%43.33%
HSB/HSV191°46.53%56.47%
CMYK46.53%8.33%0.00%
43.53%

Color #4D8490 in popluar number systems.

HEX4D8490
Decimal77132144
Binary10011011000010010010000
Octal115204220

Shades and tints

Shades of #4D8490

#4D8490
(77,132,144)
#467883
(70,120,131)
#3F6C76
(63,108,118)
#386069
(56,96,105)
#31545C
(49,84,92)
#2A484F
(42,72,79)
#233C42
(35,60,66)
#1C3035
(28,48,53)
#152428
(21,36,40)
#0E181B
(14,24,27)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #4D8490

#4D8490
(77,132,144)
#5D8F9A
(93,143,154)
#6D9AA4
(109,154,164)
#7DA5AE
(125,165,174)
#8DB0B8
(141,176,184)
#9DBBC2
(157,187,194)
#ADC6CC
(173,198,204)
#BDD1D6
(189,209,214)
#CDDCE0
(205,220,224)
#DDE7EA
(221,231,234)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8490; }

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

This text font color is #4D8490.


Background Color

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

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

This div background color is #4D8490.


Border color

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

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

This div border color is #4D8490.


Opacity

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

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

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

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

This text has shadow with #4D8490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8490 on black background.


Color preview on white background

This text has color #4D8490 on white background.



Black color preview on #4D8490 background

This text has black color on #4D8490 background.


White color preview on #4D8490 background

This text has white color on #4D8490 background.