#4FAAAE

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

Shades of Fountain Blue #4FAAAE

Tints of Fountain Blue #4FAAAE

Color information

#4FAAAE (or 0x4FAAAE) is unknown color: approx Fountain Blue. HEX triplet: 4F, AA and AE. RGB value is (79,170,174). Sum of RGB (Red+Green+Blue) = 79+170+174=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAE is #B05551. Grayscale: #8F8F8F. Windows color (decimal): -11556178 or 11446863. OLE color: 11446863.

HSL color Cylindrical-coordinate representation of color #4FAAAE: hue angle of 182.53º 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 #4FAAAE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB79170174-
CMYK0.550.0200.32
HSL182.53º37.55%49.61%-
HSV(B)182.53º54.6%68.24%-
XYZ25.2433.4745.17-
YUV143.25145.3582.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.68%
GREEN value IS 170 (66.80% from 255) = 40.19%
BLUE value IS 174 (68.36% from 255) = 41.13%
R=18.68%
G=40.19%
B=41.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791701740.550.0200.32182.5337.5549.61
Hex4FAAAE372020b72632
Octal1172522566720402674662
Binary1001111101010101010111011011110010000010110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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