Shades of Fountain Blue #4EADB3
Tints of Fountain Blue #4EADB3
RGB
CMYK
RGB Variations
Color information
#4EADB3 (or 0x4EADB3) is known color: Fountain Blue. HEX triplet: 4E, AD and B3. RGB value is (78,173,179). Sum of RGB (Red+Green+Blue) = 78+173+179=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #4EADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EADB3 is #B1524C. Grayscale: #919191. Windows color (decimal): -11620941 or 11775310. OLE color: 11775310.
HSL color Cylindrical-coordinate representation of color #4EADB3: hue angle of 183.56º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EADB3 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 78 | 173 | 179 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.30 |
| HSL | 183.56º | 0.4% | 0.5% | - |
| HSV(B) | 183.56º | 0.56% | 0.7% | - |
| XYZ | 26.22 | 34.76 | 47.98 | - |
| YUV | 145.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 179 | 0.56 | 0.03 | 0 | 0.30 | 183.56 | 0.4 | 0.5 |
| Hex | 4E | AD | B3 | 38 | 3 | 0 | 1E | B8 | 28 | 32 |
| Octal | 116 | 255 | 263 | 70 | 3 | 0 | 36 | 270 | 50 | 62 |
| Binary | 1001110 | 10101101 | 10110011 | 111000 | 11 | 0 | 11110 | 10111000 | 101000 | 110010 |
Color Harmonies of #4EADB3
Complementary color
Monochromatic Colors of #4EADB3
Black with #4EADB3
Text Example
Text Example
White with #4EADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADB3; }
p { color: rgb(78,173,179); }
H1.HeaderClassName
{
color: #4EADB3;
}
.AnyTagClassName
{
color: #4EADB3;
}
</style>
background-color css
<style>
a { background-color: #4EADB3; }
a { background-color: rgb(78,173,179); }
div.DivClassName
{
background-color: #4EADB3;
}
.BgClassName
{
background-color: #4EADB3;
}
</style>
border-color css
<style>
span { border-color: #4EADB3; }
span { border-color: rgb(78,173,179); }
td.TdClassName
{
border-color: #4EADB3;
}
.TagClassName
{
border-color: #4EADB3;
}
</style>