Shades of Fountain Blue #4AADAC
Tints of Fountain Blue #4AADAC
RGB
CMYK
RGB Variations
Color information
#4AADAC (or 0x4AADAC) is known color: Fountain Blue. HEX triplet: 4A, AD and AC. RGB value is (74,173,172). Sum of RGB (Red+Green+Blue) = 74+173+172=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #4AADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADAC is #B55253. Grayscale: #8F8F8F. Windows color (decimal): -11883092 or 11316554. OLE color: 11316554.
HSL color Cylindrical-coordinate representation of color #4AADAC: hue angle of 179.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AADAC is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 172 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.32 |
| HSL | 179.39º | 0.4% | 0.48% | - |
| HSV(B) | 179.39º | 0.57% | 0.68% | - |
| XYZ | 25.21 | 34.32 | 44.33 | - |
| YUV | 143.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 172 | 0.57 | 0 | 0.01 | 0.32 | 179.39 | 0.4 | 0.48 |
| Hex | 4A | AD | AC | 39 | 0 | 1 | 20 | B3 | 28 | 30 |
| Octal | 112 | 255 | 254 | 71 | 0 | 1 | 40 | 263 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10101100 | 111001 | 0 | 1 | 100000 | 10110011 | 101000 | 110000 |
Color Harmonies of #4AADAC
Complementary color
Monochromatic Colors of #4AADAC
Black with #4AADAC
Text Example
Text Example
White with #4AADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADAC; }
p { color: rgb(74,173,172); }
H1.HeaderClassName
{
color: #4AADAC;
}
.AnyTagClassName
{
color: #4AADAC;
}
</style>
background-color css
<style>
a { background-color: #4AADAC; }
a { background-color: rgb(74,173,172); }
div.DivClassName
{
background-color: #4AADAC;
}
.BgClassName
{
background-color: #4AADAC;
}
</style>
border-color css
<style>
span { border-color: #4AADAC; }
span { border-color: rgb(74,173,172); }
td.TdClassName
{
border-color: #4AADAC;
}
.TagClassName
{
border-color: #4AADAC;
}
</style>