COLOR #4D588E

HEX: #4D588E
RGB: (77,88,142)

Renk bilgisi

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

RGB renk modeli

#4D588E color RGB value is (77,88,142).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 88 of 255 = 35%
B 142 of 255 = 56%

77
88
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 88 + 142 = 307 (100%)
R 77 of 307 ~ 25.08%
G 88 of 307 ~ 28.66%
B 142 of 307 ~ 46.25%

%25.08
%28.66
%46.25

CMYK RENK MODELİ

#4D588E rengi CMYK tonu (46,38,0,44).

  • camgöbeği tonu 45.77%
  • eflatun tonu 38.03%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(46,38,0,44)
C46M38Y0K44 
(46%,38%,0%,44%)
(0.46/0.38/0.00/0.44)	

CMYK yüzdeleri

%45.77
%38.03
%0
%44.31

Codes

Color #4D588E in popluar color models

4D588E
RGB7788142
HSL230°29.68%42.94%
HSB/HSV230°45.77%55.69%
CMYK45.77%38.03%0.00%
44.31%

Color #4D588E in popluar number systems.

HEX4D588E
Decimal7788142
Binary1001101101100010001110
Octal115130216

Shades and tints

Shades of #4D588E

#4D588E
(77,88,142)
#465082
(70,80,130)
#3F4876
(63,72,118)
#38406A
(56,64,106)
#31385E
(49,56,94)
#2A3052
(42,48,82)
#232846
(35,40,70)
#1C203A
(28,32,58)
#15182E
(21,24,46)
#0E1022
(14,16,34)
#070816
(7,8,22)
#000000
(0,0,0)

Tints of #4D588E

#4D588E
(77,88,142)
#5D6798
(93,103,152)
#6D76A2
(109,118,162)
#7D85AC
(125,133,172)
#8D94B6
(141,148,182)
#9DA3C0
(157,163,192)
#ADB2CA
(173,178,202)
#BDC1D4
(189,193,212)
#CDD0DE
(205,208,222)
#DDDFE8
(221,223,232)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D588E; }

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

This text font color is #4D588E.


Background Color

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

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

This div background color is #4D588E.


Border color

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

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

This div border color is #4D588E.


Opacity

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

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

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

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

This text has shadow with #4D588E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D588E on black background.


Color preview on white background

This text has color #4D588E on white background.



Black color preview on #4D588E background

This text has black color on #4D588E background.


White color preview on #4D588E background

This text has white color on #4D588E background.