Shades of Fountain Blue #49ADAD
Tints of Fountain Blue #49ADAD
RGB
CMYK
RGB Variations
Color information
#49ADAD (or 0x49ADAD) is known color: Fountain Blue. HEX triplet: 49, AD and AD. RGB value is (73,173,173). Sum of RGB (Red+Green+Blue) = 73+173+173=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #49ADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49ADAD is #B65252. Grayscale: #8F8F8F. Windows color (decimal): -11948627 or 11382089. OLE color: 11382089.
HSL color Cylindrical-coordinate representation of color #49ADAD: hue angle of 180º 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 #49ADAD is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 173 | - |
| CMYK | 0.58 | 0 | 0 | 0.32 |
| HSL | 180º | 0.41% | 0.48% | - |
| HSV(B) | 180º | 0.58% | 0.68% | - |
| XYZ | 25.23 | 34.32 | 44.83 | - |
| YUV | 143.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 173 | 0.58 | 0 | 0 | 0.32 | 180 | 0.41 | 0.48 |
| Hex | 49 | AD | AD | 3A | 0 | 0 | 20 | B4 | 29 | 30 |
| Octal | 111 | 255 | 255 | 72 | 0 | 0 | 40 | 264 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10101101 | 111010 | 0 | 0 | 100000 | 10110100 | 101001 | 110000 |
Color Harmonies of #49ADAD
Complementary color
Monochromatic Colors of #49ADAD
Black with #49ADAD
Text Example
Text Example
White with #49ADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ADAD; }
p { color: rgb(73,173,173); }
H1.HeaderClassName
{
color: #49ADAD;
}
.AnyTagClassName
{
color: #49ADAD;
}
</style>
background-color css
<style>
a { background-color: #49ADAD; }
a { background-color: rgb(73,173,173); }
div.DivClassName
{
background-color: #49ADAD;
}
.BgClassName
{
background-color: #49ADAD;
}
</style>
border-color css
<style>
span { border-color: #49ADAD; }
span { border-color: rgb(73,173,173); }
td.TdClassName
{
border-color: #49ADAD;
}
.TagClassName
{
border-color: #49ADAD;
}
</style>