Shades of Fountain Blue #4DAEAC
Tints of Fountain Blue #4DAEAC
RGB
CMYK
RGB Variations
Color information
#4DAEAC (or 0x4DAEAC) is known color: Fountain Blue. HEX triplet: 4D, AE and AC. RGB value is (77,174,172). Sum of RGB (Red+Green+Blue) = 77+174+172=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEAC is #B25153. Grayscale: #909090. Windows color (decimal): -11686228 or 11316813. OLE color: 11316813.
HSL color Cylindrical-coordinate representation of color #4DAEAC: hue angle of 178.76º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAEAC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 172 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.32 |
| HSL | 178.76º | 0.39% | 0.49% | - |
| HSV(B) | 178.76º | 0.56% | 0.68% | - |
| XYZ | 25.64 | 34.83 | 44.4 | - |
| YUV | 144.77 | 143.36 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 172 | 0.56 | 0 | 0.01 | 0.32 | 178.76 | 0.39 | 0.49 |
| Hex | 4D | AE | AC | 38 | 0 | 1 | 20 | B3 | 27 | 31 |
| Octal | 115 | 256 | 254 | 70 | 0 | 1 | 40 | 263 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10101100 | 111000 | 0 | 1 | 100000 | 10110011 | 100111 | 110001 |
Color Harmonies of #4DAEAC
Complementary color
Monochromatic Colors of #4DAEAC
Black with #4DAEAC
Text Example
Text Example
White with #4DAEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEAC; }
p { color: rgb(77,174,172); }
H1.HeaderClassName
{
color: #4DAEAC;
}
.AnyTagClassName
{
color: #4DAEAC;
}
</style>
background-color css
<style>
a { background-color: #4DAEAC; }
a { background-color: rgb(77,174,172); }
div.DivClassName
{
background-color: #4DAEAC;
}
.BgClassName
{
background-color: #4DAEAC;
}
</style>
border-color css
<style>
span { border-color: #4DAEAC; }
span { border-color: rgb(77,174,172); }
td.TdClassName
{
border-color: #4DAEAC;
}
.TagClassName
{
border-color: #4DAEAC;
}
</style>