COLOR #4D7585

HEX: #4D7585
RGB: (77,117,133)

Renk bilgisi

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

RGB renk modeli

#4D7585 color RGB value is (77,117,133).

  • kırmız ton 77;
  • yeşil ton 117;
  • mavi ton 133.
RGB:
(77,117,133)
(30%,46%,52%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 117 of 255 = 46%
B 133 of 255 = 52%

77
117
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 117 + 133 = 327 (100%)
R 77 of 327 ~ 23.55%
G 117 of 327 ~ 35.78%
B 133 of 327 ~ 40.67%

%23.55
%35.78
%40.67

CMYK RENK MODELİ

#4D7585 rengi CMYK tonu (42,12,0,48).

  • camgöbeği tonu 42.11%
  • eflatun tonu 12.03%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(42,12,0,48)
C42M12Y0K48 
(42%,12%,0%,48%)
(0.42/0.12/0.00/0.48)	

CMYK yüzdeleri

%42.11
%12.03
%0
%47.84

Codes

Color #4D7585 in popluar color models

4D7585
RGB77117133
HSL197°26.67%41.18%
HSB/HSV197°42.11%52.16%
CMYK42.11%12.03%0.00%
47.84%

Color #4D7585 in popluar number systems.

HEX4D7585
Decimal77117133
Binary1001101111010110000101
Octal115165205

Shades and tints

Shades of #4D7585

#4D7585
(77,117,133)
#466B79
(70,107,121)
#3F616D
(63,97,109)
#385761
(56,87,97)
#314D55
(49,77,85)
#2A4349
(42,67,73)
#23393D
(35,57,61)
#1C2F31
(28,47,49)
#152525
(21,37,37)
#0E1B19
(14,27,25)
#07110D
(7,17,13)
#000000
(0,0,0)

Tints of #4D7585

#4D7585
(77,117,133)
#5D8190
(93,129,144)
#6D8D9B
(109,141,155)
#7D99A6
(125,153,166)
#8DA5B1
(141,165,177)
#9DB1BC
(157,177,188)
#ADBDC7
(173,189,199)
#BDC9D2
(189,201,210)
#CDD5DD
(205,213,221)
#DDE1E8
(221,225,232)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7585 color. Also use rgb(77,117,133) instead hex code.

Text Font Color

.myTextColor { color: #4D7585; }

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

This text font color is #4D7585.


Background Color

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

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

This div background color is #4D7585.


Border color

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

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

This div border color is #4D7585.


Opacity

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

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

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

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

This text has shadow with #4D7585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7585 on black background.


Color preview on white background

This text has color #4D7585 on white background.



Black color preview on #4D7585 background

This text has black color on #4D7585 background.


White color preview on #4D7585 background

This text has white color on #4D7585 background.