Shades of Malibu #4DBAFB
Tints of Malibu #4DBAFB
RGB
CMYK
RGB Variations
Color information
#4DBAFB (or 0x4DBAFB) is known color: Malibu. HEX triplet: 4D, BA and FB. RGB value is (77,186,251). Sum of RGB (Red+Green+Blue) = 77+186+251=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DBAFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFB is #B24504. Grayscale: #A0A0A0. Windows color (decimal): -11683077 or 16497229. OLE color: 16497229.
HSL color Cylindrical-coordinate representation of color #4DBAFB: hue angle of 202.41º degrees, saturation: 0.96, 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 #4DBAFB is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 186 | 251 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.02 |
| HSL | 202.41º | 0.96% | 0.64% | - |
| HSV(B) | 202.41º | 0.69% | 0.98% | - |
| XYZ | 38.03 | 43.66 | 97.69 | - |
| YUV | 160.82 | 178.89 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 251 | 0.69 | 0.26 | 0 | 0.02 | 202.41 | 0.96 | 0.64 |
| Hex | 4D | BA | FB | 45 | 1A | 0 | 2 | CA | 60 | 40 |
| Octal | 115 | 272 | 373 | 105 | 32 | 0 | 2 | 312 | 140 | 100 |
| Binary | 1001101 | 10111010 | 11111011 | 1000101 | 11010 | 0 | 10 | 11001010 | 1100000 | 1000000 |
Color Harmonies of #4DBAFB
Complementary color
Monochromatic Colors of #4DBAFB
Black with #4DBAFB
Text Example
Text Example
White with #4DBAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFB; }
p { color: rgb(77,186,251); }
H1.HeaderClassName
{
color: #4DBAFB;
}
.AnyTagClassName
{
color: #4DBAFB;
}
</style>
background-color css
<style>
a { background-color: #4DBAFB; }
a { background-color: rgb(77,186,251); }
div.DivClassName
{
background-color: #4DBAFB;
}
.BgClassName
{
background-color: #4DBAFB;
}
</style>
border-color css
<style>
span { border-color: #4DBAFB; }
span { border-color: rgb(77,186,251); }
td.TdClassName
{
border-color: #4DBAFB;
}
.TagClassName
{
border-color: #4DBAFB;
}
</style>