COLOR #4D137B

HEX: #4D137B
RGB: (77,19,123)

Renk bilgisi

#4D137B contains mainly red and blue colors. #4D137B ‘ nin web güvenlik rengi #330066 (ya da #306) dir.

RGB renk modeli

#4D137B color RGB value is (77,19,123).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 19 of 255 = 7%
B 123 of 255 = 48%

77
19
123

R + G + B ~ 28%. #4D137B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 19 + 123 = 219 (100%)
R 77 of 219 ~ 35.16%
G 19 of 219 ~ 8.68%
B 123 of 219 ~ 56.16%

%35.16
%56.16

CMYK RENK MODELİ

#4D137B rengi CMYK tonu (37,85,0,52).

  • camgöbeği tonu 37.40%
  • eflatun tonu 84.55%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,85,0,52)
C37M85Y0K52 
(37%,85%,0%,52%)
(0.37/0.85/0.00/0.52)	

CMYK yüzdeleri

%37.4
%84.55
%0
%51.76

Codes

Color #4D137B in popluar color models

4D137B
RGB7719123
HSL273°73.24%27.84%
HSB/HSV273°84.55%48.24%
CMYK37.40%84.55%0.00%
51.76%

Color #4D137B in popluar number systems.

HEX4D137B
Decimal7719123
Binary1001101100111111011
Octal11523173

Shades and tints

Shades of #4D137B

#4D137B
(77,19,123)
#461270
(70,18,112)
#3F1165
(63,17,101)
#38105A
(56,16,90)
#310F4F
(49,15,79)
#2A0E44
(42,14,68)
#230D39
(35,13,57)
#1C0C2E
(28,12,46)
#150B23
(21,11,35)
#0E0A18
(14,10,24)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D137B

#4D137B
(77,19,123)
#5D2887
(93,40,135)
#6D3D93
(109,61,147)
#7D529F
(125,82,159)
#8D67AB
(141,103,171)
#9D7CB7
(157,124,183)
#AD91C3
(173,145,195)
#BDA6CF
(189,166,207)
#CDBBDB
(205,187,219)
#DDD0E7
(221,208,231)
#EDE5F3
(237,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D137B; }

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

This text font color is #4D137B.


Background Color

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

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

This div background color is #4D137B.


Border color

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

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

This div border color is #4D137B.


Opacity

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

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

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

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

This text has shadow with #4D137B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D137B on black background.


Color preview on white background

This text has color #4D137B on white background.



Black color preview on #4D137B background

This text has black color on #4D137B background.


White color preview on #4D137B background

This text has white color on #4D137B background.