Shades of Fountain Blue #4CACAC
Tints of Fountain Blue #4CACAC
RGB
CMYK
RGB Variations
Color information
#4CACAC (or 0x4CACAC) is known color: Fountain Blue. HEX triplet: 4C, AC and AC. RGB value is (76,172,172). Sum of RGB (Red+Green+Blue) = 76+172+172=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #4CACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACAC is #B35353. Grayscale: #8F8F8F. Windows color (decimal): -11752276 or 11316300. OLE color: 11316300.
HSL color Cylindrical-coordinate representation of color #4CACAC: hue angle of 180º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CACAC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 172 | - |
| CMYK | 0.56 | 0 | 0 | 0.33 |
| HSL | 180º | 0.39% | 0.49% | - |
| HSV(B) | 180º | 0.56% | 0.67% | - |
| XYZ | 25.18 | 34.02 | 44.27 | - |
| YUV | 143.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 172 | 0.56 | 0 | 0 | 0.33 | 180 | 0.39 | 0.49 |
| Hex | 4C | AC | AC | 38 | 0 | 0 | 21 | B4 | 27 | 31 |
| Octal | 114 | 254 | 254 | 70 | 0 | 0 | 41 | 264 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10101100 | 111000 | 0 | 0 | 100001 | 10110100 | 100111 | 110001 |
Color Harmonies of #4CACAC
Complementary color
Monochromatic Colors of #4CACAC
Black with #4CACAC
Text Example
Text Example
White with #4CACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CACAC; }
p { color: rgb(76,172,172); }
H1.HeaderClassName
{
color: #4CACAC;
}
.AnyTagClassName
{
color: #4CACAC;
}
</style>
background-color css
<style>
a { background-color: #4CACAC; }
a { background-color: rgb(76,172,172); }
div.DivClassName
{
background-color: #4CACAC;
}
.BgClassName
{
background-color: #4CACAC;
}
</style>
border-color css
<style>
span { border-color: #4CACAC; }
span { border-color: rgb(76,172,172); }
td.TdClassName
{
border-color: #4CACAC;
}
.TagClassName
{
border-color: #4CACAC;
}
</style>