Shades of Malibu #4EBFE8
Tints of Malibu #4EBFE8
RGB
CMYK
RGB Variations
Color information
#4EBFE8 (or 0x4EBFE8) is known color: Malibu. HEX triplet: 4E, BF and E8. RGB value is (78,191,232). Sum of RGB (Red+Green+Blue) = 78+191+232=501 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.57% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #4EBFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBFE8 is #B14017. Grayscale: #A1A1A1. Windows color (decimal): -11616280 or 15253326. OLE color: 15253326.
HSL color Cylindrical-coordinate representation of color #4EBFE8: hue angle of 195.97º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EBFE8 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 191 | 232 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.09 |
| HSL | 195.97º | 0.77% | 0.61% | - |
| HSV(B) | 195.97º | 0.66% | 0.91% | - |
| XYZ | 36.34 | 44.71 | 83.06 | - |
| YUV | 161.89 | 167.56 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 232 | 0.66 | 0.18 | 0 | 0.09 | 195.97 | 0.77 | 0.61 |
| Hex | 4E | BF | E8 | 42 | 12 | 0 | 9 | C4 | 4D | 3D |
| Octal | 116 | 277 | 350 | 102 | 22 | 0 | 11 | 304 | 115 | 75 |
| Binary | 1001110 | 10111111 | 11101000 | 1000010 | 10010 | 0 | 1001 | 11000100 | 1001101 | 111101 |
Color Harmonies of #4EBFE8
Complementary color
Monochromatic Colors of #4EBFE8
Black with #4EBFE8
Text Example
Text Example
White with #4EBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFE8; }
p { color: rgb(78,191,232); }
H1.HeaderClassName
{
color: #4EBFE8;
}
.AnyTagClassName
{
color: #4EBFE8;
}
</style>
background-color css
<style>
a { background-color: #4EBFE8; }
a { background-color: rgb(78,191,232); }
div.DivClassName
{
background-color: #4EBFE8;
}
.BgClassName
{
background-color: #4EBFE8;
}
</style>
border-color css
<style>
span { border-color: #4EBFE8; }
span { border-color: rgb(78,191,232); }
td.TdClassName
{
border-color: #4EBFE8;
}
.TagClassName
{
border-color: #4EBFE8;
}
</style>