COLOR #4D5F7B

HEX: #4D5F7B
RGB: (77,95,123)

Renk bilgisi

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

RGB renk modeli

#4D5F7B color RGB value is (77,95,123).

  • kırmız ton 77;
  • yeşil ton 95;
  • mavi ton 123.
RGB:
(77,95,123)
(30%,37%,48%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 95 of 255 = 37%
B 123 of 255 = 48%

77
95
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 95 + 123 = 295 (100%)
R 77 of 295 ~ 26.1%
G 95 of 295 ~ 32.2%
B 123 of 295 ~ 41.69%

%26.1
%32.2
%41.69

CMYK RENK MODELİ

#4D5F7B rengi CMYK tonu (37,23,0,52).

  • camgöbeği tonu 37.40%
  • eflatun tonu 22.76%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,23,0,52)
C37M23Y0K52 
(37%,23%,0%,52%)
(0.37/0.23/0.00/0.52)	

CMYK yüzdeleri

%37.4
%22.76
%0
%51.76

Codes

Color #4D5F7B in popluar color models

4D5F7B
RGB7795123
HSL217°23.00%39.22%
HSB/HSV217°37.40%48.24%
CMYK37.40%22.76%0.00%
51.76%

Color #4D5F7B in popluar number systems.

HEX4D5F7B
Decimal7795123
Binary100110110111111111011
Octal115137173

Shades and tints

Shades of #4D5F7B

#4D5F7B
(77,95,123)
#465770
(70,87,112)
#3F4F65
(63,79,101)
#38475A
(56,71,90)
#313F4F
(49,63,79)
#2A3744
(42,55,68)
#232F39
(35,47,57)
#1C272E
(28,39,46)
#151F23
(21,31,35)
#0E1718
(14,23,24)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D5F7B

#4D5F7B
(77,95,123)
#5D6D87
(93,109,135)
#6D7B93
(109,123,147)
#7D899F
(125,137,159)
#8D97AB
(141,151,171)
#9DA5B7
(157,165,183)
#ADB3C3
(173,179,195)
#BDC1CF
(189,193,207)
#CDCFDB
(205,207,219)
#DDDDE7
(221,221,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5F7B color. Also use rgb(77,95,123) instead hex code.

Text Font Color

.myTextColor { color: #4D5F7B; }

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

This text font color is #4D5F7B.


Background Color

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

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

This div background color is #4D5F7B.


Border color

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

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

This div border color is #4D5F7B.


Opacity

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

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

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

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

This text has shadow with #4D5F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5F7B on black background.


Color preview on white background

This text has color #4D5F7B on white background.



Black color preview on #4D5F7B background

This text has black color on #4D5F7B background.


White color preview on #4D5F7B background

This text has white color on #4D5F7B background.