COLOR #4D4B7B

HEX: #4D4B7B
RGB: (77,75,123)

Renk bilgisi

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

RGB renk modeli

#4D4B7B color RGB value is (77,75,123).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 75 of 255 = 29%
B 123 of 255 = 48%

77
75
123

R + G + B ~ 36%. #4D4B7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 75 + 123 = 275 (100%)
R 77 of 275 ~ 28%
G 75 of 275 ~ 27.27%
B 123 of 275 ~ 44.73%

%28
%27.27
%44.73

CMYK RENK MODELİ

#4D4B7B rengi CMYK tonu (37,39,0,52).

  • camgöbeği tonu 37.40%
  • eflatun tonu 39.02%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,39,0,52)
C37M39Y0K52 
(37%,39%,0%,52%)
(0.37/0.39/0.00/0.52)	

CMYK yüzdeleri

%37.4
%39.02
%0
%51.76

Codes

Color #4D4B7B in popluar color models

4D4B7B
RGB7775123
HSL243°24.24%38.82%
HSB/HSV243°39.02%48.24%
CMYK37.40%39.02%0.00%
51.76%

Color #4D4B7B in popluar number systems.

HEX4D4B7B
Decimal7775123
Binary100110110010111111011
Octal115113173

Shades and tints

Shades of #4D4B7B

#4D4B7B
(77,75,123)
#464570
(70,69,112)
#3F3F65
(63,63,101)
#38395A
(56,57,90)
#31334F
(49,51,79)
#2A2D44
(42,45,68)
#232739
(35,39,57)
#1C212E
(28,33,46)
#151B23
(21,27,35)
#0E1518
(14,21,24)
#070F0D
(7,15,13)
#000000
(0,0,0)

Tints of #4D4B7B

#4D4B7B
(77,75,123)
#5D5B87
(93,91,135)
#6D6B93
(109,107,147)
#7D7B9F
(125,123,159)
#8D8BAB
(141,139,171)
#9D9BB7
(157,155,183)
#ADABC3
(173,171,195)
#BDBBCF
(189,187,207)
#CDCBDB
(205,203,219)
#DDDBE7
(221,219,231)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4B7B; }

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

This text font color is #4D4B7B.


Background Color

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

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

This div background color is #4D4B7B.


Border color

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

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

This div border color is #4D4B7B.


Opacity

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

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

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

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

This text has shadow with #4D4B7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4B7B on black background.


Color preview on white background

This text has color #4D4B7B on white background.



Black color preview on #4D4B7B background

This text has black color on #4D4B7B background.


White color preview on #4D4B7B background

This text has white color on #4D4B7B background.