Shades of Fountain Blue #4CB0AF
Tints of Fountain Blue #4CB0AF
RGB
CMYK
RGB Variations
Color information
#4CB0AF (or 0x4CB0AF) is known color: Fountain Blue. HEX triplet: 4C, B0 and AF. RGB value is (76,176,175). Sum of RGB (Red+Green+Blue) = 76+176+175=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB0AF is #B34F50. Grayscale: #919191. Windows color (decimal): -11751249 or 11513932. OLE color: 11513932.
HSL color Cylindrical-coordinate representation of color #4CB0AF: hue angle of 179.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB0AF is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 175 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.31 |
| HSL | 179.4º | 0.4% | 0.49% | - |
| HSV(B) | 179.4º | 0.57% | 0.69% | - |
| XYZ | 26.24 | 35.68 | 46.06 | - |
| YUV | 145.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 175 | 0.57 | 0 | 0.01 | 0.31 | 179.4 | 0.4 | 0.49 |
| Hex | 4C | B0 | AF | 39 | 0 | 1 | 1F | B3 | 28 | 31 |
| Octal | 114 | 260 | 257 | 71 | 0 | 1 | 37 | 263 | 50 | 61 |
| Binary | 1001100 | 10110000 | 10101111 | 111001 | 0 | 1 | 11111 | 10110011 | 101000 | 110001 |
Color Harmonies of #4CB0AF
Complementary color
Monochromatic Colors of #4CB0AF
Black with #4CB0AF
Text Example
Text Example
White with #4CB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB0AF; }
p { color: rgb(76,176,175); }
H1.HeaderClassName
{
color: #4CB0AF;
}
.AnyTagClassName
{
color: #4CB0AF;
}
</style>
background-color css
<style>
a { background-color: #4CB0AF; }
a { background-color: rgb(76,176,175); }
div.DivClassName
{
background-color: #4CB0AF;
}
.BgClassName
{
background-color: #4CB0AF;
}
</style>
border-color css
<style>
span { border-color: #4CB0AF; }
span { border-color: rgb(76,176,175); }
td.TdClassName
{
border-color: #4CB0AF;
}
.TagClassName
{
border-color: #4CB0AF;
}
</style>