#49AAAF

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

Shades of Fountain Blue #49AAAF

Tints of Fountain Blue #49AAAF

Color information

#49AAAF (or 0x49AAAF) is unknown color: approx Fountain Blue. HEX triplet: 49, AA and AF. RGB value is (73,170,175). Sum of RGB (Red+Green+Blue) = 73+170+175=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #49AAAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AAAF is #B65550. Grayscale: #8D8D8D. Windows color (decimal): -11949393 or 11512393. OLE color: 11512393.

HSL color Cylindrical-coordinate representation of color #49AAAF: hue angle of 182.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AAAF is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73170175-
CMYK0.580.0300.31
HSL182.94º41.13%48.63%-
HSV(B)182.94º58.29%68.63%-
XYZ24.8633.2645.67-
YUV141.57146.8679.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 170 (66.80% from 255) = 40.67%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=17.46%
G=40.67%
B=41.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731701750.580.0300.31182.9441.1348.63
Hex49AAAF3A301Fb72931
Octal1112522577230372675161
Binary100100110101010101011111110101101111110110111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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