HEX: #46477E
RGB: (70,71,126)
#46477E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #46477E ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #46477E wird in RGB als (70,71,126) definiert.
RGB: (70,71,126) (27%,28%,49%)
R 70 von 255 = 27%
G 71 von 255 = 28%
B 126 von 255 = 49%
R + G + B ~ 35%. #46477E ziemlich dunkle Farbe.
R + G + B =
70 + 71 + 126 = 267 (100%)
R 70 von 267 ~ 26.22%
G 71 von 267 ~ 26.59%
B 126 von 267 ~ 47.19%
Die Farbe #46477E wird in CMYK als (44,44,0,51) definiert.
CMYK: (44,44,0,51) C44M44Y0K51 (44%,44%,0%,51%) (0.44/0.44/0.00/0.51)
46 | 47 | 7E | |
---|---|---|---|
RGB | 70 | 71 | 126 |
HSL | 239° | 28.57% | 38.43% |
HSB/HSV | 239° | 44.44% | 49.41% |
CMYK | 44.44% | 43.65% | 0.00% |
50.59% |
Hexadezimal | 46 | 47 | 7E |
Dezimal | 70 | 71 | 126 |
Binär | 1000110 | 1000111 | 1111110 |
Oktal | 106 | 107 | 176 |
Beispiele css- und html für Elemente in der Farbe #46477E. Bitte benutzen Sie auch rgb(70,71,126) statt hex-Code.
.myTextColor { color: #46477E; }
<p style="color:#46477E">This sample text font color is #46477E.</p>
Die Farbe dieses Textes ist #46477E.
.myBgColor { background-color: #46477E; }
<div style="background-color:#46477E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #46477E.
.myBorderColor { border: 1px solid #46477E; }
<div style="border:3px solid #46477E">Div</div>
Die Grenzen von diesem div sind in Farbe #46477E.
.myOpacity80 { color: #46477E; opacity: 0.8; }
<p style="color:#46477E;opacity:0.8;">80%</p>
Text in Farbe #46477E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #46477E;}
<p style="text-shadow: 3px 3px 1px #46477E">Text here.</p>
Dieser Text hat den Schatten in Farbe #46477E.
.textShadow {text-shadow: 3px 3px 1px #46477E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #46477E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #46477E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#46477E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#46477E, Direction=45, Strength=4)">Text</p>
This text has shadow with #46477E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #46477E; -webkit-box-shadow: 1px 1px 3px 2px #46477E; box-shadow: 1px 1px 3px 2px #46477E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #46477E; -webkit-box-shadow: 1px 1px 3px 2px #46477E; box-shadow:1px 1px 3px 2px #46477E;">
Div content here</div>
Dieser Text ist in der Farbe #46477E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #46477E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #46477E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #46477E.