Shades of Fountain Blue #4DB6B4
Tints of Fountain Blue #4DB6B4
RGB
CMYK
RGB Variations
Color information
#4DB6B4 (or 0x4DB6B4) is known color: Fountain Blue. HEX triplet: 4D, B6 and B4. RGB value is (77,182,180). Sum of RGB (Red+Green+Blue) = 77+182+180=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB6B4 is #B2494B. Grayscale: #969696. Windows color (decimal): -11684172 or 11843149. OLE color: 11843149.
HSL color Cylindrical-coordinate representation of color #4DB6B4: hue angle of 178.86º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB6B4 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 180 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.29 |
| HSL | 178.86º | 0.42% | 0.51% | - |
| HSV(B) | 178.86º | 0.58% | 0.71% | - |
| XYZ | 28.03 | 38.33 | 49.1 | - |
| YUV | 150.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 180 | 0.58 | 0 | 0.01 | 0.29 | 178.86 | 0.42 | 0.51 |
| Hex | 4D | B6 | B4 | 3A | 0 | 1 | 1D | B3 | 2A | 33 |
| Octal | 115 | 266 | 264 | 72 | 0 | 1 | 35 | 263 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10110100 | 111010 | 0 | 1 | 11101 | 10110011 | 101010 | 110011 |
Color Harmonies of #4DB6B4
Complementary color
Monochromatic Colors of #4DB6B4
Black with #4DB6B4
Text Example
Text Example
White with #4DB6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6B4; }
p { color: rgb(77,182,180); }
H1.HeaderClassName
{
color: #4DB6B4;
}
.AnyTagClassName
{
color: #4DB6B4;
}
</style>
background-color css
<style>
a { background-color: #4DB6B4; }
a { background-color: rgb(77,182,180); }
div.DivClassName
{
background-color: #4DB6B4;
}
.BgClassName
{
background-color: #4DB6B4;
}
</style>
border-color css
<style>
span { border-color: #4DB6B4; }
span { border-color: rgb(77,182,180); }
td.TdClassName
{
border-color: #4DB6B4;
}
.TagClassName
{
border-color: #4DB6B4;
}
</style>