#4FA8B0

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

Shades of Fountain Blue #4FA8B0

Tints of Fountain Blue #4FA8B0

Color information

#4FA8B0 (or 0x4FA8B0) is unknown color: approx Fountain Blue. HEX triplet: 4F, A8 and B0. RGB value is (79,168,176). Sum of RGB (Red+Green+Blue) = 79+168+176=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #4FA8B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA8B0 is #B0574F. Grayscale: #8E8E8E. Windows color (decimal): -11556688 or 11577423. OLE color: 11577423.

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

Color convert

RGB79168176-
CMYK0.550.0500.31
HSL184.95º38.04%50%-
HSV(B)184.95º55.11%69.02%-
XYZ25.0632.846.08-
YUV142.3147.0182.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.68%
GREEN value IS 168 (66.02% from 255) = 39.72%
BLUE value IS 176 (69.14% from 255) = 41.61%
R=18.68%
G=39.72%
B=41.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791681760.550.0500.31184.9538.0450
Hex4FA8B037501Fb92632
Octal1172502606750372714662
Binary1001111101010001011000011011110101111110111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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