Shades of Malibu #4DBBF6
Tints of Malibu #4DBBF6
RGB
CMYK
RGB Variations
Color information
#4DBBF6 (or 0x4DBBF6) is known color: Malibu. HEX triplet: 4D, BB and F6. RGB value is (77,187,246). Sum of RGB (Red+Green+Blue) = 77+187+246=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DBBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBBF6 is #B24409. Grayscale: #A0A0A0. Windows color (decimal): -11682826 or 16169805. OLE color: 16169805.
HSL color Cylindrical-coordinate representation of color #4DBBF6: hue angle of 200.95º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBBF6 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 187 | 246 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.04 |
| HSL | 200.95º | 0.9% | 0.63% | - |
| HSV(B) | 200.95º | 0.69% | 0.96% | - |
| XYZ | 37.47 | 43.77 | 93.66 | - |
| YUV | 160.84 | 176.06 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 246 | 0.69 | 0.24 | 0 | 0.04 | 200.95 | 0.9 | 0.63 |
| Hex | 4D | BB | F6 | 45 | 18 | 0 | 4 | C9 | 5A | 3F |
| Octal | 115 | 273 | 366 | 105 | 30 | 0 | 4 | 311 | 132 | 77 |
| Binary | 1001101 | 10111011 | 11110110 | 1000101 | 11000 | 0 | 100 | 11001001 | 1011010 | 111111 |
Color Harmonies of #4DBBF6
Complementary color
Monochromatic Colors of #4DBBF6
Black with #4DBBF6
Text Example
Text Example
White with #4DBBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBF6; }
p { color: rgb(77,187,246); }
H1.HeaderClassName
{
color: #4DBBF6;
}
.AnyTagClassName
{
color: #4DBBF6;
}
</style>
background-color css
<style>
a { background-color: #4DBBF6; }
a { background-color: rgb(77,187,246); }
div.DivClassName
{
background-color: #4DBBF6;
}
.BgClassName
{
background-color: #4DBBF6;
}
</style>
border-color css
<style>
span { border-color: #4DBBF6; }
span { border-color: rgb(77,187,246); }
td.TdClassName
{
border-color: #4DBBF6;
}
.TagClassName
{
border-color: #4DBBF6;
}
</style>