COLOR #4D5A7C

HEX: #4D5A7C
RGB: (77,90,124)

Renk bilgisi

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

RGB renk modeli

#4D5A7C color RGB value is (77,90,124).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 90 of 255 = 35%
B 124 of 255 = 49%

77
90
124

R + G + B ~ 38%. #4D5A7C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 90 + 124 = 291 (100%)
R 77 of 291 ~ 26.46%
G 90 of 291 ~ 30.93%
B 124 of 291 ~ 42.61%

%26.46
%30.93
%42.61

CMYK RENK MODELİ

#4D5A7C rengi CMYK tonu (38,27,0,51).

  • camgöbeği tonu 37.90%
  • eflatun tonu 27.42%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(38,27,0,51)
C38M27Y0K51 
(38%,27%,0%,51%)
(0.38/0.27/0.00/0.51)	

CMYK yüzdeleri

%37.9
%27.42
%0
%51.37

Codes

Color #4D5A7C in popluar color models

4D5A7C
RGB7790124
HSL223°23.38%39.41%
HSB/HSV223°37.90%48.63%
CMYK37.90%27.42%0.00%
51.37%

Color #4D5A7C in popluar number systems.

HEX4D5A7C
Decimal7790124
Binary100110110110101111100
Octal115132174

Shades and tints

Shades of #4D5A7C

#4D5A7C
(77,90,124)
#465271
(70,82,113)
#3F4A66
(63,74,102)
#38425B
(56,66,91)
#313A50
(49,58,80)
#2A3245
(42,50,69)
#232A3A
(35,42,58)
#1C222F
(28,34,47)
#151A24
(21,26,36)
#0E1219
(14,18,25)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D5A7C

#4D5A7C
(77,90,124)
#5D6987
(93,105,135)
#6D7892
(109,120,146)
#7D879D
(125,135,157)
#8D96A8
(141,150,168)
#9DA5B3
(157,165,179)
#ADB4BE
(173,180,190)
#BDC3C9
(189,195,201)
#CDD2D4
(205,210,212)
#DDE1DF
(221,225,223)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5A7C; }

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

This text font color is #4D5A7C.


Background Color

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

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

This div background color is #4D5A7C.


Border color

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

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

This div border color is #4D5A7C.


Opacity

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

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

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

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

This text has shadow with #4D5A7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5A7C on black background.


Color preview on white background

This text has color #4D5A7C on white background.



Black color preview on #4D5A7C background

This text has black color on #4D5A7C background.


White color preview on #4D5A7C background

This text has white color on #4D5A7C background.