Shades of Fountain Blue #4FADB3
Tints of Fountain Blue #4FADB3
RGB
CMYK
RGB Variations
Color information
#4FADB3 (or 0x4FADB3) is known color: Fountain Blue. HEX triplet: 4F, AD and B3. RGB value is (79,173,179). Sum of RGB (Red+Green+Blue) = 79+173+179=431 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.33% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 179 (70.31% from 255 or 41.53% from 431); Max value from RGB is 179 - color contains mainly: blue. Hex color #4FADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADB3 is #B0524C. Grayscale: #919191. Windows color (decimal): -11555405 or 11775311. OLE color: 11775311.
HSL color Cylindrical-coordinate representation of color #4FADB3: hue angle of 183.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4FADB3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 173 | 179 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.30 |
| HSL | 183.6º | 0.4% | 0.51% | - |
| HSV(B) | 183.6º | 0.56% | 0.7% | - |
| XYZ | 26.3 | 34.8 | 47.98 | - |
| YUV | 145.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 179 | 0.56 | 0.03 | 0 | 0.30 | 183.6 | 0.4 | 0.51 |
| Hex | 4F | AD | B3 | 38 | 3 | 0 | 1E | B8 | 28 | 33 |
| Octal | 117 | 255 | 263 | 70 | 3 | 0 | 36 | 270 | 50 | 63 |
| Binary | 1001111 | 10101101 | 10110011 | 111000 | 11 | 0 | 11110 | 10111000 | 101000 | 110011 |
Color Harmonies of #4FADB3
Complementary color
Monochromatic Colors of #4FADB3
Black with #4FADB3
Text Example
Text Example
White with #4FADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADB3; }
p { color: rgb(79,173,179); }
H1.HeaderClassName
{
color: #4FADB3;
}
.AnyTagClassName
{
color: #4FADB3;
}
</style>
background-color css
<style>
a { background-color: #4FADB3; }
a { background-color: rgb(79,173,179); }
div.DivClassName
{
background-color: #4FADB3;
}
.BgClassName
{
background-color: #4FADB3;
}
</style>
border-color css
<style>
span { border-color: #4FADB3; }
span { border-color: rgb(79,173,179); }
td.TdClassName
{
border-color: #4FADB3;
}
.TagClassName
{
border-color: #4FADB3;
}
</style>