Shades of Fountain Blue #4DABAF
Tints of Fountain Blue #4DABAF
RGB
CMYK
RGB Variations
Color information
#4DABAF (or 0x4DABAF) is known color: Fountain Blue. HEX triplet: 4D, AB and AF. RGB value is (77,171,175). Sum of RGB (Red+Green+Blue) = 77+171+175=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #4DABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DABAF is #B25450. Grayscale: #8F8F8F. Windows color (decimal): -11686993 or 11512653. OLE color: 11512653.
HSL color Cylindrical-coordinate representation of color #4DABAF: hue angle of 182.45º 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 #4DABAF is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 171 | 175 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.31 |
| HSL | 182.45º | 0.39% | 0.49% | - |
| HSV(B) | 182.45º | 0.56% | 0.69% | - |
| XYZ | 25.36 | 33.8 | 45.74 | - |
| YUV | 143.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 175 | 0.56 | 0.02 | 0 | 0.31 | 182.45 | 0.39 | 0.49 |
| Hex | 4D | AB | AF | 38 | 2 | 0 | 1F | B6 | 27 | 31 |
| Octal | 115 | 253 | 257 | 70 | 2 | 0 | 37 | 266 | 47 | 61 |
| Binary | 1001101 | 10101011 | 10101111 | 111000 | 10 | 0 | 11111 | 10110110 | 100111 | 110001 |
Color Harmonies of #4DABAF
Complementary color
Monochromatic Colors of #4DABAF
Black with #4DABAF
Text Example
Text Example
White with #4DABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DABAF; }
p { color: rgb(77,171,175); }
H1.HeaderClassName
{
color: #4DABAF;
}
.AnyTagClassName
{
color: #4DABAF;
}
</style>
background-color css
<style>
a { background-color: #4DABAF; }
a { background-color: rgb(77,171,175); }
div.DivClassName
{
background-color: #4DABAF;
}
.BgClassName
{
background-color: #4DABAF;
}
</style>
border-color css
<style>
span { border-color: #4DABAF; }
span { border-color: rgb(77,171,175); }
td.TdClassName
{
border-color: #4DABAF;
}
.TagClassName
{
border-color: #4DABAF;
}
</style>