Shades of Fountain Blue #4DAAB2
Tints of Fountain Blue #4DAAB2
RGB
CMYK
RGB Variations
Color information
#4DAAB2 (or 0x4DAAB2) is known color: Fountain Blue. HEX triplet: 4D, AA and B2. RGB value is (77,170,178). Sum of RGB (Red+Green+Blue) = 77+170+178=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #4DAAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAAB2 is #B2554D. Grayscale: #8E8E8E. Windows color (decimal): -11687246 or 11709005. OLE color: 11709005.
HSL color Cylindrical-coordinate representation of color #4DAAB2: hue angle of 184.75º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DAAB2 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 170 | 178 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.30 |
| HSL | 184.75º | 0.4% | 0.5% | - |
| HSV(B) | 184.75º | 0.57% | 0.7% | - |
| XYZ | 25.47 | 33.54 | 47.25 | - |
| YUV | 143.11 | 147.69 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 178 | 0.57 | 0.04 | 0 | 0.30 | 184.75 | 0.4 | 0.5 |
| Hex | 4D | AA | B2 | 39 | 4 | 0 | 1E | B9 | 28 | 32 |
| Octal | 115 | 252 | 262 | 71 | 4 | 0 | 36 | 271 | 50 | 62 |
| Binary | 1001101 | 10101010 | 10110010 | 111001 | 100 | 0 | 11110 | 10111001 | 101000 | 110010 |
Color Harmonies of #4DAAB2
Complementary color
Monochromatic Colors of #4DAAB2
Black with #4DAAB2
Text Example
Text Example
White with #4DAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAAB2; }
p { color: rgb(77,170,178); }
H1.HeaderClassName
{
color: #4DAAB2;
}
.AnyTagClassName
{
color: #4DAAB2;
}
</style>
background-color css
<style>
a { background-color: #4DAAB2; }
a { background-color: rgb(77,170,178); }
div.DivClassName
{
background-color: #4DAAB2;
}
.BgClassName
{
background-color: #4DAAB2;
}
</style>
border-color css
<style>
span { border-color: #4DAAB2; }
span { border-color: rgb(77,170,178); }
td.TdClassName
{
border-color: #4DAAB2;
}
.TagClassName
{
border-color: #4DAAB2;
}
</style>