Shades of Fountain Blue #4FAAB2
Tints of Fountain Blue #4FAAB2
RGB
CMYK
RGB Variations
Color information
#4FAAB2 (or 0x4FAAB2) is known color: Fountain Blue. HEX triplet: 4F, AA and B2. RGB value is (79,170,178). Sum of RGB (Red+Green+Blue) = 79+170+178=427 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.50% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #4FAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAAB2 is #B0554D. Grayscale: #8F8F8F. Windows color (decimal): -11556174 or 11709007. OLE color: 11709007.
HSL color Cylindrical-coordinate representation of color #4FAAB2: hue angle of 184.85º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FAAB2 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 170 | 178 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.30 |
| HSL | 184.85º | 0.39% | 0.5% | - |
| HSV(B) | 184.85º | 0.56% | 0.7% | - |
| XYZ | 25.64 | 33.63 | 47.26 | - |
| YUV | 143.7 | 147.35 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 178 | 0.56 | 0.04 | 0 | 0.30 | 184.85 | 0.39 | 0.5 |
| Hex | 4F | AA | B2 | 38 | 4 | 0 | 1E | B9 | 27 | 32 |
| Octal | 117 | 252 | 262 | 70 | 4 | 0 | 36 | 271 | 47 | 62 |
| Binary | 1001111 | 10101010 | 10110010 | 111000 | 100 | 0 | 11110 | 10111001 | 100111 | 110010 |
Color Harmonies of #4FAAB2
Complementary color
Monochromatic Colors of #4FAAB2
Black with #4FAAB2
Text Example
Text Example
White with #4FAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAB2; }
p { color: rgb(79,170,178); }
H1.HeaderClassName
{
color: #4FAAB2;
}
.AnyTagClassName
{
color: #4FAAB2;
}
</style>
background-color css
<style>
a { background-color: #4FAAB2; }
a { background-color: rgb(79,170,178); }
div.DivClassName
{
background-color: #4FAAB2;
}
.BgClassName
{
background-color: #4FAAB2;
}
</style>
border-color css
<style>
span { border-color: #4FAAB2; }
span { border-color: rgb(79,170,178); }
td.TdClassName
{
border-color: #4FAAB2;
}
.TagClassName
{
border-color: #4FAAB2;
}
</style>