Shades of Fountain Blue #4FABAE
Tints of Fountain Blue #4FABAE
RGB
CMYK
RGB Variations
Color information
#4FABAE (or 0x4FABAE) is known color: Fountain Blue. HEX triplet: 4F, AB and AE. RGB value is (79,171,174). Sum of RGB (Red+Green+Blue) = 79+171+174=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #4FABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAE is #B05451. Grayscale: #8F8F8F. Windows color (decimal): -11555922 or 11447119. OLE color: 11447119.
HSL color Cylindrical-coordinate representation of color #4FABAE: hue angle of 181.89º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FABAE is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 171 | 174 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.32 |
| HSL | 181.89º | 0.38% | 0.5% | - |
| HSV(B) | 181.89º | 0.55% | 0.68% | - |
| XYZ | 25.43 | 33.84 | 45.24 | - |
| YUV | 143.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 174 | 0.55 | 0.02 | 0 | 0.32 | 181.89 | 0.38 | 0.5 |
| Hex | 4F | AB | AE | 37 | 2 | 0 | 20 | B6 | 26 | 32 |
| Octal | 117 | 253 | 256 | 67 | 2 | 0 | 40 | 266 | 46 | 62 |
| Binary | 1001111 | 10101011 | 10101110 | 110111 | 10 | 0 | 100000 | 10110110 | 100110 | 110010 |
Color Harmonies of #4FABAE
Complementary color
Monochromatic Colors of #4FABAE
Black with #4FABAE
Text Example
Text Example
White with #4FABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABAE; }
p { color: rgb(79,171,174); }
H1.HeaderClassName
{
color: #4FABAE;
}
.AnyTagClassName
{
color: #4FABAE;
}
</style>
background-color css
<style>
a { background-color: #4FABAE; }
a { background-color: rgb(79,171,174); }
div.DivClassName
{
background-color: #4FABAE;
}
.BgClassName
{
background-color: #4FABAE;
}
</style>
border-color css
<style>
span { border-color: #4FABAE; }
span { border-color: rgb(79,171,174); }
td.TdClassName
{
border-color: #4FABAE;
}
.TagClassName
{
border-color: #4FABAE;
}
</style>