#49AEAD

Color #49AEAD Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #49AEAD

Tints of Fountain Blue #49AEAD

Color information

#49AEAD (or 0x49AEAD) is unknown color: approx Fountain Blue. HEX triplet: 49, AE and AD. RGB value is (73,174,173). Sum of RGB (Red+Green+Blue) = 73+174+173=420 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.38% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #49AEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AEAD is #B65152. Grayscale: #8F8F8F. Windows color (decimal): -11948371 or 11382345. OLE color: 11382345.

HSL color Cylindrical-coordinate representation of color #49AEAD: hue angle of 179.41º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AEAD is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB73174173-
CMYK0.5800.010.32
HSL179.41º40.89%48.43%-
HSV(B)179.41º58.05%68.24%-
XYZ25.4334.7144.89-
YUV143.69144.5477.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 17.38%
GREEN value IS 174 (68.36% from 255) = 41.43%
BLUE value IS 173 (67.97% from 255) = 41.19%
R=17.38%
G=41.43%
B=41.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731741730.5800.010.32179.4140.8948.43
Hex49AEAD3A0120b32930
Octal1112562557201402635160
Binary100100110101110101011011110100110000010110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49AEAD; }

 p { color: rgb(73,174,173); }

 H1.HeaderClassName
 {
   color: #49AEAD;
 }
 .AnyTagClassName
 {
   color: #49AEAD;
 }
</style>
background-color css

<style>
 a { background-color: #49AEAD; }

 a { background-color: rgb(73,174,173); }

 div.DivClassName
 {
   background-color: #49AEAD;
 }
 .BgClassName
 {
   background-color: #49AEAD;
 }
</style>
border-color css

<style>
 span { border-color: #49AEAD; }

 span { border-color: rgb(73,174,173); }

 td.TdClassName
 {
   border-color: #49AEAD;
 }
 .TagClassName
 {
   border-color: #49AEAD;
 }
</style>