Shades of Fountain Blue #4FAAAD
Tints of Fountain Blue #4FAAAD
RGB
CMYK
RGB Variations
Color information
#4FAAAD (or 0x4FAAAD) is known color: Fountain Blue. HEX triplet: 4F, AA and AD. RGB value is (79,170,173). Sum of RGB (Red+Green+Blue) = 79+170+173=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #4FAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAD is #B05552. Grayscale: #8F8F8F. Windows color (decimal): -11556179 or 11381327. OLE color: 11381327.
HSL color Cylindrical-coordinate representation of color #4FAAAD: hue angle of 181.91º 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 #4FAAAD is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 170 | 173 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.32 |
| HSL | 181.91º | 0.37% | 0.49% | - |
| HSV(B) | 181.91º | 0.54% | 0.68% | - |
| XYZ | 25.14 | 33.43 | 44.66 | - |
| YUV | 143.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 173 | 0.54 | 0.02 | 0 | 0.32 | 181.91 | 0.37 | 0.49 |
| Hex | 4F | AA | AD | 36 | 2 | 0 | 20 | B6 | 25 | 31 |
| Octal | 117 | 252 | 255 | 66 | 2 | 0 | 40 | 266 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10101101 | 110110 | 10 | 0 | 100000 | 10110110 | 100101 | 110001 |
Color Harmonies of #4FAAAD
Complementary color
Monochromatic Colors of #4FAAAD
Black with #4FAAAD
Text Example
Text Example
White with #4FAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAAD; }
p { color: rgb(79,170,173); }
H1.HeaderClassName
{
color: #4FAAAD;
}
.AnyTagClassName
{
color: #4FAAAD;
}
</style>
background-color css
<style>
a { background-color: #4FAAAD; }
a { background-color: rgb(79,170,173); }
div.DivClassName
{
background-color: #4FAAAD;
}
.BgClassName
{
background-color: #4FAAAD;
}
</style>
border-color css
<style>
span { border-color: #4FAAAD; }
span { border-color: rgb(79,170,173); }
td.TdClassName
{
border-color: #4FAAAD;
}
.TagClassName
{
border-color: #4FAAAD;
}
</style>