Shades of Fountain Blue #4AADAF
Tints of Fountain Blue #4AADAF
RGB
CMYK
RGB Variations
Color information
#4AADAF (or 0x4AADAF) is known color: Fountain Blue. HEX triplet: 4A, AD and AF. RGB value is (74,173,175). Sum of RGB (Red+Green+Blue) = 74+173+175=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #4AADAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADAF is #B55250. Grayscale: #8F8F8F. Windows color (decimal): -11883089 or 11513162. OLE color: 11513162.
HSL color Cylindrical-coordinate representation of color #4AADAF: hue angle of 181.19º 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 #4AADAF is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 173 | 175 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.31 |
| HSL | 181.19º | 0.41% | 0.49% | - |
| HSV(B) | 181.19º | 0.58% | 0.69% | - |
| XYZ | 25.51 | 34.44 | 45.86 | - |
| YUV | 143.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 175 | 0.58 | 0.01 | 0 | 0.31 | 181.19 | 0.41 | 0.49 |
| Hex | 4A | AD | AF | 3A | 1 | 0 | 1F | B5 | 29 | 31 |
| Octal | 112 | 255 | 257 | 72 | 1 | 0 | 37 | 265 | 51 | 61 |
| Binary | 1001010 | 10101101 | 10101111 | 111010 | 1 | 0 | 11111 | 10110101 | 101001 | 110001 |
Color Harmonies of #4AADAF
Complementary color
Monochromatic Colors of #4AADAF
Black with #4AADAF
Text Example
Text Example
White with #4AADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADAF; }
p { color: rgb(74,173,175); }
H1.HeaderClassName
{
color: #4AADAF;
}
.AnyTagClassName
{
color: #4AADAF;
}
</style>
background-color css
<style>
a { background-color: #4AADAF; }
a { background-color: rgb(74,173,175); }
div.DivClassName
{
background-color: #4AADAF;
}
.BgClassName
{
background-color: #4AADAF;
}
</style>
border-color css
<style>
span { border-color: #4AADAF; }
span { border-color: rgb(74,173,175); }
td.TdClassName
{
border-color: #4AADAF;
}
.TagClassName
{
border-color: #4AADAF;
}
</style>