Shades of Fountain Blue #4CA8B1
Tints of Fountain Blue #4CA8B1
RGB
CMYK
RGB Variations
Color information
#4CA8B1 (or 0x4CA8B1) is known color: Fountain Blue. HEX triplet: 4C, A8 and B1. RGB value is (76,168,177). Sum of RGB (Red+Green+Blue) = 76+168+177=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #4CA8B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA8B1 is #B3574E. Grayscale: #8D8D8D. Windows color (decimal): -11753295 or 11642956. OLE color: 11642956.
HSL color Cylindrical-coordinate representation of color #4CA8B1: hue angle of 185.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CA8B1 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 168 | 177 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.31 |
| HSL | 185.35º | 0.4% | 0.5% | - |
| HSV(B) | 185.35º | 0.57% | 0.69% | - |
| XYZ | 24.92 | 32.72 | 46.6 | - |
| YUV | 141.52 | 148.02 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 168 | 177 | 0.57 | 0.05 | 0 | 0.31 | 185.35 | 0.4 | 0.5 |
| Hex | 4C | A8 | B1 | 39 | 5 | 0 | 1F | B9 | 28 | 32 |
| Octal | 114 | 250 | 261 | 71 | 5 | 0 | 37 | 271 | 50 | 62 |
| Binary | 1001100 | 10101000 | 10110001 | 111001 | 101 | 0 | 11111 | 10111001 | 101000 | 110010 |
Color Harmonies of #4CA8B1
Complementary color
Monochromatic Colors of #4CA8B1
Black with #4CA8B1
Text Example
Text Example
White with #4CA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA8B1; }
p { color: rgb(76,168,177); }
H1.HeaderClassName
{
color: #4CA8B1;
}
.AnyTagClassName
{
color: #4CA8B1;
}
</style>
background-color css
<style>
a { background-color: #4CA8B1; }
a { background-color: rgb(76,168,177); }
div.DivClassName
{
background-color: #4CA8B1;
}
.BgClassName
{
background-color: #4CA8B1;
}
</style>
border-color css
<style>
span { border-color: #4CA8B1; }
span { border-color: rgb(76,168,177); }
td.TdClassName
{
border-color: #4CA8B1;
}
.TagClassName
{
border-color: #4CA8B1;
}
</style>