Shades of Fountain Blue #4DAAAF
Tints of Fountain Blue #4DAAAF
RGB
CMYK
RGB Variations
Color information
#4DAAAF (or 0x4DAAAF) is known color: Fountain Blue. HEX triplet: 4D, AA and AF. RGB value is (77,170,175). Sum of RGB (Red+Green+Blue) = 77+170+175=422 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.25% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DAAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAAF is #B25550. Grayscale: #8E8E8E. Windows color (decimal): -11687249 or 11512397. OLE color: 11512397.
HSL color Cylindrical-coordinate representation of color #4DAAAF: hue angle of 183.06º 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 #4DAAAF is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 170 | 175 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.31 |
| HSL | 183.06º | 0.39% | 0.49% | - |
| HSV(B) | 183.06º | 0.56% | 0.69% | - |
| XYZ | 25.17 | 33.42 | 45.68 | - |
| YUV | 142.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 175 | 0.56 | 0.03 | 0 | 0.31 | 183.06 | 0.39 | 0.49 |
| Hex | 4D | AA | AF | 38 | 3 | 0 | 1F | B7 | 27 | 31 |
| Octal | 115 | 252 | 257 | 70 | 3 | 0 | 37 | 267 | 47 | 61 |
| Binary | 1001101 | 10101010 | 10101111 | 111000 | 11 | 0 | 11111 | 10110111 | 100111 | 110001 |
Color Harmonies of #4DAAAF
Complementary color
Monochromatic Colors of #4DAAAF
Black with #4DAAAF
Text Example
Text Example
White with #4DAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAAF; }
p { color: rgb(77,170,175); }
H1.HeaderClassName
{
color: #4DAAAF;
}
.AnyTagClassName
{
color: #4DAAAF;
}
</style>
background-color css
<style>
a { background-color: #4DAAAF; }
a { background-color: rgb(77,170,175); }
div.DivClassName
{
background-color: #4DAAAF;
}
.BgClassName
{
background-color: #4DAAAF;
}
</style>
border-color css
<style>
span { border-color: #4DAAAF; }
span { border-color: rgb(77,170,175); }
td.TdClassName
{
border-color: #4DAAAF;
}
.TagClassName
{
border-color: #4DAAAF;
}
</style>