Shades of Fountain Blue #4AAFAF
Tints of Fountain Blue #4AAFAF
RGB
CMYK
RGB Variations
Color information
#4AAFAF (or 0x4AAFAF) is known color: Fountain Blue. HEX triplet: 4A, AF and AF. RGB value is (74,175,175). Sum of RGB (Red+Green+Blue) = 74+175+175=424 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.45% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #4AAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAFAF is #B55050. Grayscale: #909090. Windows color (decimal): -11882577 or 11513674. OLE color: 11513674.
HSL color Cylindrical-coordinate representation of color #4AAFAF: hue angle of 180º 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 #4AAFAF is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 175 | - |
| CMYK | 0.58 | 0 | 0 | 0.31 |
| HSL | 180º | 0.41% | 0.49% | - |
| HSV(B) | 180º | 0.58% | 0.69% | - |
| XYZ | 25.89 | 35.21 | 45.99 | - |
| YUV | 144.8 | 145.04 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 175 | 0.58 | 0 | 0 | 0.31 | 180 | 0.41 | 0.49 |
| Hex | 4A | AF | AF | 3A | 0 | 0 | 1F | B4 | 29 | 31 |
| Octal | 112 | 257 | 257 | 72 | 0 | 0 | 37 | 264 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10101111 | 111010 | 0 | 0 | 11111 | 10110100 | 101001 | 110001 |
Color Harmonies of #4AAFAF
Complementary color
Monochromatic Colors of #4AAFAF
Black with #4AAFAF
Text Example
Text Example
White with #4AAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFAF; }
p { color: rgb(74,175,175); }
H1.HeaderClassName
{
color: #4AAFAF;
}
.AnyTagClassName
{
color: #4AAFAF;
}
</style>
background-color css
<style>
a { background-color: #4AAFAF; }
a { background-color: rgb(74,175,175); }
div.DivClassName
{
background-color: #4AAFAF;
}
.BgClassName
{
background-color: #4AAFAF;
}
</style>
border-color css
<style>
span { border-color: #4AAFAF; }
span { border-color: rgb(74,175,175); }
td.TdClassName
{
border-color: #4AAFAF;
}
.TagClassName
{
border-color: #4AAFAF;
}
</style>