HEX: #494761
RGB: (73,71,97)
#494761 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #494761 ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #494761 wird in RGB als (73,71,97) definiert.
RGB: (73,71,97) (29%,28%,38%)
R 73 von 255 = 29%
G 71 von 255 = 28%
B 97 von 255 = 38%
R + G + B ~ 32%. #494761 ziemlich dunkle Farbe.
R + G + B =
73 + 71 + 97 = 241 (100%)
R 73 von 241 ~ 30.29%
G 71 von 241 ~ 29.46%
B 97 von 241 ~ 40.25%
Die Farbe #494761 wird in CMYK als (25,27,0,62) definiert.
CMYK: (25,27,0,62) C25M27Y0K62 (25%,27%,0%,62%) (0.25/0.27/0.00/0.62)
49 | 47 | 61 | |
---|---|---|---|
RGB | 73 | 71 | 97 |
HSL | 245° | 15.48% | 32.94% |
HSB/HSV | 245° | 26.80% | 38.04% |
CMYK | 24.74% | 26.80% | 0.00% |
61.96% |
Hexadezimal | 49 | 47 | 61 |
Dezimal | 73 | 71 | 97 |
Binär | 1001001 | 1000111 | 1100001 |
Oktal | 111 | 107 | 141 |
Beispiele css- und html für Elemente in der Farbe #494761. Bitte benutzen Sie auch rgb(73,71,97) statt hex-Code.
.myTextColor { color: #494761; }
<p style="color:#494761">This sample text font color is #494761.</p>
Die Farbe dieses Textes ist #494761.
.myBgColor { background-color: #494761; }
<div style="background-color:#494761">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #494761.
.myBorderColor { border: 1px solid #494761; }
<div style="border:3px solid #494761">Div</div>
Die Grenzen von diesem div sind in Farbe #494761.
.myOpacity80 { color: #494761; opacity: 0.8; }
<p style="color:#494761;opacity:0.8;">80%</p>
Text in Farbe #494761 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #494761;}
<p style="text-shadow: 3px 3px 1px #494761">Text here.</p>
Dieser Text hat den Schatten in Farbe #494761.
.textShadow {text-shadow: 3px 3px 1px #494761, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #494761, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #494761 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#494761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#494761, Direction=45, Strength=4)">Text</p>
This text has shadow with #494761 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #494761; -webkit-box-shadow: 1px 1px 3px 2px #494761; box-shadow: 1px 1px 3px 2px #494761; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #494761; -webkit-box-shadow: 1px 1px 3px 2px #494761; box-shadow:1px 1px 3px 2px #494761;">
Div content here</div>
Dieser Text ist in der Farbe #494761 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #494761 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #494761.
Dieser Text ist weiß auf dem Hintergrund in Farbe #494761.