Shades of Fountain Blue #4CB5B3
Tints of Fountain Blue #4CB5B3
RGB
CMYK
RGB Variations
Color information
#4CB5B3 (or 0x4CB5B3) is known color: Fountain Blue. HEX triplet: 4C, B5 and B3. RGB value is (76,181,179). Sum of RGB (Red+Green+Blue) = 76+181+179=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB5B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB5B3 is #B34A4C. Grayscale: #959595. Windows color (decimal): -11749965 or 11777356. OLE color: 11777356.
HSL color Cylindrical-coordinate representation of color #4CB5B3: hue angle of 178.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB5B3 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 179 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.29 |
| HSL | 178.86º | 0.42% | 0.5% | - |
| HSV(B) | 178.86º | 0.58% | 0.71% | - |
| XYZ | 27.64 | 37.84 | 48.49 | - |
| YUV | 149.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 179 | 0.58 | 0 | 0.01 | 0.29 | 178.86 | 0.42 | 0.5 |
| Hex | 4C | B5 | B3 | 3A | 0 | 1 | 1D | B3 | 2A | 32 |
| Octal | 114 | 265 | 263 | 72 | 0 | 1 | 35 | 263 | 52 | 62 |
| Binary | 1001100 | 10110101 | 10110011 | 111010 | 0 | 1 | 11101 | 10110011 | 101010 | 110010 |
Color Harmonies of #4CB5B3
Complementary color
Monochromatic Colors of #4CB5B3
Black with #4CB5B3
Text Example
Text Example
White with #4CB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB5B3; }
p { color: rgb(76,181,179); }
H1.HeaderClassName
{
color: #4CB5B3;
}
.AnyTagClassName
{
color: #4CB5B3;
}
</style>
background-color css
<style>
a { background-color: #4CB5B3; }
a { background-color: rgb(76,181,179); }
div.DivClassName
{
background-color: #4CB5B3;
}
.BgClassName
{
background-color: #4CB5B3;
}
</style>
border-color css
<style>
span { border-color: #4CB5B3; }
span { border-color: rgb(76,181,179); }
td.TdClassName
{
border-color: #4CB5B3;
}
.TagClassName
{
border-color: #4CB5B3;
}
</style>