Shades of Fountain Blue #4CADAC
Tints of Fountain Blue #4CADAC
RGB
CMYK
RGB Variations
Color information
#4CADAC (or 0x4CADAC) is known color: Fountain Blue. HEX triplet: 4C, AD and AC. RGB value is (76,173,172). Sum of RGB (Red+Green+Blue) = 76+173+172=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #4CADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CADAC is #B35253. Grayscale: #8F8F8F. Windows color (decimal): -11752020 or 11316556. OLE color: 11316556.
HSL color Cylindrical-coordinate representation of color #4CADAC: hue angle of 179.38º 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 #4CADAC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 172 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.32 |
| HSL | 179.38º | 0.39% | 0.49% | - |
| HSV(B) | 179.38º | 0.56% | 0.68% | - |
| XYZ | 25.37 | 34.4 | 44.33 | - |
| YUV | 143.88 | 143.86 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 172 | 0.56 | 0 | 0.01 | 0.32 | 179.38 | 0.39 | 0.49 |
| Hex | 4C | AD | AC | 38 | 0 | 1 | 20 | B3 | 27 | 31 |
| Octal | 114 | 255 | 254 | 70 | 0 | 1 | 40 | 263 | 47 | 61 |
| Binary | 1001100 | 10101101 | 10101100 | 111000 | 0 | 1 | 100000 | 10110011 | 100111 | 110001 |
Color Harmonies of #4CADAC
Complementary color
Monochromatic Colors of #4CADAC
Black with #4CADAC
Text Example
Text Example
White with #4CADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CADAC; }
p { color: rgb(76,173,172); }
H1.HeaderClassName
{
color: #4CADAC;
}
.AnyTagClassName
{
color: #4CADAC;
}
</style>
background-color css
<style>
a { background-color: #4CADAC; }
a { background-color: rgb(76,173,172); }
div.DivClassName
{
background-color: #4CADAC;
}
.BgClassName
{
background-color: #4CADAC;
}
</style>
border-color css
<style>
span { border-color: #4CADAC; }
span { border-color: rgb(76,173,172); }
td.TdClassName
{
border-color: #4CADAC;
}
.TagClassName
{
border-color: #4CADAC;
}
</style>