Shades of Malibu #4DBBFC
Tints of Malibu #4DBBFC
RGB
CMYK
RGB Variations
Color information
#4DBBFC (or 0x4DBBFC) is known color: Malibu. HEX triplet: 4D, BB and FC. RGB value is (77,187,252). Sum of RGB (Red+Green+Blue) = 77+187+252=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBBFC is #B24403. Grayscale: #A1A1A1. Windows color (decimal): -11682820 or 16563021. OLE color: 16563021.
HSL color Cylindrical-coordinate representation of color #4DBBFC: hue angle of 202.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBBFC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 187 | 252 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.29º | 0.97% | 0.65% | - |
| HSV(B) | 202.29º | 0.69% | 0.99% | - |
| XYZ | 38.4 | 44.15 | 98.59 | - |
| YUV | 161.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 252 | 0.69 | 0.26 | 0 | 0.01 | 202.29 | 0.97 | 0.65 |
| Hex | 4D | BB | FC | 45 | 1A | 0 | 1 | CA | 61 | 41 |
| Octal | 115 | 273 | 374 | 105 | 32 | 0 | 1 | 312 | 141 | 101 |
| Binary | 1001101 | 10111011 | 11111100 | 1000101 | 11010 | 0 | 1 | 11001010 | 1100001 | 1000001 |
Color Harmonies of #4DBBFC
Complementary color
Monochromatic Colors of #4DBBFC
Black with #4DBBFC
Text Example
Text Example
White with #4DBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBFC; }
p { color: rgb(77,187,252); }
H1.HeaderClassName
{
color: #4DBBFC;
}
.AnyTagClassName
{
color: #4DBBFC;
}
</style>
background-color css
<style>
a { background-color: #4DBBFC; }
a { background-color: rgb(77,187,252); }
div.DivClassName
{
background-color: #4DBBFC;
}
.BgClassName
{
background-color: #4DBBFC;
}
</style>
border-color css
<style>
span { border-color: #4DBBFC; }
span { border-color: rgb(77,187,252); }
td.TdClassName
{
border-color: #4DBBFC;
}
.TagClassName
{
border-color: #4DBBFC;
}
</style>