#49AAAE

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

Shades of Fountain Blue #49AAAE

Tints of Fountain Blue #49AAAE

Color information

#49AAAE (or 0x49AAAE) is unknown color: approx Fountain Blue. HEX triplet: 49, AA and AE. RGB value is (73,170,174). Sum of RGB (Red+Green+Blue) = 73+170+174=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #49AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAE is #B65551. Grayscale: #8D8D8D. Windows color (decimal): -11949394 or 11446857. OLE color: 11446857.

HSL color Cylindrical-coordinate representation of color #49AAAE: hue angle of 182.38º 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 #49AAAE is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73170174-
CMYK0.580.0200.32
HSL182.38º40.89%48.43%-
HSV(B)182.38º58.05%68.24%-
XYZ24.7633.2245.15-
YUV141.45146.3679.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=17.51%
G=40.77%
B=41.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731701740.580.0200.32182.3840.8948.43
Hex49AAAE3A2020b62930
Octal1112522567220402665160
Binary1001001101010101010111011101010010000010110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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