HEX: #747BBA
RGB: (116,123,186)
#747BBA enthält hauptsächlich blaue Farbe. Für #747BBA ist eine «websichere» Webfarbe #6666CC (oder kurz #66C).
Die Farbe #747BBA wird in RGB als (116,123,186) definiert.
RGB: (116,123,186)
(45%, 48%, 73%)
R 116 von 255 = 45%
G 123 von 255 = 48%
B 186 von 255 = 73%
R + G + B ~ 55%. #747BBA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 116 + 123 + 186 = 425 (100%)
R 116 von 425 ~ 27.29%
G 123 von 425 ~ 28.94%
B 186 von 425 ~ 43.76'%
Die Farbe #747BBA wird in CMYK als (38,34,0,27) definiert.
CMYK: (38,34,0,27)
C38M34Y0K27 (38%, 34%, 0%, 27%)
(0.38 / 0.34 / 0.00 / 0.27)
Farbe #747BBA in den populären Farbmodellen.
74 | 7B | BA | |
---|---|---|---|
RGB | 116 | 123 | 186 |
HSL | 234° | 33.65% | 59.22% |
HSB/HSV | 234° | 37.63% | 72.94% |
CMYK | 37.63% | 33.87% | 0.00% |
27.06% |
Die Farbe #747BBA in den populären Zahlensystemen.
Hexadezimal | 74 | 7B | BA |
Dezimal | 116 | 123 | 186 |
Binär | 1110100 | 1111011 | 10111010 |
Oktal | 164 | 173 | 272 |
Dunkle Töne der Farbe #747BBA
Helle Töne der Farbe #747BBA
Beispiele css- und html für Elemente in der Farbe #747BBA. Bitte benutzen Sie auch rgb(116,123,186) statt hex-Code.
.myTextColor { color: #747BBA; }
<p style="color:#747BBA">This sample text font color is #747BBA.</p>
Die Farbe dieses Textes ist #747BBA.
.myBgColor { background-color: #747BBA; }
<div style="background-color:#747BBA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #747BBA.
.myBorderColor { border: 1px solid #747BBA; }
<div style="border:3px solid #747BBA">Div</div>
Die Grenzen von diesem div sind in Farbe #747BBA.
.myOpacity80 { color: #747BBA; opacity: 0.8; }
<p style="color:#747BBA;opacity:0.8;">80%</p>
Text in Farbe #747BBA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #747BBA;}
<p style="text-shadow: 3px 3px 1px #747BBA">Text here.</p>
Dieser Text hat den Schatten in Farbe #747BBA.
.textShadow {text-shadow: 3px 3px 1px #747BBA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #747BBA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #747BBA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#747BBA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#747BBA, Direction=45, Strength=4)">Text</p>
This text has shadow with #747BBA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #747BBA;
-webkit-box-shadow: 1px 1px 3px 2px #747BBA;
box-shadow: 1px 1px 3px 2px #747BBA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747BBA; -webkit-box-shadow: 1px 1px 3px 2px #747BBA; box-shadow:1px 1px 3px 2px #747BBA;">
Div content here
</div>
Dieser Text ist in der Farbe #747BBA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #747BBA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #747BBA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #747BBA.
Kontrastfarbe für #hex ist #8B8445.