COLOR #4D5A6E

HEX: #4D5A6E
RGB: (77,90,110)

Renk bilgisi

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

RGB renk modeli

#4D5A6E color RGB value is (77,90,110).

  • kırmız ton 77;
  • yeşil ton 90;
  • mavi ton 110.
RGB:
(77,90,110)
(30%,35%,43%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 90 of 255 = 35%
B 110 of 255 = 43%

77
90
110

R + G + B ~ 36%. #4D5A6E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 90 + 110 = 277 (100%)
R 77 of 277 ~ 27.8%
G 90 of 277 ~ 32.49%
B 110 of 277 ~ 39.71%

%27.8
%32.49
%39.71

CMYK RENK MODELİ

#4D5A6E rengi CMYK tonu (30,18,0,57).

  • camgöbeği tonu 30.00%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(30,18,0,57)
C30M18Y0K57 
(30%,18%,0%,57%)
(0.30/0.18/0.00/0.57)	

CMYK yüzdeleri

%30
%18.18
%0
%56.86

Codes

Color #4D5A6E in popluar color models

4D5A6E
RGB7790110
HSL216°17.65%36.67%
HSB/HSV216°30.00%43.14%
CMYK30.00%18.18%0.00%
56.86%

Color #4D5A6E in popluar number systems.

HEX4D5A6E
Decimal7790110
Binary100110110110101101110
Octal115132156

Shades and tints

Shades of #4D5A6E

#4D5A6E
(77,90,110)
#465264
(70,82,100)
#3F4A5A
(63,74,90)
#384250
(56,66,80)
#313A46
(49,58,70)
#2A323C
(42,50,60)
#232A32
(35,42,50)
#1C2228
(28,34,40)
#151A1E
(21,26,30)
#0E1214
(14,18,20)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D5A6E

#4D5A6E
(77,90,110)
#5D697B
(93,105,123)
#6D7888
(109,120,136)
#7D8795
(125,135,149)
#8D96A2
(141,150,162)
#9DA5AF
(157,165,175)
#ADB4BC
(173,180,188)
#BDC3C9
(189,195,201)
#CDD2D6
(205,210,214)
#DDE1E3
(221,225,227)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5A6E color. Also use rgb(77,90,110) instead hex code.

Text Font Color

.myTextColor { color: #4D5A6E; }

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

This text font color is #4D5A6E.


Background Color

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

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

This div background color is #4D5A6E.


Border color

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

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

This div border color is #4D5A6E.


Opacity

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

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

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

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

This text has shadow with #4D5A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5A6E on black background.


Color preview on white background

This text has color #4D5A6E on white background.



Black color preview on #4D5A6E background

This text has black color on #4D5A6E background.


White color preview on #4D5A6E background

This text has white color on #4D5A6E background.