#4FACAF

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

Shades of Fountain Blue #4FACAF

Tints of Fountain Blue #4FACAF

Color information

#4FACAF (or 0x4FACAF) is unknown color: approx Fountain Blue. HEX triplet: 4F, AC and AF. RGB value is (79,172,175). Sum of RGB (Red+Green+Blue) = 79+172+175=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 175 - color contains mainly: blue. Hex color #4FACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACAF is #B05350. Grayscale: #909090. Windows color (decimal): -11555665 or 11512911. OLE color: 11512911.

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

Color convert

RGB79172175-
CMYK0.550.0200.31
HSL181.88º37.8%49.8%-
HSV(B)181.88º54.86%68.63%-
XYZ25.7134.2645.82-
YUV144.54145.1981.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 172 (67.58% from 255) = 40.38%
BLUE value IS 175 (68.75% from 255) = 41.08%
R=18.54%
G=40.38%
B=41.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791721750.550.0200.31181.8837.849.8
Hex4FACAF37201Fb62632
Octal1172542576720372664662
Binary100111110101100101011111101111001111110110110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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