#49A8AF

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

Shades of Fountain Blue #49A8AF

Tints of Fountain Blue #49A8AF

Color information

#49A8AF (or 0x49A8AF) is unknown color: approx Fountain Blue. HEX triplet: 49, A8 and AF. RGB value is (73,168,175). Sum of RGB (Red+Green+Blue) = 73+168+175=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #49A8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A8AF is #B65750. Grayscale: #8C8C8C. Windows color (decimal): -11949905 or 11511881. OLE color: 11511881.

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

Color convert

RGB73168175-
CMYK0.580.0400.31
HSL184.12º41.13%48.63%-
HSV(B)184.12º58.29%68.63%-
XYZ24.4932.5245.54-
YUV140.39147.5379.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=17.55%
G=40.38%
B=42.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731681750.580.0400.31184.1241.1348.63
Hex49A8AF3A401Fb82931
Octal1112502577240372705161
Binary1001001101010001010111111101010001111110111000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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