Shades of Fountain Blue #4FADAC
Tints of Fountain Blue #4FADAC
RGB
CMYK
RGB Variations
Color information
#4FADAC (or 0x4FADAC) is known color: Fountain Blue. HEX triplet: 4F, AD and AC. RGB value is (79,173,172). Sum of RGB (Red+Green+Blue) = 79+173+172=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #4FADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FADAC is #B05253. Grayscale: #909090. Windows color (decimal): -11555412 or 11316559. OLE color: 11316559.
HSL color Cylindrical-coordinate representation of color #4FADAC: hue angle of 179.36º 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 #4FADAC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 172 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.32 |
| HSL | 179.36º | 0.37% | 0.49% | - |
| HSV(B) | 179.36º | 0.54% | 0.68% | - |
| XYZ | 25.61 | 34.53 | 44.34 | - |
| YUV | 144.78 | 143.36 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 172 | 0.54 | 0 | 0.01 | 0.32 | 179.36 | 0.37 | 0.49 |
| Hex | 4F | AD | AC | 36 | 0 | 1 | 20 | B3 | 25 | 31 |
| Octal | 117 | 255 | 254 | 66 | 0 | 1 | 40 | 263 | 45 | 61 |
| Binary | 1001111 | 10101101 | 10101100 | 110110 | 0 | 1 | 100000 | 10110011 | 100101 | 110001 |
Color Harmonies of #4FADAC
Complementary color
Monochromatic Colors of #4FADAC
Black with #4FADAC
Text Example
Text Example
White with #4FADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADAC; }
p { color: rgb(79,173,172); }
H1.HeaderClassName
{
color: #4FADAC;
}
.AnyTagClassName
{
color: #4FADAC;
}
</style>
background-color css
<style>
a { background-color: #4FADAC; }
a { background-color: rgb(79,173,172); }
div.DivClassName
{
background-color: #4FADAC;
}
.BgClassName
{
background-color: #4FADAC;
}
</style>
border-color css
<style>
span { border-color: #4FADAC; }
span { border-color: rgb(79,173,172); }
td.TdClassName
{
border-color: #4FADAC;
}
.TagClassName
{
border-color: #4FADAC;
}
</style>