HEX: #4D97E7
RGB: (77,151,231)
#4D97E7 enthält hauptsächlich blaue Farbe. Für #4D97E7 ist eine «websichere» Webfarbe #3399FF (oder kurz #39F).
Die Farbe #4D97E7 wird in RGB als (77,151,231) definiert.
RGB: (77,151,231) (30%,59%,91%)
R 77 von 255 = 30%
G 151 von 255 = 59%
B 231 von 255 = 91%
R + G + B ~ 60%. #4D97E7 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
77 + 151 + 231 = 459 (100%)
R 77 von 459 ~ 16.78%
G 151 von 459 ~ 32.9%
B 231 von 459 ~ 50.33%
Die Farbe #4D97E7 wird in CMYK als (67,35,0,9) definiert.
CMYK: (67,35,0,9) C67M35Y0K9 (67%,35%,0%,9%) (0.67/0.35/0.00/0.09)
4D | 97 | E7 | |
---|---|---|---|
RGB | 77 | 151 | 231 |
HSL | 211° | 76.24% | 60.39% |
HSB/HSV | 211° | 66.67% | 90.59% |
CMYK | 66.67% | 34.63% | 0.00% |
9.41% |
Hexadezimal | 4D | 97 | E7 |
Dezimal | 77 | 151 | 231 |
Binär | 1001101 | 10010111 | 11100111 |
Oktal | 115 | 227 | 347 |
Beispiele css- und html für Elemente in der Farbe #4D97E7. Bitte benutzen Sie auch rgb(77,151,231) statt hex-Code.
.myTextColor { color: #4D97E7; }
<p style="color:#4D97E7">This sample text font color is #4D97E7.</p>
Die Farbe dieses Textes ist #4D97E7.
.myBgColor { background-color: #4D97E7; }
<div style="background-color:#4D97E7">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4D97E7.
.myBorderColor { border: 1px solid #4D97E7; }
<div style="border:3px solid #4D97E7">Div</div>
Die Grenzen von diesem div sind in Farbe #4D97E7.
.myOpacity80 { color: #4D97E7; opacity: 0.8; }
<p style="color:#4D97E7;opacity:0.8;">80%</p>
Text in Farbe #4D97E7 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4D97E7;}
<p style="text-shadow: 3px 3px 1px #4D97E7">Text here.</p>
Dieser Text hat den Schatten in Farbe #4D97E7.
.textShadow {text-shadow: 3px 3px 1px #4D97E7, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4D97E7, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4D97E7 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4D97E7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4D97E7, Direction=45, Strength=4)">Text</p>
This text has shadow with #4D97E7 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4D97E7; -webkit-box-shadow: 1px 1px 3px 2px #4D97E7; box-shadow: 1px 1px 3px 2px #4D97E7; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4D97E7; -webkit-box-shadow: 1px 1px 3px 2px #4D97E7; box-shadow:1px 1px 3px 2px #4D97E7;">
Div content here</div>
Dieser Text ist in der Farbe #4D97E7 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4D97E7 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4D97E7.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4D97E7.