Shades of Malibu #4DBAFC
Tints of Malibu #4DBAFC
RGB
CMYK
RGB Variations
Color information
#4DBAFC (or 0x4DBAFC) is known color: Malibu. HEX triplet: 4D, BA and FC. RGB value is (77,186,252). Sum of RGB (Red+Green+Blue) = 77+186+252=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFC is #B24503. Grayscale: #A0A0A0. Windows color (decimal): -11683076 or 16562765. OLE color: 16562765.
HSL color Cylindrical-coordinate representation of color #4DBAFC: hue angle of 202.63º 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 #4DBAFC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 186 | 252 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.63º | 0.97% | 0.65% | - |
| HSV(B) | 202.63º | 0.69% | 0.99% | - |
| XYZ | 38.19 | 43.72 | 98.52 | - |
| YUV | 160.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 252 | 0.69 | 0.26 | 0 | 0.01 | 202.63 | 0.97 | 0.65 |
| Hex | 4D | BA | FC | 45 | 1A | 0 | 1 | CB | 61 | 41 |
| Octal | 115 | 272 | 374 | 105 | 32 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1001101 | 10111010 | 11111100 | 1000101 | 11010 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #4DBAFC
Complementary color
Monochromatic Colors of #4DBAFC
Black with #4DBAFC
Text Example
Text Example
White with #4DBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFC; }
p { color: rgb(77,186,252); }
H1.HeaderClassName
{
color: #4DBAFC;
}
.AnyTagClassName
{
color: #4DBAFC;
}
</style>
background-color css
<style>
a { background-color: #4DBAFC; }
a { background-color: rgb(77,186,252); }
div.DivClassName
{
background-color: #4DBAFC;
}
.BgClassName
{
background-color: #4DBAFC;
}
</style>
border-color css
<style>
span { border-color: #4DBAFC; }
span { border-color: rgb(77,186,252); }
td.TdClassName
{
border-color: #4DBAFC;
}
.TagClassName
{
border-color: #4DBAFC;
}
</style>