HEX: #749EAF
RGB: (116,158,175)
#749EAF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #749EAF ist eine «websichere» Webfarbe #669999 (oder kurz #699).
Die Farbe #749EAF wird in RGB als (116,158,175) definiert.
RGB: (116,158,175)
(45%, 62%, 69%)
R 116 von 255 = 45%
G 158 von 255 = 62%
B 175 von 255 = 69%
R + G + B ~ 59%. #749EAF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 158 + 175 = 449 (100%)
R 116 von 449 ~ 25.84%
G 158 von 449 ~ 35.19%
B 175 von 449 ~ 38.98'%
Die Farbe #749EAF wird in CMYK als (34,10,0,31) definiert.
CMYK: (34,10,0,31)
C34M10Y0K31 (34%, 10%, 0%, 31%)
(0.34 / 0.10 / 0.00 / 0.31)
Farbe #749EAF in den populären Farbmodellen.
74 | 9E | AF | |
---|---|---|---|
RGB | 116 | 158 | 175 |
HSL | 197° | 26.94% | 57.06% |
HSB/HSV | 197° | 33.71% | 68.63% |
CMYK | 33.71% | 9.71% | 0.00% |
31.37% |
Die Farbe #749EAF in den populären Zahlensystemen.
Hexadezimal | 74 | 9E | AF |
Dezimal | 116 | 158 | 175 |
Binär | 1110100 | 10011110 | 10101111 |
Oktal | 164 | 236 | 257 |
Dunkle Töne der Farbe #749EAF
Helle Töne der Farbe #749EAF
Beispiele css- und html für Elemente in der Farbe #749EAF. Bitte benutzen Sie auch rgb(116,158,175) statt hex-Code.
.myTextColor { color: #749EAF; }
<p style="color:#749EAF">This sample text font color is #749EAF.</p>
Die Farbe dieses Textes ist #749EAF.
.myBgColor { background-color: #749EAF; }
<div style="background-color:#749EAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #749EAF.
.myBorderColor { border: 1px solid #749EAF; }
<div style="border:3px solid #749EAF">Div</div>
Die Grenzen von diesem div sind in Farbe #749EAF.
.myOpacity80 { color: #749EAF; opacity: 0.8; }
<p style="color:#749EAF;opacity:0.8;">80%</p>
Text in Farbe #749EAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749EAF;}
<p style="text-shadow: 3px 3px 1px #749EAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #749EAF.
.textShadow {text-shadow: 3px 3px 1px #749EAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749EAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #749EAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749EAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749EAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #749EAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749EAF;
-webkit-box-shadow: 1px 1px 3px 2px #749EAF;
box-shadow: 1px 1px 3px 2px #749EAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749EAF; -webkit-box-shadow: 1px 1px 3px 2px #749EAF; box-shadow:1px 1px 3px 2px #749EAF;">
Div content here
</div>
Dieser Text ist in der Farbe #749EAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #749EAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #749EAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #749EAF.
Kontrastfarbe für #hex ist #8B6150.