#4FAFB0

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

Shades of Fountain Blue #4FAFB0

Tints of Fountain Blue #4FAFB0

Color information

#4FAFB0 (or 0x4FAFB0) is unknown color: approx Fountain Blue. HEX triplet: 4F, AF and B0. RGB value is (79,175,176). Sum of RGB (Red+Green+Blue) = 79+175+176=430 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.37% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 176 - color contains mainly: blue. Hex color #4FAFB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAFB0 is #B0504F. Grayscale: #929292. Windows color (decimal): -11554896 or 11579215. OLE color: 11579215.

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

Color convert

RGB79175176-
CMYK0.550.0100.31
HSL180.62º38.04%50%-
HSV(B)180.62º55.11%69.02%-
XYZ26.3935.4646.53-
YUV146.41144.779.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.37%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 176 (69.14% from 255) = 40.93%
R=18.37%
G=40.70%
B=40.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751760.550.0100.31180.6238.0450
Hex4FAFB037101Fb52632
Octal1172572606710372654662
Binary10011111010111110110000110111101111110110101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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