Shades of Malibu #4EC0FA
Tints of Malibu #4EC0FA
RGB
CMYK
RGB Variations
Color information
#4EC0FA (or 0x4EC0FA) is known color: Malibu. HEX triplet: 4E, C0 and FA. RGB value is (78,192,250). Sum of RGB (Red+Green+Blue) = 78+192+250=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0FA is #B13F05. Grayscale: #A4A4A4. Windows color (decimal): -11616006 or 16433230. OLE color: 16433230.
HSL color Cylindrical-coordinate representation of color #4EC0FA: hue angle of 200.23º 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 #4EC0FA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 192 | 250 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.02 |
| HSL | 200.23º | 0.95% | 0.64% | - |
| HSV(B) | 200.23º | 0.69% | 0.98% | - |
| XYZ | 39.25 | 46.22 | 97.3 | - |
| YUV | 164.53 | 176.23 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 250 | 0.69 | 0.23 | 0 | 0.02 | 200.23 | 0.95 | 0.64 |
| Hex | 4E | C0 | FA | 45 | 17 | 0 | 2 | C8 | 5F | 40 |
| Octal | 116 | 300 | 372 | 105 | 27 | 0 | 2 | 310 | 137 | 100 |
| Binary | 1001110 | 11000000 | 11111010 | 1000101 | 10111 | 0 | 10 | 11001000 | 1011111 | 1000000 |
Color Harmonies of #4EC0FA
Complementary color
Monochromatic Colors of #4EC0FA
Black with #4EC0FA
Text Example
Text Example
White with #4EC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC0FA; }
p { color: rgb(78,192,250); }
H1.HeaderClassName
{
color: #4EC0FA;
}
.AnyTagClassName
{
color: #4EC0FA;
}
</style>
background-color css
<style>
a { background-color: #4EC0FA; }
a { background-color: rgb(78,192,250); }
div.DivClassName
{
background-color: #4EC0FA;
}
.BgClassName
{
background-color: #4EC0FA;
}
</style>
border-color css
<style>
span { border-color: #4EC0FA; }
span { border-color: rgb(78,192,250); }
td.TdClassName
{
border-color: #4EC0FA;
}
.TagClassName
{
border-color: #4EC0FA;
}
</style>