Shades of Fountain Blue #4BAAB0
Tints of Fountain Blue #4BAAB0
RGB
CMYK
RGB Variations
Color information
#4BAAB0 (or 0x4BAAB0) is known color: Fountain Blue. HEX triplet: 4B, AA and B0. RGB value is (75,170,176). Sum of RGB (Red+Green+Blue) = 75+170+176=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #4BAAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAAB0 is #B4554F. Grayscale: #8E8E8E. Windows color (decimal): -11818320 or 11577931. OLE color: 11577931.
HSL color Cylindrical-coordinate representation of color #4BAAB0: hue angle of 183.56º 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 #4BAAB0 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 170 | 176 | - |
| CMYK | 0.57 | 0.03 | 0 | 0.31 |
| HSL | 183.56º | 0.4% | 0.49% | - |
| HSV(B) | 183.56º | 0.57% | 0.69% | - |
| XYZ | 25.11 | 33.38 | 46.19 | - |
| YUV | 142.28 | 147.03 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 176 | 0.57 | 0.03 | 0 | 0.31 | 183.56 | 0.4 | 0.49 |
| Hex | 4B | AA | B0 | 39 | 3 | 0 | 1F | B8 | 28 | 31 |
| Octal | 113 | 252 | 260 | 71 | 3 | 0 | 37 | 270 | 50 | 61 |
| Binary | 1001011 | 10101010 | 10110000 | 111001 | 11 | 0 | 11111 | 10111000 | 101000 | 110001 |
Color Harmonies of #4BAAB0
Complementary color
Monochromatic Colors of #4BAAB0
Black with #4BAAB0
Text Example
Text Example
White with #4BAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAAB0; }
p { color: rgb(75,170,176); }
H1.HeaderClassName
{
color: #4BAAB0;
}
.AnyTagClassName
{
color: #4BAAB0;
}
</style>
background-color css
<style>
a { background-color: #4BAAB0; }
a { background-color: rgb(75,170,176); }
div.DivClassName
{
background-color: #4BAAB0;
}
.BgClassName
{
background-color: #4BAAB0;
}
</style>
border-color css
<style>
span { border-color: #4BAAB0; }
span { border-color: rgb(75,170,176); }
td.TdClassName
{
border-color: #4BAAB0;
}
.TagClassName
{
border-color: #4BAAB0;
}
</style>