HEX: #4761AC
RGB: (71,97,172)
#4761AC enthält hauptsächlich blaue Farbe. Für #4761AC ist eine «websichere» Webfarbe #336699 (oder kurz #369).
Die Farbe #4761AC wird in RGB als (71,97,172) definiert.
RGB: (71,97,172) (28%,38%,67%)
R 71 von 255 = 28%
G 97 von 255 = 38%
B 172 von 255 = 67%
R + G + B ~ 44%. #4761AC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
71 + 97 + 172 = 340 (100%)
R 71 von 340 ~ 20.88%
G 97 von 340 ~ 28.53%
B 172 von 340 ~ 50.59%
Die Farbe #4761AC wird in CMYK als (59,44,0,33) definiert.
CMYK: (59,44,0,33) C59M44Y0K33 (59%,44%,0%,33%) (0.59/0.44/0.00/0.33)
47 | 61 | AC | |
---|---|---|---|
RGB | 71 | 97 | 172 |
HSL | 225° | 41.56% | 47.65% |
HSB/HSV | 225° | 58.72% | 67.45% |
CMYK | 58.72% | 43.60% | 0.00% |
32.55% |
Hexadezimal | 47 | 61 | AC |
Dezimal | 71 | 97 | 172 |
Binär | 1000111 | 1100001 | 10101100 |
Oktal | 107 | 141 | 254 |
Beispiele css- und html für Elemente in der Farbe #4761AC. Bitte benutzen Sie auch rgb(71,97,172) statt hex-Code.
.myTextColor { color: #4761AC; }
<p style="color:#4761AC">This sample text font color is #4761AC.</p>
Die Farbe dieses Textes ist #4761AC.
.myBgColor { background-color: #4761AC; }
<div style="background-color:#4761AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4761AC.
.myBorderColor { border: 1px solid #4761AC; }
<div style="border:3px solid #4761AC">Div</div>
Die Grenzen von diesem div sind in Farbe #4761AC.
.myOpacity80 { color: #4761AC; opacity: 0.8; }
<p style="color:#4761AC;opacity:0.8;">80%</p>
Text in Farbe #4761AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4761AC;}
<p style="text-shadow: 3px 3px 1px #4761AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #4761AC.
.textShadow {text-shadow: 3px 3px 1px #4761AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4761AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4761AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4761AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4761AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #4761AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4761AC; -webkit-box-shadow: 1px 1px 3px 2px #4761AC; box-shadow: 1px 1px 3px 2px #4761AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4761AC; -webkit-box-shadow: 1px 1px 3px 2px #4761AC; box-shadow:1px 1px 3px 2px #4761AC;">
Div content here</div>
Dieser Text ist in der Farbe #4761AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4761AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4761AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4761AC.