Shades of Fountain Blue #4DADAF
Tints of Fountain Blue #4DADAF
RGB
CMYK
RGB Variations
Color information
#4DADAF (or 0x4DADAF) is known color: Fountain Blue. HEX triplet: 4D, AD and AF. RGB value is (77,173,175). Sum of RGB (Red+Green+Blue) = 77+173+175=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DADAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DADAF is #B25250. Grayscale: #909090. Windows color (decimal): -11686481 or 11513165. OLE color: 11513165.
HSL color Cylindrical-coordinate representation of color #4DADAF: hue angle of 181.22º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DADAF is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 173 | 175 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.31 |
| HSL | 181.22º | 0.39% | 0.49% | - |
| HSV(B) | 181.22º | 0.56% | 0.69% | - |
| XYZ | 25.74 | 34.56 | 45.87 | - |
| YUV | 144.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 175 | 0.56 | 0.01 | 0 | 0.31 | 181.22 | 0.39 | 0.49 |
| Hex | 4D | AD | AF | 38 | 1 | 0 | 1F | B5 | 27 | 31 |
| Octal | 115 | 255 | 257 | 70 | 1 | 0 | 37 | 265 | 47 | 61 |
| Binary | 1001101 | 10101101 | 10101111 | 111000 | 1 | 0 | 11111 | 10110101 | 100111 | 110001 |
Color Harmonies of #4DADAF
Complementary color
Monochromatic Colors of #4DADAF
Black with #4DADAF
Text Example
Text Example
White with #4DADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADAF; }
p { color: rgb(77,173,175); }
H1.HeaderClassName
{
color: #4DADAF;
}
.AnyTagClassName
{
color: #4DADAF;
}
</style>
background-color css
<style>
a { background-color: #4DADAF; }
a { background-color: rgb(77,173,175); }
div.DivClassName
{
background-color: #4DADAF;
}
.BgClassName
{
background-color: #4DADAF;
}
</style>
border-color css
<style>
span { border-color: #4DADAF; }
span { border-color: rgb(77,173,175); }
td.TdClassName
{
border-color: #4DADAF;
}
.TagClassName
{
border-color: #4DADAF;
}
</style>