Shades of Fountain Blue #4DA8AF
Tints of Fountain Blue #4DA8AF
RGB
CMYK
RGB Variations
Color information
#4DA8AF (or 0x4DA8AF) is known color: Fountain Blue. HEX triplet: 4D, A8 and AF. RGB value is (77,168,175). Sum of RGB (Red+Green+Blue) = 77+168+175=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DA8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA8AF is #B25750. Grayscale: #8D8D8D. Windows color (decimal): -11687761 or 11511885. OLE color: 11511885.
HSL color Cylindrical-coordinate representation of color #4DA8AF: hue angle of 184.29º 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 #4DA8AF is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 168 | 175 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.31 |
| HSL | 184.29º | 0.39% | 0.49% | - |
| HSV(B) | 184.29º | 0.56% | 0.69% | - |
| XYZ | 24.8 | 32.68 | 45.56 | - |
| YUV | 141.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 175 | 0.56 | 0.04 | 0 | 0.31 | 184.29 | 0.39 | 0.49 |
| Hex | 4D | A8 | AF | 38 | 4 | 0 | 1F | B8 | 27 | 31 |
| Octal | 115 | 250 | 257 | 70 | 4 | 0 | 37 | 270 | 47 | 61 |
| Binary | 1001101 | 10101000 | 10101111 | 111000 | 100 | 0 | 11111 | 10111000 | 100111 | 110001 |
Color Harmonies of #4DA8AF
Complementary color
Monochromatic Colors of #4DA8AF
Black with #4DA8AF
Text Example
Text Example
White with #4DA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA8AF; }
p { color: rgb(77,168,175); }
H1.HeaderClassName
{
color: #4DA8AF;
}
.AnyTagClassName
{
color: #4DA8AF;
}
</style>
background-color css
<style>
a { background-color: #4DA8AF; }
a { background-color: rgb(77,168,175); }
div.DivClassName
{
background-color: #4DA8AF;
}
.BgClassName
{
background-color: #4DA8AF;
}
</style>
border-color css
<style>
span { border-color: #4DA8AF; }
span { border-color: rgb(77,168,175); }
td.TdClassName
{
border-color: #4DA8AF;
}
.TagClassName
{
border-color: #4DA8AF;
}
</style>