Shades of Fountain Blue #49ADAF
Tints of Fountain Blue #49ADAF
RGB
CMYK
RGB Variations
Color information
#49ADAF (or 0x49ADAF) is known color: Fountain Blue. HEX triplet: 49, AD and AF. RGB value is (73,173,175). Sum of RGB (Red+Green+Blue) = 73+173+175=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #49ADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADAF is #B65250. Grayscale: #8F8F8F. Windows color (decimal): -11948625 or 11513161. OLE color: 11513161.
HSL color Cylindrical-coordinate representation of color #49ADAF: hue angle of 181.18º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ADAF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 173 | 175 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.31 |
| HSL | 181.18º | 0.41% | 0.49% | - |
| HSV(B) | 181.18º | 0.58% | 0.69% | - |
| XYZ | 25.43 | 34.4 | 45.86 | - |
| YUV | 143.33 | 145.87 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 175 | 0.58 | 0.01 | 0 | 0.31 | 181.18 | 0.41 | 0.49 |
| Hex | 49 | AD | AF | 3A | 1 | 0 | 1F | B5 | 29 | 31 |
| Octal | 111 | 255 | 257 | 72 | 1 | 0 | 37 | 265 | 51 | 61 |
| Binary | 1001001 | 10101101 | 10101111 | 111010 | 1 | 0 | 11111 | 10110101 | 101001 | 110001 |
Color Harmonies of #49ADAF
Complementary color
Monochromatic Colors of #49ADAF
Black with #49ADAF
Text Example
Text Example
White with #49ADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADAF; }
p { color: rgb(73,173,175); }
H1.HeaderClassName
{
color: #49ADAF;
}
.AnyTagClassName
{
color: #49ADAF;
}
</style>
background-color css
<style>
a { background-color: #49ADAF; }
a { background-color: rgb(73,173,175); }
div.DivClassName
{
background-color: #49ADAF;
}
.BgClassName
{
background-color: #49ADAF;
}
</style>
border-color css
<style>
span { border-color: #49ADAF; }
span { border-color: rgb(73,173,175); }
td.TdClassName
{
border-color: #49ADAF;
}
.TagClassName
{
border-color: #49ADAF;
}
</style>