HEX: #493D7D
RGB: (73,61,125)
#493D7D enthält hauptsächlich rote und blaue Farbe. Für #493D7D ist eine «websichere» Webfarbe #333366 (oder kurz #336).
Die Farbe #493D7D wird in RGB als (73,61,125) definiert.
RGB: (73,61,125) (29%,24%,49%)
R 73 von 255 = 29%
G 61 von 255 = 24%
B 125 von 255 = 49%
R + G + B ~ 34%. #493D7D ziemlich dunkle Farbe.
R + G + B =
73 + 61 + 125 = 259 (100%)
R 73 von 259 ~ 28.19%
G 61 von 259 ~ 23.55%
B 125 von 259 ~ 48.26%
Die Farbe #493D7D wird in CMYK als (42,51,0,51) definiert.
CMYK: (42,51,0,51) C42M51Y0K51 (42%,51%,0%,51%) (0.42/0.51/0.00/0.51)
49 | 3D | 7D | |
---|---|---|---|
RGB | 73 | 61 | 125 |
HSL | 251° | 34.41% | 36.47% |
HSB/HSV | 251° | 51.20% | 49.02% |
CMYK | 41.60% | 51.20% | 0.00% |
50.98% |
Hexadezimal | 49 | 3D | 7D |
Dezimal | 73 | 61 | 125 |
Binär | 1001001 | 111101 | 1111101 |
Oktal | 111 | 75 | 175 |
Beispiele css- und html für Elemente in der Farbe #493D7D. Bitte benutzen Sie auch rgb(73,61,125) statt hex-Code.
.myTextColor { color: #493D7D; }
<p style="color:#493D7D">This sample text font color is #493D7D.</p>
Die Farbe dieses Textes ist #493D7D.
.myBgColor { background-color: #493D7D; }
<div style="background-color:#493D7D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #493D7D.
.myBorderColor { border: 1px solid #493D7D; }
<div style="border:3px solid #493D7D">Div</div>
Die Grenzen von diesem div sind in Farbe #493D7D.
.myOpacity80 { color: #493D7D; opacity: 0.8; }
<p style="color:#493D7D;opacity:0.8;">80%</p>
Text in Farbe #493D7D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #493D7D;}
<p style="text-shadow: 3px 3px 1px #493D7D">Text here.</p>
Dieser Text hat den Schatten in Farbe #493D7D.
.textShadow {text-shadow: 3px 3px 1px #493D7D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #493D7D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #493D7D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#493D7D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#493D7D, Direction=45, Strength=4)">Text</p>
This text has shadow with #493D7D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #493D7D; -webkit-box-shadow: 1px 1px 3px 2px #493D7D; box-shadow: 1px 1px 3px 2px #493D7D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #493D7D; -webkit-box-shadow: 1px 1px 3px 2px #493D7D; box-shadow:1px 1px 3px 2px #493D7D;">
Div content here</div>
Dieser Text ist in der Farbe #493D7D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #493D7D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #493D7D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #493D7D.