Shades of Fountain Blue #4AADAD
Tints of Fountain Blue #4AADAD
RGB
CMYK
RGB Variations
Color information
#4AADAD (or 0x4AADAD) is known color: Fountain Blue. HEX triplet: 4A, AD and AD. RGB value is (74,173,173). Sum of RGB (Red+Green+Blue) = 74+173+173=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #4AADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AADAD is #B55252. Grayscale: #8F8F8F. Windows color (decimal): -11883091 or 11382090. OLE color: 11382090.
HSL color Cylindrical-coordinate representation of color #4AADAD: hue angle of 180º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AADAD is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 173 | 173 | - |
| CMYK | 0.57 | 0 | 0 | 0.32 |
| HSL | 180º | 0.4% | 0.48% | - |
| HSV(B) | 180º | 0.57% | 0.68% | - |
| XYZ | 25.31 | 34.36 | 44.83 | - |
| YUV | 143.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 173 | 0.57 | 0 | 0 | 0.32 | 180 | 0.4 | 0.48 |
| Hex | 4A | AD | AD | 39 | 0 | 0 | 20 | B4 | 28 | 30 |
| Octal | 112 | 255 | 255 | 71 | 0 | 0 | 40 | 264 | 50 | 60 |
| Binary | 1001010 | 10101101 | 10101101 | 111001 | 0 | 0 | 100000 | 10110100 | 101000 | 110000 |
Color Harmonies of #4AADAD
Complementary color
Monochromatic Colors of #4AADAD
Black with #4AADAD
Text Example
Text Example
White with #4AADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADAD; }
p { color: rgb(74,173,173); }
H1.HeaderClassName
{
color: #4AADAD;
}
.AnyTagClassName
{
color: #4AADAD;
}
</style>
background-color css
<style>
a { background-color: #4AADAD; }
a { background-color: rgb(74,173,173); }
div.DivClassName
{
background-color: #4AADAD;
}
.BgClassName
{
background-color: #4AADAD;
}
</style>
border-color css
<style>
span { border-color: #4AADAD; }
span { border-color: rgb(74,173,173); }
td.TdClassName
{
border-color: #4AADAD;
}
.TagClassName
{
border-color: #4AADAD;
}
</style>