Shades of Fountain Blue #4FAAAC
Tints of Fountain Blue #4FAAAC
RGB
CMYK
RGB Variations
Color information
#4FAAAC (or 0x4FAAAC) is known color: Fountain Blue. HEX triplet: 4F, AA and AC. RGB value is (79,170,172). Sum of RGB (Red+Green+Blue) = 79+170+172=421 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.76% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #4FAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAAC is #B05553. Grayscale: #8E8E8E. Windows color (decimal): -11556180 or 11315791. OLE color: 11315791.
HSL color Cylindrical-coordinate representation of color #4FAAAC: hue angle of 181.29º 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 #4FAAAC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 172 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.33 |
| HSL | 181.29º | 0.37% | 0.49% | - |
| HSV(B) | 181.29º | 0.54% | 0.67% | - |
| XYZ | 25.05 | 33.39 | 44.15 | - |
| YUV | 143.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 172 | 0.54 | 0.01 | 0 | 0.33 | 181.29 | 0.37 | 0.49 |
| Hex | 4F | AA | AC | 36 | 1 | 0 | 21 | B5 | 25 | 31 |
| Octal | 117 | 252 | 254 | 66 | 1 | 0 | 41 | 265 | 45 | 61 |
| Binary | 1001111 | 10101010 | 10101100 | 110110 | 1 | 0 | 100001 | 10110101 | 100101 | 110001 |
Color Harmonies of #4FAAAC
Complementary color
Monochromatic Colors of #4FAAAC
Black with #4FAAAC
Text Example
Text Example
White with #4FAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAAC; }
p { color: rgb(79,170,172); }
H1.HeaderClassName
{
color: #4FAAAC;
}
.AnyTagClassName
{
color: #4FAAAC;
}
</style>
background-color css
<style>
a { background-color: #4FAAAC; }
a { background-color: rgb(79,170,172); }
div.DivClassName
{
background-color: #4FAAAC;
}
.BgClassName
{
background-color: #4FAAAC;
}
</style>
border-color css
<style>
span { border-color: #4FAAAC; }
span { border-color: rgb(79,170,172); }
td.TdClassName
{
border-color: #4FAAAC;
}
.TagClassName
{
border-color: #4FAAAC;
}
</style>