Shades of Fountain Blue #4DAFAE
Tints of Fountain Blue #4DAFAE
RGB
CMYK
RGB Variations
Color information
#4DAFAE (or 0x4DAFAE) is known color: Fountain Blue. HEX triplet: 4D, AF and AE. RGB value is (77,175,174). Sum of RGB (Red+Green+Blue) = 77+175+174=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #4DAFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAFAE is #B25051. Grayscale: #919191. Windows color (decimal): -11685970 or 11448141. OLE color: 11448141.
HSL color Cylindrical-coordinate representation of color #4DAFAE: hue angle of 179.39º 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 #4DAFAE is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 175 | 174 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.31 |
| HSL | 179.39º | 0.39% | 0.49% | - |
| HSV(B) | 179.39º | 0.56% | 0.69% | - |
| XYZ | 26.03 | 35.29 | 45.48 | - |
| YUV | 145.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 174 | 0.56 | 0 | 0.01 | 0.31 | 179.39 | 0.39 | 0.49 |
| Hex | 4D | AF | AE | 38 | 0 | 1 | 1F | B3 | 27 | 31 |
| Octal | 115 | 257 | 256 | 70 | 0 | 1 | 37 | 263 | 47 | 61 |
| Binary | 1001101 | 10101111 | 10101110 | 111000 | 0 | 1 | 11111 | 10110011 | 100111 | 110001 |
Color Harmonies of #4DAFAE
Complementary color
Monochromatic Colors of #4DAFAE
Black with #4DAFAE
Text Example
Text Example
White with #4DAFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFAE; }
p { color: rgb(77,175,174); }
H1.HeaderClassName
{
color: #4DAFAE;
}
.AnyTagClassName
{
color: #4DAFAE;
}
</style>
background-color css
<style>
a { background-color: #4DAFAE; }
a { background-color: rgb(77,175,174); }
div.DivClassName
{
background-color: #4DAFAE;
}
.BgClassName
{
background-color: #4DAFAE;
}
</style>
border-color css
<style>
span { border-color: #4DAFAE; }
span { border-color: rgb(77,175,174); }
td.TdClassName
{
border-color: #4DAFAE;
}
.TagClassName
{
border-color: #4DAFAE;
}
</style>