Shades of Malibu #4DBAFA
Tints of Malibu #4DBAFA
RGB
CMYK
RGB Variations
Color information
#4DBAFA (or 0x4DBAFA) is known color: Malibu. HEX triplet: 4D, BA and FA. RGB value is (77,186,250). Sum of RGB (Red+Green+Blue) = 77+186+250=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFA is #B24505. Grayscale: #A0A0A0. Windows color (decimal): -11683078 or 16431693. OLE color: 16431693.
HSL color Cylindrical-coordinate representation of color #4DBAFA: hue angle of 202.2º 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 #4DBAFA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 186 | 250 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.02 |
| HSL | 202.2º | 0.95% | 0.64% | - |
| HSV(B) | 202.2º | 0.69% | 0.98% | - |
| XYZ | 37.87 | 43.6 | 96.86 | - |
| YUV | 160.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 250 | 0.69 | 0.26 | 0 | 0.02 | 202.2 | 0.95 | 0.64 |
| Hex | 4D | BA | FA | 45 | 1A | 0 | 2 | CA | 5F | 40 |
| Octal | 115 | 272 | 372 | 105 | 32 | 0 | 2 | 312 | 137 | 100 |
| Binary | 1001101 | 10111010 | 11111010 | 1000101 | 11010 | 0 | 10 | 11001010 | 1011111 | 1000000 |
Color Harmonies of #4DBAFA
Complementary color
Monochromatic Colors of #4DBAFA
Black with #4DBAFA
Text Example
Text Example
White with #4DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFA; }
p { color: rgb(77,186,250); }
H1.HeaderClassName
{
color: #4DBAFA;
}
.AnyTagClassName
{
color: #4DBAFA;
}
</style>
background-color css
<style>
a { background-color: #4DBAFA; }
a { background-color: rgb(77,186,250); }
div.DivClassName
{
background-color: #4DBAFA;
}
.BgClassName
{
background-color: #4DBAFA;
}
</style>
border-color css
<style>
span { border-color: #4DBAFA; }
span { border-color: rgb(77,186,250); }
td.TdClassName
{
border-color: #4DBAFA;
}
.TagClassName
{
border-color: #4DBAFA;
}
</style>