Shades of Malibu #4EBAF6
Tints of Malibu #4EBAF6
RGB
CMYK
RGB Variations
Color information
#4EBAF6 (or 0x4EBAF6) is known color: Malibu. HEX triplet: 4E, BA and F6. RGB value is (78,186,246). Sum of RGB (Red+Green+Blue) = 78+186+246=510 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.29% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #4EBAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAF6 is #B14509. Grayscale: #A0A0A0. Windows color (decimal): -11617546 or 16169550. OLE color: 16169550.
HSL color Cylindrical-coordinate representation of color #4EBAF6: hue angle of 201.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EBAF6 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 186 | 246 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.04 |
| HSL | 201.43º | 0.9% | 0.64% | - |
| HSV(B) | 201.43º | 0.68% | 0.96% | - |
| XYZ | 37.34 | 43.39 | 93.6 | - |
| YUV | 160.55 | 176.22 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 246 | 0.68 | 0.24 | 0 | 0.04 | 201.43 | 0.9 | 0.64 |
| Hex | 4E | BA | F6 | 44 | 18 | 0 | 4 | C9 | 5A | 40 |
| Octal | 116 | 272 | 366 | 104 | 30 | 0 | 4 | 311 | 132 | 100 |
| Binary | 1001110 | 10111010 | 11110110 | 1000100 | 11000 | 0 | 100 | 11001001 | 1011010 | 1000000 |
Color Harmonies of #4EBAF6
Complementary color
Monochromatic Colors of #4EBAF6
Black with #4EBAF6
Text Example
Text Example
White with #4EBAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBAF6; }
p { color: rgb(78,186,246); }
H1.HeaderClassName
{
color: #4EBAF6;
}
.AnyTagClassName
{
color: #4EBAF6;
}
</style>
background-color css
<style>
a { background-color: #4EBAF6; }
a { background-color: rgb(78,186,246); }
div.DivClassName
{
background-color: #4EBAF6;
}
.BgClassName
{
background-color: #4EBAF6;
}
</style>
border-color css
<style>
span { border-color: #4EBAF6; }
span { border-color: rgb(78,186,246); }
td.TdClassName
{
border-color: #4EBAF6;
}
.TagClassName
{
border-color: #4EBAF6;
}
</style>