#4FAAB0

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

Shades of Fountain Blue #4FAAB0

Tints of Fountain Blue #4FAAB0

Color information

#4FAAB0 (or 0x4FAAB0) is unknown color: approx Fountain Blue. HEX triplet: 4F, AA and B0. RGB value is (79,170,176). Sum of RGB (Red+Green+Blue) = 79+170+176=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 176 - color contains mainly: blue. Hex color #4FAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAB0 is #B0554F. Grayscale: #8F8F8F. Windows color (decimal): -11556176 or 11577935. OLE color: 11577935.

HSL color Cylindrical-coordinate representation of color #4FAAB0: hue angle of 183.71º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAAB0 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB79170176-
CMYK0.550.0300.31
HSL183.71º38.04%50%-
HSV(B)183.71º55.11%69.02%-
XYZ25.4433.5546.21-
YUV143.48146.3582.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 170 (66.80% from 255) = 40%
BLUE value IS 176 (69.14% from 255) = 41.41%
R=18.59%
G=40%
B=41.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791701760.550.0300.31183.7138.0450
Hex4FAAB037301Fb82632
Octal1172522606730372704662
Binary100111110101010101100001101111101111110111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAAB0; }

 p { color: rgb(79,170,176); }

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

<style>
 a { background-color: #4FAAB0; }

 a { background-color: rgb(79,170,176); }

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

<style>
 span { border-color: #4FAAB0; }

 span { border-color: rgb(79,170,176); }

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