Shades of Fountain Blue #4AABAE
Tints of Fountain Blue #4AABAE
RGB
CMYK
RGB Variations
Color information
#4AABAE (or 0x4AABAE) is known color: Fountain Blue. HEX triplet: 4A, AB and AE. RGB value is (74,171,174). Sum of RGB (Red+Green+Blue) = 74+171+174=419 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.66% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #4AABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AABAE is #B55451. Grayscale: #8E8E8E. Windows color (decimal): -11883602 or 11447114. OLE color: 11447114.
HSL color Cylindrical-coordinate representation of color #4AABAE: hue angle of 181.8º 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 #4AABAE is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 171 | 174 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.32 |
| HSL | 181.8º | 0.4% | 0.49% | - |
| HSV(B) | 181.8º | 0.57% | 0.68% | - |
| XYZ | 25.03 | 33.64 | 45.22 | - |
| YUV | 142.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 174 | 0.57 | 0.02 | 0 | 0.32 | 181.8 | 0.4 | 0.49 |
| Hex | 4A | AB | AE | 39 | 2 | 0 | 20 | B6 | 28 | 31 |
| Octal | 112 | 253 | 256 | 71 | 2 | 0 | 40 | 266 | 50 | 61 |
| Binary | 1001010 | 10101011 | 10101110 | 111001 | 10 | 0 | 100000 | 10110110 | 101000 | 110001 |
Color Harmonies of #4AABAE
Complementary color
Monochromatic Colors of #4AABAE
Black with #4AABAE
Text Example
Text Example
White with #4AABAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABAE; }
p { color: rgb(74,171,174); }
H1.HeaderClassName
{
color: #4AABAE;
}
.AnyTagClassName
{
color: #4AABAE;
}
</style>
background-color css
<style>
a { background-color: #4AABAE; }
a { background-color: rgb(74,171,174); }
div.DivClassName
{
background-color: #4AABAE;
}
.BgClassName
{
background-color: #4AABAE;
}
</style>
border-color css
<style>
span { border-color: #4AABAE; }
span { border-color: rgb(74,171,174); }
td.TdClassName
{
border-color: #4AABAE;
}
.TagClassName
{
border-color: #4AABAE;
}
</style>