Shades of Fountain Blue #4BADAC
Tints of Fountain Blue #4BADAC
RGB
CMYK
RGB Variations
Color information
#4BADAC (or 0x4BADAC) is known color: Fountain Blue. HEX triplet: 4B, AD and AC. RGB value is (75,173,172). Sum of RGB (Red+Green+Blue) = 75+173+172=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #4BADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAC is #B45253. Grayscale: #8F8F8F. Windows color (decimal): -11817556 or 11316555. OLE color: 11316555.
HSL color Cylindrical-coordinate representation of color #4BADAC: hue angle of 179.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BADAC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 172 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.32 |
| HSL | 179.39º | 0.4% | 0.49% | - |
| HSV(B) | 179.39º | 0.57% | 0.68% | - |
| XYZ | 25.29 | 34.36 | 44.33 | - |
| YUV | 143.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 172 | 0.57 | 0 | 0.01 | 0.32 | 179.39 | 0.4 | 0.49 |
| Hex | 4B | AD | AC | 39 | 0 | 1 | 20 | B3 | 28 | 31 |
| Octal | 113 | 255 | 254 | 71 | 0 | 1 | 40 | 263 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10101100 | 111001 | 0 | 1 | 100000 | 10110011 | 101000 | 110001 |
Color Harmonies of #4BADAC
Complementary color
Monochromatic Colors of #4BADAC
Black with #4BADAC
Text Example
Text Example
White with #4BADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADAC; }
p { color: rgb(75,173,172); }
H1.HeaderClassName
{
color: #4BADAC;
}
.AnyTagClassName
{
color: #4BADAC;
}
</style>
background-color css
<style>
a { background-color: #4BADAC; }
a { background-color: rgb(75,173,172); }
div.DivClassName
{
background-color: #4BADAC;
}
.BgClassName
{
background-color: #4BADAC;
}
</style>
border-color css
<style>
span { border-color: #4BADAC; }
span { border-color: rgb(75,173,172); }
td.TdClassName
{
border-color: #4BADAC;
}
.TagClassName
{
border-color: #4BADAC;
}
</style>