Shades of Fountain Blue #4FABAC
Tints of Fountain Blue #4FABAC
RGB
CMYK
RGB Variations
Color information
#4FABAC (or 0x4FABAC) is known color: Fountain Blue. HEX triplet: 4F, AB and AC. RGB value is (79,171,172). Sum of RGB (Red+Green+Blue) = 79+171+172=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #4FABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAC is #B05453. Grayscale: #8F8F8F. Windows color (decimal): -11555924 or 11316047. OLE color: 11316047.
HSL color Cylindrical-coordinate representation of color #4FABAC: hue angle of 180.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FABAC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 172 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.33 |
| HSL | 180.65º | 0.37% | 0.49% | - |
| HSV(B) | 180.65º | 0.54% | 0.67% | - |
| XYZ | 25.23 | 33.77 | 44.22 | - |
| YUV | 143.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 172 | 0.54 | 0.01 | 0 | 0.33 | 180.65 | 0.37 | 0.49 |
| Hex | 4F | AB | AC | 36 | 1 | 0 | 21 | B5 | 25 | 31 |
| Octal | 117 | 253 | 254 | 66 | 1 | 0 | 41 | 265 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10101100 | 110110 | 1 | 0 | 100001 | 10110101 | 100101 | 110001 |
Color Harmonies of #4FABAC
Complementary color
Monochromatic Colors of #4FABAC
Black with #4FABAC
Text Example
Text Example
White with #4FABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABAC; }
p { color: rgb(79,171,172); }
H1.HeaderClassName
{
color: #4FABAC;
}
.AnyTagClassName
{
color: #4FABAC;
}
</style>
background-color css
<style>
a { background-color: #4FABAC; }
a { background-color: rgb(79,171,172); }
div.DivClassName
{
background-color: #4FABAC;
}
.BgClassName
{
background-color: #4FABAC;
}
</style>
border-color css
<style>
span { border-color: #4FABAC; }
span { border-color: rgb(79,171,172); }
td.TdClassName
{
border-color: #4FABAC;
}
.TagClassName
{
border-color: #4FABAC;
}
</style>