Shades of Fountain Blue #4AACAE
Tints of Fountain Blue #4AACAE
RGB
CMYK
RGB Variations
Color information
#4AACAE (or 0x4AACAE) is known color: Fountain Blue. HEX triplet: 4A, AC and AE. RGB value is (74,172,174). Sum of RGB (Red+Green+Blue) = 74+172+174=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #4AACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AACAE is #B55351. Grayscale: #8E8E8E. Windows color (decimal): -11883346 or 11447370. OLE color: 11447370.
HSL color Cylindrical-coordinate representation of color #4AACAE: hue angle of 181.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AACAE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 172 | 174 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.32 |
| HSL | 181.2º | 0.4% | 0.49% | - |
| HSV(B) | 181.2º | 0.57% | 0.68% | - |
| XYZ | 25.22 | 34.02 | 45.28 | - |
| YUV | 142.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 174 | 0.57 | 0.01 | 0 | 0.32 | 181.2 | 0.4 | 0.49 |
| Hex | 4A | AC | AE | 39 | 1 | 0 | 20 | B5 | 28 | 31 |
| Octal | 112 | 254 | 256 | 71 | 1 | 0 | 40 | 265 | 50 | 61 |
| Binary | 1001010 | 10101100 | 10101110 | 111001 | 1 | 0 | 100000 | 10110101 | 101000 | 110001 |
Color Harmonies of #4AACAE
Complementary color
Monochromatic Colors of #4AACAE
Black with #4AACAE
Text Example
Text Example
White with #4AACAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACAE; }
p { color: rgb(74,172,174); }
H1.HeaderClassName
{
color: #4AACAE;
}
.AnyTagClassName
{
color: #4AACAE;
}
</style>
background-color css
<style>
a { background-color: #4AACAE; }
a { background-color: rgb(74,172,174); }
div.DivClassName
{
background-color: #4AACAE;
}
.BgClassName
{
background-color: #4AACAE;
}
</style>
border-color css
<style>
span { border-color: #4AACAE; }
span { border-color: rgb(74,172,174); }
td.TdClassName
{
border-color: #4AACAE;
}
.TagClassName
{
border-color: #4AACAE;
}
</style>