#4faaaf

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

Shades of Fountain Blue #4FAAAF

Tints of Fountain Blue #4FAAAF

Color information

#4FAAAF (or 0x4FAAAF) is unknown color: approx Fountain Blue. HEX triplet: 4F, AA and AF. RGB value is (79,170,175). Sum of RGB (Red+Green+Blue) = 79+170+175=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #4FAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAF is #B05550. Grayscale: #8F8F8F. Windows color (decimal): -11556177 or 11512399. OLE color: 11512399.

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

Color convert

RGB79170175-
CMYK0.550.0300.31
HSL183.12º37.8%49.8%-
HSV(B)183.12º54.86%68.63%-
XYZ25.3433.5145.69-
YUV143.36145.8582.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.63%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=18.63%
G=40.09%
B=41.27%

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
Decimal791701750.550.0300.31183.1237.849.8
Hex4FAAAF37301Fb72632
Octal1172522576730372674662
Binary100111110101010101011111101111101111110110111100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4faaaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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