Shades of Fountain Blue #4BADAE
Tints of Fountain Blue #4BADAE
RGB
CMYK
RGB Variations
Color information
#4BADAE (or 0x4BADAE) is known color: Fountain Blue. HEX triplet: 4B, AD and AE. RGB value is (75,173,174). Sum of RGB (Red+Green+Blue) = 75+173+174=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #4BADAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BADAE is #B45251. Grayscale: #8F8F8F. Windows color (decimal): -11817554 or 11447627. OLE color: 11447627.
HSL color Cylindrical-coordinate representation of color #4BADAE: hue angle of 180.61º 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 #4BADAE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 173 | 174 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.32 |
| HSL | 180.61º | 0.4% | 0.49% | - |
| HSV(B) | 180.61º | 0.57% | 0.68% | - |
| XYZ | 25.49 | 34.44 | 45.35 | - |
| YUV | 143.81 | 145.03 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 174 | 0.57 | 0.01 | 0 | 0.32 | 180.61 | 0.4 | 0.49 |
| Hex | 4B | AD | AE | 39 | 1 | 0 | 20 | B5 | 28 | 31 |
| Octal | 113 | 255 | 256 | 71 | 1 | 0 | 40 | 265 | 50 | 61 |
| Binary | 1001011 | 10101101 | 10101110 | 111001 | 1 | 0 | 100000 | 10110101 | 101000 | 110001 |
Color Harmonies of #4BADAE
Complementary color
Monochromatic Colors of #4BADAE
Black with #4BADAE
Text Example
Text Example
White with #4BADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADAE; }
p { color: rgb(75,173,174); }
H1.HeaderClassName
{
color: #4BADAE;
}
.AnyTagClassName
{
color: #4BADAE;
}
</style>
background-color css
<style>
a { background-color: #4BADAE; }
a { background-color: rgb(75,173,174); }
div.DivClassName
{
background-color: #4BADAE;
}
.BgClassName
{
background-color: #4BADAE;
}
</style>
border-color css
<style>
span { border-color: #4BADAE; }
span { border-color: rgb(75,173,174); }
td.TdClassName
{
border-color: #4BADAE;
}
.TagClassName
{
border-color: #4BADAE;
}
</style>