Shades of Fountain Blue #4AACAF
Tints of Fountain Blue #4AACAF
RGB
CMYK
RGB Variations
Color information
#4AACAF (or 0x4AACAF) is known color: Fountain Blue. HEX triplet: 4A, AC and AF. RGB value is (74,172,175). Sum of RGB (Red+Green+Blue) = 74+172+175=421 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.58% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #4AACAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AACAF is #B55350. Grayscale: #8E8E8E. Windows color (decimal): -11883345 or 11512906. OLE color: 11512906.
HSL color Cylindrical-coordinate representation of color #4AACAF: hue angle of 181.78º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AACAF is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 172 | 175 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.31 |
| HSL | 181.78º | 0.41% | 0.49% | - |
| HSV(B) | 181.78º | 0.58% | 0.69% | - |
| XYZ | 25.31 | 34.06 | 45.8 | - |
| YUV | 143.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 175 | 0.58 | 0.02 | 0 | 0.31 | 181.78 | 0.41 | 0.49 |
| Hex | 4A | AC | AF | 3A | 2 | 0 | 1F | B6 | 29 | 31 |
| Octal | 112 | 254 | 257 | 72 | 2 | 0 | 37 | 266 | 51 | 61 |
| Binary | 1001010 | 10101100 | 10101111 | 111010 | 10 | 0 | 11111 | 10110110 | 101001 | 110001 |
Color Harmonies of #4AACAF
Complementary color
Monochromatic Colors of #4AACAF
Black with #4AACAF
Text Example
Text Example
White with #4AACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACAF; }
p { color: rgb(74,172,175); }
H1.HeaderClassName
{
color: #4AACAF;
}
.AnyTagClassName
{
color: #4AACAF;
}
</style>
background-color css
<style>
a { background-color: #4AACAF; }
a { background-color: rgb(74,172,175); }
div.DivClassName
{
background-color: #4AACAF;
}
.BgClassName
{
background-color: #4AACAF;
}
</style>
border-color css
<style>
span { border-color: #4AACAF; }
span { border-color: rgb(74,172,175); }
td.TdClassName
{
border-color: #4AACAF;
}
.TagClassName
{
border-color: #4AACAF;
}
</style>