Shades of Fountain Blue #4CABAD
Tints of Fountain Blue #4CABAD
RGB
CMYK
RGB Variations
Color information
#4CABAD (or 0x4CABAD) is known color: Fountain Blue. HEX triplet: 4C, AB and AD. RGB value is (76,171,173). Sum of RGB (Red+Green+Blue) = 76+171+173=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #4CABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CABAD is #B35452. Grayscale: #8E8E8E. Windows color (decimal): -11752531 or 11381580. OLE color: 11381580.
HSL color Cylindrical-coordinate representation of color #4CABAD: hue angle of 181.24º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CABAD is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 171 | 173 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.32 |
| HSL | 181.24º | 0.39% | 0.49% | - |
| HSV(B) | 181.24º | 0.56% | 0.68% | - |
| XYZ | 25.09 | 33.68 | 44.71 | - |
| YUV | 142.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 171 | 173 | 0.56 | 0.01 | 0 | 0.32 | 181.24 | 0.39 | 0.49 |
| Hex | 4C | AB | AD | 38 | 1 | 0 | 20 | B5 | 27 | 31 |
| Octal | 114 | 253 | 255 | 70 | 1 | 0 | 40 | 265 | 47 | 61 |
| Binary | 1001100 | 10101011 | 10101101 | 111000 | 1 | 0 | 100000 | 10110101 | 100111 | 110001 |
Color Harmonies of #4CABAD
Complementary color
Monochromatic Colors of #4CABAD
Black with #4CABAD
Text Example
Text Example
White with #4CABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CABAD; }
p { color: rgb(76,171,173); }
H1.HeaderClassName
{
color: #4CABAD;
}
.AnyTagClassName
{
color: #4CABAD;
}
</style>
background-color css
<style>
a { background-color: #4CABAD; }
a { background-color: rgb(76,171,173); }
div.DivClassName
{
background-color: #4CABAD;
}
.BgClassName
{
background-color: #4CABAD;
}
</style>
border-color css
<style>
span { border-color: #4CABAD; }
span { border-color: rgb(76,171,173); }
td.TdClassName
{
border-color: #4CABAD;
}
.TagClassName
{
border-color: #4CABAD;
}
</style>