Shades of Fountain Blue #49ADAC
Tints of Fountain Blue #49ADAC
RGB
CMYK
RGB Variations
Color information
#49ADAC (or 0x49ADAC) is known color: Fountain Blue. HEX triplet: 49, AD and AC. RGB value is (73,173,172). Sum of RGB (Red+Green+Blue) = 73+173+172=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #49ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADAC is #B65253. Grayscale: #8E8E8E. Windows color (decimal): -11948628 or 11316553. OLE color: 11316553.
HSL color Cylindrical-coordinate representation of color #49ADAC: hue angle of 179.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49ADAC is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 172 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.32 |
| HSL | 179.4º | 0.41% | 0.48% | - |
| HSV(B) | 179.4º | 0.58% | 0.68% | - |
| XYZ | 25.14 | 34.28 | 44.32 | - |
| YUV | 142.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 172 | 0.58 | 0 | 0.01 | 0.32 | 179.4 | 0.41 | 0.48 |
| Hex | 49 | AD | AC | 3A | 0 | 1 | 20 | B3 | 29 | 30 |
| Octal | 111 | 255 | 254 | 72 | 0 | 1 | 40 | 263 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10101100 | 111010 | 0 | 1 | 100000 | 10110011 | 101001 | 110000 |
Color Harmonies of #49ADAC
Complementary color
Monochromatic Colors of #49ADAC
Black with #49ADAC
Text Example
Text Example
White with #49ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADAC; }
p { color: rgb(73,173,172); }
H1.HeaderClassName
{
color: #49ADAC;
}
.AnyTagClassName
{
color: #49ADAC;
}
</style>
background-color css
<style>
a { background-color: #49ADAC; }
a { background-color: rgb(73,173,172); }
div.DivClassName
{
background-color: #49ADAC;
}
.BgClassName
{
background-color: #49ADAC;
}
</style>
border-color css
<style>
span { border-color: #49ADAC; }
span { border-color: rgb(73,173,172); }
td.TdClassName
{
border-color: #49ADAC;
}
.TagClassName
{
border-color: #49ADAC;
}
</style>