Shades of Fountain Blue #4FABAD
Tints of Fountain Blue #4FABAD
RGB
CMYK
RGB Variations
Color information
#4FABAD (or 0x4FABAD) is known color: Fountain Blue. HEX triplet: 4F, AB and AD. RGB value is (79,171,173). Sum of RGB (Red+Green+Blue) = 79+171+173=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #4FABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABAD is #B05452. Grayscale: #8F8F8F. Windows color (decimal): -11555923 or 11381583. OLE color: 11381583.
HSL color Cylindrical-coordinate representation of color #4FABAD: hue angle of 181.28º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FABAD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 171 | 173 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.32 |
| HSL | 181.28º | 0.37% | 0.49% | - |
| HSV(B) | 181.28º | 0.54% | 0.68% | - |
| XYZ | 25.33 | 33.81 | 44.73 | - |
| YUV | 143.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 173 | 0.54 | 0.01 | 0 | 0.32 | 181.28 | 0.37 | 0.49 |
| Hex | 4F | AB | AD | 36 | 1 | 0 | 20 | B5 | 25 | 31 |
| Octal | 117 | 253 | 255 | 66 | 1 | 0 | 40 | 265 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10101101 | 110110 | 1 | 0 | 100000 | 10110101 | 100101 | 110001 |
Color Harmonies of #4FABAD
Complementary color
Monochromatic Colors of #4FABAD
Black with #4FABAD
Text Example
Text Example
White with #4FABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABAD; }
p { color: rgb(79,171,173); }
H1.HeaderClassName
{
color: #4FABAD;
}
.AnyTagClassName
{
color: #4FABAD;
}
</style>
background-color css
<style>
a { background-color: #4FABAD; }
a { background-color: rgb(79,171,173); }
div.DivClassName
{
background-color: #4FABAD;
}
.BgClassName
{
background-color: #4FABAD;
}
</style>
border-color css
<style>
span { border-color: #4FABAD; }
span { border-color: rgb(79,171,173); }
td.TdClassName
{
border-color: #4FABAD;
}
.TagClassName
{
border-color: #4FABAD;
}
</style>