HEX: #4D669B
RGB: (77,102,155)
#4D669B enthält hauptsächlich grüne und blaue Farbe. Für #4D669B ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4D669B wird in RGB als (77,102,155) definiert.
RGB: (77,102,155) (30%,40%,61%)
R 77 von 255 = 30%
G 102 von 255 = 40%
B 155 von 255 = 61%
R + G + B ~ 44%. #4D669B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
77 + 102 + 155 = 334 (100%)
R 77 von 334 ~ 23.05%
G 102 von 334 ~ 30.54%
B 155 von 334 ~ 46.41%
Die Farbe #4D669B wird in CMYK als (50,34,0,39) definiert.
CMYK: (50,34,0,39) C50M34Y0K39 (50%,34%,0%,39%) (0.50/0.34/0.00/0.39)
4D | 66 | 9B | |
---|---|---|---|
RGB | 77 | 102 | 155 |
HSL | 221° | 33.62% | 45.49% |
HSB/HSV | 221° | 50.32% | 60.78% |
CMYK | 50.32% | 34.19% | 0.00% |
39.22% |
Hexadezimal | 4D | 66 | 9B |
Dezimal | 77 | 102 | 155 |
Binär | 1001101 | 1100110 | 10011011 |
Oktal | 115 | 146 | 233 |
Beispiele css- und html für Elemente in der Farbe #4D669B. Bitte benutzen Sie auch rgb(77,102,155) statt hex-Code.
.myTextColor { color: #4D669B; }
<p style="color:#4D669B">This sample text font color is #4D669B.</p>
Die Farbe dieses Textes ist #4D669B.
.myBgColor { background-color: #4D669B; }
<div style="background-color:#4D669B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D669B.
.myBorderColor { border: 1px solid #4D669B; }
<div style="border:3px solid #4D669B">Div</div>
Die Grenzen von diesem div sind in Farbe #4D669B.
.myOpacity80 { color: #4D669B; opacity: 0.8; }
<p style="color:#4D669B;opacity:0.8;">80%</p>
Text in Farbe #4D669B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D669B;}
<p style="text-shadow: 3px 3px 1px #4D669B">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D669B.
.textShadow {text-shadow: 3px 3px 1px #4D669B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D669B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D669B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D669B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D669B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D669B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D669B; -webkit-box-shadow: 1px 1px 3px 2px #4D669B; box-shadow: 1px 1px 3px 2px #4D669B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D669B; -webkit-box-shadow: 1px 1px 3px 2px #4D669B; box-shadow:1px 1px 3px 2px #4D669B;">
Div content here</div>
Dieser Text ist in der Farbe #4D669B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D669B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D669B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D669B.