Shades of Fountain Blue #4BAEAF
Tints of Fountain Blue #4BAEAF
RGB
CMYK
RGB Variations
Color information
#4BAEAF (or 0x4BAEAF) is known color: Fountain Blue. HEX triplet: 4B, AE and AF. RGB value is (75,174,175). Sum of RGB (Red+Green+Blue) = 75+174+175=424 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.69% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #4BAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAEAF is #B45150. Grayscale: #909090. Windows color (decimal): -11817297 or 11513419. OLE color: 11513419.
HSL color Cylindrical-coordinate representation of color #4BAEAF: hue angle of 180.6º 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 #4BAEAF is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 174 | 175 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.31 |
| HSL | 180.6º | 0.4% | 0.49% | - |
| HSV(B) | 180.6º | 0.57% | 0.69% | - |
| XYZ | 25.78 | 34.86 | 45.93 | - |
| YUV | 144.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 174 | 175 | 0.57 | 0.01 | 0 | 0.31 | 180.6 | 0.4 | 0.49 |
| Hex | 4B | AE | AF | 39 | 1 | 0 | 1F | B5 | 28 | 31 |
| Octal | 113 | 256 | 257 | 71 | 1 | 0 | 37 | 265 | 50 | 61 |
| Binary | 1001011 | 10101110 | 10101111 | 111001 | 1 | 0 | 11111 | 10110101 | 101000 | 110001 |
Color Harmonies of #4BAEAF
Complementary color
Monochromatic Colors of #4BAEAF
Black with #4BAEAF
Text Example
Text Example
White with #4BAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAEAF; }
p { color: rgb(75,174,175); }
H1.HeaderClassName
{
color: #4BAEAF;
}
.AnyTagClassName
{
color: #4BAEAF;
}
</style>
background-color css
<style>
a { background-color: #4BAEAF; }
a { background-color: rgb(75,174,175); }
div.DivClassName
{
background-color: #4BAEAF;
}
.BgClassName
{
background-color: #4BAEAF;
}
</style>
border-color css
<style>
span { border-color: #4BAEAF; }
span { border-color: rgb(75,174,175); }
td.TdClassName
{
border-color: #4BAEAF;
}
.TagClassName
{
border-color: #4BAEAF;
}
</style>