#4FA8AE

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

Shades of Fountain Blue #4FA8AE

Tints of Fountain Blue #4FA8AE

Color information

#4FA8AE (or 0x4FA8AE) is unknown color: approx Fountain Blue. HEX triplet: 4F, A8 and AE. RGB value is (79,168,174). Sum of RGB (Red+Green+Blue) = 79+168+174=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FA8AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA8AE is #B05751. Grayscale: #8D8D8D. Windows color (decimal): -11556690 or 11446351. OLE color: 11446351.

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

Color convert

RGB79168174-
CMYK0.550.0300.32
HSL183.79º37.55%49.61%-
HSV(B)183.79º54.6%68.24%-
XYZ24.8732.7245.05-
YUV142.07146.0183.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.76%
GREEN value IS 168 (66.02% from 255) = 39.90%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=18.76%
G=39.90%
B=41.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791681740.550.0300.32183.7937.5549.61
Hex4FA8AE373020b82632
Octal1172502566730402704662
Binary1001111101010001010111011011111010000010111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,174); }

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

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

 a { background-color: rgb(79,168,174); }

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

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

 span { border-color: rgb(79,168,174); }

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