Shades of Malibu #4EBAFA
Tints of Malibu #4EBAFA
RGB
CMYK
RGB Variations
Color information
#4EBAFA (or 0x4EBAFA) is known color: Malibu. HEX triplet: 4E, BA and FA. RGB value is (78,186,250). Sum of RGB (Red+Green+Blue) = 78+186+250=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 186 (73.05% from 255 or 36.19% 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 #4EBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFA is #B14505. Grayscale: #A0A0A0. Windows color (decimal): -11617542 or 16431694. OLE color: 16431694.
HSL color Cylindrical-coordinate representation of color #4EBAFA: hue angle of 202.33º 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 #4EBAFA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 186 | 250 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.02 |
| HSL | 202.33º | 0.95% | 0.64% | - |
| HSV(B) | 202.33º | 0.69% | 0.98% | - |
| XYZ | 37.96 | 43.64 | 96.87 | - |
| YUV | 161 | 178.22 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 250 | 0.69 | 0.26 | 0 | 0.02 | 202.33 | 0.95 | 0.64 |
| Hex | 4E | BA | FA | 45 | 1A | 0 | 2 | CA | 5F | 40 |
| Octal | 116 | 272 | 372 | 105 | 32 | 0 | 2 | 312 | 137 | 100 |
| Binary | 1001110 | 10111010 | 11111010 | 1000101 | 11010 | 0 | 10 | 11001010 | 1011111 | 1000000 |
Color Harmonies of #4EBAFA
Complementary color
Monochromatic Colors of #4EBAFA
Black with #4EBAFA
Text Example
Text Example
White with #4EBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAFA; }
p { color: rgb(78,186,250); }
H1.HeaderClassName
{
color: #4EBAFA;
}
.AnyTagClassName
{
color: #4EBAFA;
}
</style>
background-color css
<style>
a { background-color: #4EBAFA; }
a { background-color: rgb(78,186,250); }
div.DivClassName
{
background-color: #4EBAFA;
}
.BgClassName
{
background-color: #4EBAFA;
}
</style>
border-color css
<style>
span { border-color: #4EBAFA; }
span { border-color: rgb(78,186,250); }
td.TdClassName
{
border-color: #4EBAFA;
}
.TagClassName
{
border-color: #4EBAFA;
}
</style>