Shades of Fountain Blue #4CB4B3
Tints of Fountain Blue #4CB4B3
RGB
CMYK
RGB Variations
Color information
#4CB4B3 (or 0x4CB4B3) is known color: Fountain Blue. HEX triplet: 4C, B4 and B3. RGB value is (76,180,179). Sum of RGB (Red+Green+Blue) = 76+180+179=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 179 (70.31% from 255 or 41.15% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB4B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB4B3 is #B34B4C. Grayscale: #949494. Windows color (decimal): -11750221 or 11777100. OLE color: 11777100.
HSL color Cylindrical-coordinate representation of color #4CB4B3: hue angle of 179.42º degrees, saturation: 0.41, 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 #4CB4B3 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 179 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.29 |
| HSL | 179.42º | 0.41% | 0.5% | - |
| HSV(B) | 179.42º | 0.58% | 0.71% | - |
| XYZ | 27.44 | 37.43 | 48.43 | - |
| YUV | 148.79 | 145.04 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 179 | 0.58 | 0 | 0.01 | 0.29 | 179.42 | 0.41 | 0.5 |
| Hex | 4C | B4 | B3 | 3A | 0 | 1 | 1D | B3 | 29 | 32 |
| Octal | 114 | 264 | 263 | 72 | 0 | 1 | 35 | 263 | 51 | 62 |
| Binary | 1001100 | 10110100 | 10110011 | 111010 | 0 | 1 | 11101 | 10110011 | 101001 | 110010 |
Color Harmonies of #4CB4B3
Complementary color
Monochromatic Colors of #4CB4B3
Black with #4CB4B3
Text Example
Text Example
White with #4CB4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB4B3; }
p { color: rgb(76,180,179); }
H1.HeaderClassName
{
color: #4CB4B3;
}
.AnyTagClassName
{
color: #4CB4B3;
}
</style>
background-color css
<style>
a { background-color: #4CB4B3; }
a { background-color: rgb(76,180,179); }
div.DivClassName
{
background-color: #4CB4B3;
}
.BgClassName
{
background-color: #4CB4B3;
}
</style>
border-color css
<style>
span { border-color: #4CB4B3; }
span { border-color: rgb(76,180,179); }
td.TdClassName
{
border-color: #4CB4B3;
}
.TagClassName
{
border-color: #4CB4B3;
}
</style>