Shades of Fountain Blue #4FB8B5
Tints of Fountain Blue #4FB8B5
RGB
CMYK
RGB Variations
Color information
#4FB8B5 (or 0x4FB8B5) is known color: Fountain Blue. HEX triplet: 4F, B8 and B5. RGB value is (79,184,181). Sum of RGB (Red+Green+Blue) = 79+184+181=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #4FB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FB8B5 is #B0474A. Grayscale: #989898. Windows color (decimal): -11552587 or 11909199. OLE color: 11909199.
HSL color Cylindrical-coordinate representation of color #4FB8B5: hue angle of 178.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB8B5 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 79 | 184 | 181 | - |
| CMYK | 0.57 | 0 | 0.02 | 0.28 |
| HSL | 178.29º | 0.43% | 0.52% | - |
| HSV(B) | 178.29º | 0.57% | 0.72% | - |
| XYZ | 28.71 | 39.28 | 49.78 | - |
| YUV | 152.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 181 | 0.57 | 0 | 0.02 | 0.28 | 178.29 | 0.43 | 0.52 |
| Hex | 4F | B8 | B5 | 39 | 0 | 2 | 1C | B2 | 2B | 34 |
| Octal | 117 | 270 | 265 | 71 | 0 | 2 | 34 | 262 | 53 | 64 |
| Binary | 1001111 | 10111000 | 10110101 | 111001 | 0 | 10 | 11100 | 10110010 | 101011 | 110100 |
Color Harmonies of #4FB8B5
Complementary color
Monochromatic Colors of #4FB8B5
Black with #4FB8B5
Text Example
Text Example
White with #4FB8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB8B5; }
p { color: rgb(79,184,181); }
H1.HeaderClassName
{
color: #4FB8B5;
}
.AnyTagClassName
{
color: #4FB8B5;
}
</style>
background-color css
<style>
a { background-color: #4FB8B5; }
a { background-color: rgb(79,184,181); }
div.DivClassName
{
background-color: #4FB8B5;
}
.BgClassName
{
background-color: #4FB8B5;
}
</style>
border-color css
<style>
span { border-color: #4FB8B5; }
span { border-color: rgb(79,184,181); }
td.TdClassName
{
border-color: #4FB8B5;
}
.TagClassName
{
border-color: #4FB8B5;
}
</style>