COLOR #4D589E

HEX: #4D589E
RGB: (77,88,158)

Renk bilgisi

#4D589E contains mainly blue color. #4D589E ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D589E color RGB value is (77,88,158).

  • kırmız ton 77;
  • yeşil ton 88;
  • mavi ton 158.
RGB:
(77,88,158)
(30%,35%,62%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 158 of 255 = 62%

77
88
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 158 = 323 (100%)
R 77 of 323 ~ 23.84%
G 88 of 323 ~ 27.24%
B 158 of 323 ~ 48.92%

%23.84
%27.24
%48.92

CMYK RENK MODELİ

#4D589E rengi CMYK tonu (51,44,0,38).

  • camgöbeği tonu 51.27%
  • eflatun tonu 44.30%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(51,44,0,38)
C51M44Y0K38 
(51%,44%,0%,38%)
(0.51/0.44/0.00/0.38)	

CMYK yüzdeleri

%51.27
%44.3
%0
%38.04

Codes

Color #4D589E in popluar color models

4D589E
RGB7788158
HSL232°34.47%46.08%
HSB/HSV232°51.27%61.96%
CMYK51.27%44.30%0.00%
38.04%

Color #4D589E in popluar number systems.

HEX4D589E
Decimal7788158
Binary1001101101100010011110
Octal115130236

Shades and tints

Shades of #4D589E

#4D589E
(77,88,158)
#465090
(70,80,144)
#3F4882
(63,72,130)
#384074
(56,64,116)
#313866
(49,56,102)
#2A3058
(42,48,88)
#23284A
(35,40,74)
#1C203C
(28,32,60)
#15182E
(21,24,46)
#0E1020
(14,16,32)
#070812
(7,8,18)
#000000
(0,0,0)

Tints of #4D589E

#4D589E
(77,88,158)
#5D67A6
(93,103,166)
#6D76AE
(109,118,174)
#7D85B6
(125,133,182)
#8D94BE
(141,148,190)
#9DA3C6
(157,163,198)
#ADB2CE
(173,178,206)
#BDC1D6
(189,193,214)
#CDD0DE
(205,208,222)
#DDDFE6
(221,223,230)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D589E color. Also use rgb(77,88,158) instead hex code.

Text Font Color

.myTextColor { color: #4D589E; }

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

This text font color is #4D589E.


Background Color

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

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

This div background color is #4D589E.


Border color

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

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

This div border color is #4D589E.


Opacity

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

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

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

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

This text has shadow with #4D589E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D589E on black background.


Color preview on white background

This text has color #4D589E on white background.



Black color preview on #4D589E background

This text has black color on #4D589E background.


White color preview on #4D589E background

This text has white color on #4D589E background.