Shades of Fountain Blue #4BADAF
Tints of Fountain Blue #4BADAF
RGB
CMYK
RGB Variations
Color information
#4BADAF (or 0x4BADAF) is known color: Fountain Blue. HEX triplet: 4B, AD and AF. RGB value is (75,173,175). Sum of RGB (Red+Green+Blue) = 75+173+175=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAF is #B45250. Grayscale: #8F8F8F. Windows color (decimal): -11817553 or 11513163. OLE color: 11513163.
HSL color Cylindrical-coordinate representation of color #4BADAF: hue angle of 181.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BADAF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 173 | 175 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.31 |
| HSL | 181.2º | 0.4% | 0.49% | - |
| HSV(B) | 181.2º | 0.57% | 0.69% | - |
| XYZ | 25.58 | 34.48 | 45.86 | - |
| YUV | 143.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 175 | 0.57 | 0.01 | 0 | 0.31 | 181.2 | 0.4 | 0.49 |
| Hex | 4B | AD | AF | 39 | 1 | 0 | 1F | B5 | 28 | 31 |
| Octal | 113 | 255 | 257 | 71 | 1 | 0 | 37 | 265 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10101111 | 111001 | 1 | 0 | 11111 | 10110101 | 101000 | 110001 |
Color Harmonies of #4BADAF
Complementary color
Monochromatic Colors of #4BADAF
Black with #4BADAF
Text Example
Text Example
White with #4BADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADAF; }
p { color: rgb(75,173,175); }
H1.HeaderClassName
{
color: #4BADAF;
}
.AnyTagClassName
{
color: #4BADAF;
}
</style>
background-color css
<style>
a { background-color: #4BADAF; }
a { background-color: rgb(75,173,175); }
div.DivClassName
{
background-color: #4BADAF;
}
.BgClassName
{
background-color: #4BADAF;
}
</style>
border-color css
<style>
span { border-color: #4BADAF; }
span { border-color: rgb(75,173,175); }
td.TdClassName
{
border-color: #4BADAF;
}
.TagClassName
{
border-color: #4BADAF;
}
</style>