Shades of Malibu #4EC0F9
Tints of Malibu #4EC0F9
RGB
CMYK
RGB Variations
Color information
#4EC0F9 (or 0x4EC0F9) is known color: Malibu. HEX triplet: 4E, C0 and F9. RGB value is (78,192,249). Sum of RGB (Red+Green+Blue) = 78+192+249=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #4EC0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0F9 is #B13F06. Grayscale: #A4A4A4. Windows color (decimal): -11616007 or 16367694. OLE color: 16367694.
HSL color Cylindrical-coordinate representation of color #4EC0F9: hue angle of 200º degrees, saturation: 0.93, 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 #4EC0F9 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 192 | 249 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.02 |
| HSL | 200º | 0.93% | 0.64% | - |
| HSV(B) | 200º | 0.69% | 0.98% | - |
| XYZ | 39.09 | 46.16 | 96.47 | - |
| YUV | 164.41 | 175.73 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 249 | 0.69 | 0.23 | 0 | 0.02 | 200 | 0.93 | 0.64 |
| Hex | 4E | C0 | F9 | 45 | 17 | 0 | 2 | C8 | 5D | 40 |
| Octal | 116 | 300 | 371 | 105 | 27 | 0 | 2 | 310 | 135 | 100 |
| Binary | 1001110 | 11000000 | 11111001 | 1000101 | 10111 | 0 | 10 | 11001000 | 1011101 | 1000000 |
Color Harmonies of #4EC0F9
Complementary color
Monochromatic Colors of #4EC0F9
Black with #4EC0F9
Text Example
Text Example
White with #4EC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0F9; }
p { color: rgb(78,192,249); }
H1.HeaderClassName
{
color: #4EC0F9;
}
.AnyTagClassName
{
color: #4EC0F9;
}
</style>
background-color css
<style>
a { background-color: #4EC0F9; }
a { background-color: rgb(78,192,249); }
div.DivClassName
{
background-color: #4EC0F9;
}
.BgClassName
{
background-color: #4EC0F9;
}
</style>
border-color css
<style>
span { border-color: #4EC0F9; }
span { border-color: rgb(78,192,249); }
td.TdClassName
{
border-color: #4EC0F9;
}
.TagClassName
{
border-color: #4EC0F9;
}
</style>