COLOR #4D689C

HEX: #4D689C
RGB: (77,104,156)

Renk bilgisi

#4D689C contains mainly green and blue colors. #4D689C ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D689C color RGB value is (77,104,156).

  • kırmız ton 77;
  • yeşil ton 104;
  • mavi ton 156.
RGB:
(77,104,156)
(30%,41%,61%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 104 of 255 = 41%
B 156 of 255 = 61%

77
104
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 104 + 156 = 337 (100%)
R 77 of 337 ~ 22.85%
G 104 of 337 ~ 30.86%
B 156 of 337 ~ 46.29%

%22.85
%30.86
%46.29

CMYK RENK MODELİ

#4D689C rengi CMYK tonu (51,33,0,39).

  • camgöbeği tonu 50.64%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(51,33,0,39)
C51M33Y0K39 
(51%,33%,0%,39%)
(0.51/0.33/0.00/0.39)	

CMYK yüzdeleri

%50.64
%33.33
%0
%38.82

Codes

Color #4D689C in popluar color models

4D689C
RGB77104156
HSL219°33.91%45.69%
HSB/HSV219°50.64%61.18%
CMYK50.64%33.33%0.00%
38.82%

Color #4D689C in popluar number systems.

HEX4D689C
Decimal77104156
Binary1001101110100010011100
Octal115150234

Shades and tints

Shades of #4D689C

#4D689C
(77,104,156)
#465F8E
(70,95,142)
#3F5680
(63,86,128)
#384D72
(56,77,114)
#314464
(49,68,100)
#2A3B56
(42,59,86)
#233248
(35,50,72)
#1C293A
(28,41,58)
#15202C
(21,32,44)
#0E171E
(14,23,30)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D689C

#4D689C
(77,104,156)
#5D75A5
(93,117,165)
#6D82AE
(109,130,174)
#7D8FB7
(125,143,183)
#8D9CC0
(141,156,192)
#9DA9C9
(157,169,201)
#ADB6D2
(173,182,210)
#BDC3DB
(189,195,219)
#CDD0E4
(205,208,228)
#DDDDED
(221,221,237)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D689C color. Also use rgb(77,104,156) instead hex code.

Text Font Color

.myTextColor { color: #4D689C; }

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

This text font color is #4D689C.


Background Color

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

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

This div background color is #4D689C.


Border color

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

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

This div border color is #4D689C.


Opacity

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

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

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

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

This text has shadow with #4D689C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D689C on black background.


Color preview on white background

This text has color #4D689C on white background.



Black color preview on #4D689C background

This text has black color on #4D689C background.


White color preview on #4D689C background

This text has white color on #4D689C background.