Shades of Malibu #4DBAFD
Tints of Malibu #4DBAFD
RGB
CMYK
RGB Variations
Color information
#4DBAFD (or 0x4DBAFD) is known color: Malibu. HEX triplet: 4D, BA and FD. RGB value is (77,186,253). Sum of RGB (Red+Green+Blue) = 77+186+253=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFD is #B24502. Grayscale: #A0A0A0. Windows color (decimal): -11683075 or 16628301. OLE color: 16628301.
HSL color Cylindrical-coordinate representation of color #4DBAFD: hue angle of 202.84º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBAFD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 186 | 253 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.01 |
| HSL | 202.84º | 0.98% | 0.65% | - |
| HSV(B) | 202.84º | 0.7% | 0.99% | - |
| XYZ | 38.35 | 43.79 | 99.36 | - |
| YUV | 161.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 253 | 0.70 | 0.26 | 0 | 0.01 | 202.84 | 0.98 | 0.65 |
| Hex | 4D | BA | FD | 46 | 1A | 0 | 1 | CB | 62 | 41 |
| Octal | 115 | 272 | 375 | 106 | 32 | 0 | 1 | 313 | 142 | 101 |
| Binary | 1001101 | 10111010 | 11111101 | 1000110 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000001 |
Color Harmonies of #4DBAFD
Complementary color
Monochromatic Colors of #4DBAFD
Black with #4DBAFD
Text Example
Text Example
White with #4DBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFD; }
p { color: rgb(77,186,253); }
H1.HeaderClassName
{
color: #4DBAFD;
}
.AnyTagClassName
{
color: #4DBAFD;
}
</style>
background-color css
<style>
a { background-color: #4DBAFD; }
a { background-color: rgb(77,186,253); }
div.DivClassName
{
background-color: #4DBAFD;
}
.BgClassName
{
background-color: #4DBAFD;
}
</style>
border-color css
<style>
span { border-color: #4DBAFD; }
span { border-color: rgb(77,186,253); }
td.TdClassName
{
border-color: #4DBAFD;
}
.TagClassName
{
border-color: #4DBAFD;
}
</style>