Shades of Malibu #4DBBFA
Tints of Malibu #4DBBFA
RGB
CMYK
RGB Variations
Color information
#4DBBFA (or 0x4DBBFA) is known color: Malibu. HEX triplet: 4D, BB and FA. RGB value is (77,187,250). Sum of RGB (Red+Green+Blue) = 77+187+250=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBBFA is #B24405. Grayscale: #A0A0A0. Windows color (decimal): -11682822 or 16431949. OLE color: 16431949.
HSL color Cylindrical-coordinate representation of color #4DBBFA: hue angle of 201.85º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBBFA is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 187 | 250 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.02 |
| HSL | 201.85º | 0.95% | 0.64% | - |
| HSV(B) | 201.85º | 0.69% | 0.98% | - |
| XYZ | 38.09 | 44.02 | 96.93 | - |
| YUV | 161.29 | 178.06 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 250 | 0.69 | 0.25 | 0 | 0.02 | 201.85 | 0.95 | 0.64 |
| Hex | 4D | BB | FA | 45 | 19 | 0 | 2 | CA | 5F | 40 |
| Octal | 115 | 273 | 372 | 105 | 31 | 0 | 2 | 312 | 137 | 100 |
| Binary | 1001101 | 10111011 | 11111010 | 1000101 | 11001 | 0 | 10 | 11001010 | 1011111 | 1000000 |
Color Harmonies of #4DBBFA
Complementary color
Monochromatic Colors of #4DBBFA
Black with #4DBBFA
Text Example
Text Example
White with #4DBBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBFA; }
p { color: rgb(77,187,250); }
H1.HeaderClassName
{
color: #4DBBFA;
}
.AnyTagClassName
{
color: #4DBBFA;
}
</style>
background-color css
<style>
a { background-color: #4DBBFA; }
a { background-color: rgb(77,187,250); }
div.DivClassName
{
background-color: #4DBBFA;
}
.BgClassName
{
background-color: #4DBBFA;
}
</style>
border-color css
<style>
span { border-color: #4DBBFA; }
span { border-color: rgb(77,187,250); }
td.TdClassName
{
border-color: #4DBBFA;
}
.TagClassName
{
border-color: #4DBBFA;
}
</style>