HEX: #4AB499
RGB: (74,180,153)
#4AB499 enthält hauptsächlich grüne und blaue Farbe. Für #4AB499 ist eine «websichere» Webfarbe #33CC99 (oder kurz #3C9).
Die Farbe #4AB499 wird in RGB als (74,180,153) definiert.
RGB: (74,180,153)
(29%, 71%, 60%)
R 74 von 255 = 29%
G 180 von 255 = 71%
B 153 von 255 = 60%
R + G + B ~ 53%. #4AB499 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 74 + 180 + 153 = 407 (100%)
R 74 von 407 ~ 18.18%
G 180 von 407 ~ 44.23%
B 153 von 407 ~ 37.59'%
Die Farbe #4AB499 wird in CMYK als (59,0,15,29) definiert.
CMYK: (59,0,15,29)
C59M0Y15K29 (59%, 0%, 15%, 29%)
(0.59 / 0.00 / 0.15 / 0.29)
Farbe #4AB499 in den populären Farbmodellen.
4A | B4 | 99 | |
---|---|---|---|
RGB | 74 | 180 | 153 |
HSL | 165° | 41.73% | 49.80% |
HSB/HSV | 165° | 58.89% | 70.59% |
CMYK | 58.89% | 0.00% | 15.00% |
29.41% |
Die Farbe #4AB499 in den populären Zahlensystemen.
Hexadezimal | 4A | B4 | 99 |
Dezimal | 74 | 180 | 153 |
Binär | 1001010 | 10110100 | 10011001 |
Oktal | 112 | 264 | 231 |
Dunkle Töne der Farbe #4AB499
Helle Töne der Farbe #4AB499
Beispiele css- und html für Elemente in der Farbe #4AB499. Bitte benutzen Sie auch rgb(74,180,153) statt hex-Code.
.myTextColor { color: #4AB499; }
<p style="color:#4AB499">This sample text font color is #4AB499.</p>
Die Farbe dieses Textes ist #4AB499.
.myBgColor { background-color: #4AB499; }
<div style="background-color:#4AB499">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #4AB499.
.myBorderColor { border: 1px solid #4AB499; }
<div style="border:3px solid #4AB499">Div</div>
Die Grenzen von diesem div sind in Farbe #4AB499.
.myOpacity80 { color: #4AB499; opacity: 0.8; }
<p style="color:#4AB499;opacity:0.8;">80%</p>
Text in Farbe #4AB499 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4AB499;}
<p style="text-shadow: 3px 3px 1px #4AB499">Text here.</p>
Dieser Text hat den Schatten in Farbe #4AB499.
.textShadow {text-shadow: 3px 3px 1px #4AB499', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4AB499, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #4AB499 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AB499, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4AB499, Direction=45, Strength=4)">Text</p>
This text has shadow with #4AB499 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4AB499;
-webkit-box-shadow: 1px 1px 3px 2px #4AB499;
box-shadow: 1px 1px 3px 2px #4AB499;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AB499; -webkit-box-shadow: 1px 1px 3px 2px #4AB499; box-shadow:1px 1px 3px 2px #4AB499;">
Div content here
</div>
Dieser Text ist in der Farbe #4AB499 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #4AB499 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #4AB499.
Dieser Text ist weiß auf dem Hintergrund in Farbe #4AB499.
Kontrastfarbe für #hex ist #B54B66.