Shades of Fountain Blue #4EABAD
Tints of Fountain Blue #4EABAD
RGB
CMYK
RGB Variations
Color information
#4EABAD (or 0x4EABAD) is known color: Fountain Blue. HEX triplet: 4E, AB and AD. RGB value is (78,171,173). Sum of RGB (Red+Green+Blue) = 78+171+173=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #4EABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EABAD is #B15452. Grayscale: #8F8F8F. Windows color (decimal): -11621459 or 11381582. OLE color: 11381582.
HSL color Cylindrical-coordinate representation of color #4EABAD: hue angle of 181.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EABAD is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 171 | 173 | - |
| CMYK | 0.55 | 0.01 | 0 | 0.32 |
| HSL | 181.26º | 0.38% | 0.49% | - |
| HSV(B) | 181.26º | 0.55% | 0.68% | - |
| XYZ | 25.25 | 33.76 | 44.72 | - |
| YUV | 143.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 171 | 173 | 0.55 | 0.01 | 0 | 0.32 | 181.26 | 0.38 | 0.49 |
| Hex | 4E | AB | AD | 37 | 1 | 0 | 20 | B5 | 26 | 31 |
| Octal | 116 | 253 | 255 | 67 | 1 | 0 | 40 | 265 | 46 | 61 |
| Binary | 1001110 | 10101011 | 10101101 | 110111 | 1 | 0 | 100000 | 10110101 | 100110 | 110001 |
Color Harmonies of #4EABAD
Complementary color
Monochromatic Colors of #4EABAD
Black with #4EABAD
Text Example
Text Example
White with #4EABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EABAD; }
p { color: rgb(78,171,173); }
H1.HeaderClassName
{
color: #4EABAD;
}
.AnyTagClassName
{
color: #4EABAD;
}
</style>
background-color css
<style>
a { background-color: #4EABAD; }
a { background-color: rgb(78,171,173); }
div.DivClassName
{
background-color: #4EABAD;
}
.BgClassName
{
background-color: #4EABAD;
}
</style>
border-color css
<style>
span { border-color: #4EABAD; }
span { border-color: rgb(78,171,173); }
td.TdClassName
{
border-color: #4EABAD;
}
.TagClassName
{
border-color: #4EABAD;
}
</style>