Shades of Fountain Blue #4BA8AF
Tints of Fountain Blue #4BA8AF
RGB
CMYK
RGB Variations
Color information
#4BA8AF (or 0x4BA8AF) is known color: Fountain Blue. HEX triplet: 4B, A8 and AF. RGB value is (75,168,175). Sum of RGB (Red+Green+Blue) = 75+168+175=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BA8AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA8AF is #B45750. Grayscale: #8C8C8C. Windows color (decimal): -11818833 or 11511883. OLE color: 11511883.
HSL color Cylindrical-coordinate representation of color #4BA8AF: hue angle of 184.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 #4BA8AF is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 168 | 175 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.31 |
| HSL | 184.2º | 0.4% | 0.49% | - |
| HSV(B) | 184.2º | 0.57% | 0.69% | - |
| XYZ | 24.64 | 32.6 | 45.55 | - |
| YUV | 140.99 | 147.19 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 175 | 0.57 | 0.04 | 0 | 0.31 | 184.2 | 0.4 | 0.49 |
| Hex | 4B | A8 | AF | 39 | 4 | 0 | 1F | B8 | 28 | 31 |
| Octal | 113 | 250 | 257 | 71 | 4 | 0 | 37 | 270 | 50 | 61 |
| Binary | 1001011 | 10101000 | 10101111 | 111001 | 100 | 0 | 11111 | 10111000 | 101000 | 110001 |
Color Harmonies of #4BA8AF
Complementary color
Monochromatic Colors of #4BA8AF
Black with #4BA8AF
Text Example
Text Example
White with #4BA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA8AF; }
p { color: rgb(75,168,175); }
H1.HeaderClassName
{
color: #4BA8AF;
}
.AnyTagClassName
{
color: #4BA8AF;
}
</style>
background-color css
<style>
a { background-color: #4BA8AF; }
a { background-color: rgb(75,168,175); }
div.DivClassName
{
background-color: #4BA8AF;
}
.BgClassName
{
background-color: #4BA8AF;
}
</style>
border-color css
<style>
span { border-color: #4BA8AF; }
span { border-color: rgb(75,168,175); }
td.TdClassName
{
border-color: #4BA8AF;
}
.TagClassName
{
border-color: #4BA8AF;
}
</style>