Shades of Fountain Blue #4BABAD
Tints of Fountain Blue #4BABAD
RGB
CMYK
RGB Variations
Color information
#4BABAD (or 0x4BABAD) is known color: Fountain Blue. HEX triplet: 4B, AB and AD. RGB value is (75,171,173). Sum of RGB (Red+Green+Blue) = 75+171+173=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #4BABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BABAD is #B45452. Grayscale: #8E8E8E. Windows color (decimal): -11818067 or 11381579. OLE color: 11381579.
HSL color Cylindrical-coordinate representation of color #4BABAD: hue angle of 181.22º 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 #4BABAD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 171 | 173 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.32 |
| HSL | 181.22º | 0.4% | 0.49% | - |
| HSV(B) | 181.22º | 0.57% | 0.68% | - |
| XYZ | 25.01 | 33.64 | 44.71 | - |
| YUV | 142.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 173 | 0.57 | 0.01 | 0 | 0.32 | 181.22 | 0.4 | 0.49 |
| Hex | 4B | AB | AD | 39 | 1 | 0 | 20 | B5 | 28 | 31 |
| Octal | 113 | 253 | 255 | 71 | 1 | 0 | 40 | 265 | 50 | 61 |
| Binary | 1001011 | 10101011 | 10101101 | 111001 | 1 | 0 | 100000 | 10110101 | 101000 | 110001 |
Color Harmonies of #4BABAD
Complementary color
Monochromatic Colors of #4BABAD
Black with #4BABAD
Text Example
Text Example
White with #4BABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BABAD; }
p { color: rgb(75,171,173); }
H1.HeaderClassName
{
color: #4BABAD;
}
.AnyTagClassName
{
color: #4BABAD;
}
</style>
background-color css
<style>
a { background-color: #4BABAD; }
a { background-color: rgb(75,171,173); }
div.DivClassName
{
background-color: #4BABAD;
}
.BgClassName
{
background-color: #4BABAD;
}
</style>
border-color css
<style>
span { border-color: #4BABAD; }
span { border-color: rgb(75,171,173); }
td.TdClassName
{
border-color: #4BABAD;
}
.TagClassName
{
border-color: #4BABAD;
}
</style>