#49afaf

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

Shades of Fountain Blue #49AFAF

Tints of Fountain Blue #49AFAF

Color information

#49AFAF (or 0x49AFAF) is unknown color: approx Fountain Blue. HEX triplet: 49, AF and AF. RGB value is (73,175,175). Sum of RGB (Red+Green+Blue) = 73+175+175=423 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.26% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #49AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AFAF is #B65050. Grayscale: #909090. Windows color (decimal): -11948113 or 11513673. OLE color: 11513673.

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

Color convert

RGB73175175-
CMYK0.58000.31
HSL180º41.13%48.63%-
HSV(B)180º58.29%68.63%-
XYZ25.8235.1745.99-
YUV144.5145.2177-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.26%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=17.26%
G=41.37%
B=41.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731751750.58000.3118041.1348.63
Hex49AFAF3A001Fb42931
Octal1112572577200372645161
Binary10010011010111110101111111010001111110110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49afaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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