Shades of Fountain Blue #4DAEAD
Tints of Fountain Blue #4DAEAD
RGB
CMYK
RGB Variations
Color information
#4DAEAD (or 0x4DAEAD) is known color: Fountain Blue. HEX triplet: 4D, AE and AD. RGB value is (77,174,173). Sum of RGB (Red+Green+Blue) = 77+174+173=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAEAD is #B25152. Grayscale: #909090. Windows color (decimal): -11686227 or 11382349. OLE color: 11382349.
HSL color Cylindrical-coordinate representation of color #4DAEAD: hue angle of 179.38º 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 #4DAEAD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 173 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.32 |
| HSL | 179.38º | 0.39% | 0.49% | - |
| HSV(B) | 179.38º | 0.56% | 0.68% | - |
| XYZ | 25.74 | 34.87 | 44.91 | - |
| YUV | 144.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 173 | 0.56 | 0 | 0.01 | 0.32 | 179.38 | 0.39 | 0.49 |
| Hex | 4D | AE | AD | 38 | 0 | 1 | 20 | B3 | 27 | 31 |
| Octal | 115 | 256 | 255 | 70 | 0 | 1 | 40 | 263 | 47 | 61 |
| Binary | 1001101 | 10101110 | 10101101 | 111000 | 0 | 1 | 100000 | 10110011 | 100111 | 110001 |
Color Harmonies of #4DAEAD
Complementary color
Monochromatic Colors of #4DAEAD
Black with #4DAEAD
Text Example
Text Example
White with #4DAEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEAD; }
p { color: rgb(77,174,173); }
H1.HeaderClassName
{
color: #4DAEAD;
}
.AnyTagClassName
{
color: #4DAEAD;
}
</style>
background-color css
<style>
a { background-color: #4DAEAD; }
a { background-color: rgb(77,174,173); }
div.DivClassName
{
background-color: #4DAEAD;
}
.BgClassName
{
background-color: #4DAEAD;
}
</style>
border-color css
<style>
span { border-color: #4DAEAD; }
span { border-color: rgb(77,174,173); }
td.TdClassName
{
border-color: #4DAEAD;
}
.TagClassName
{
border-color: #4DAEAD;
}
</style>