Shades of Malibu #4EC4FA
Tints of Malibu #4EC4FA
RGB
CMYK
RGB Variations
Color information
#4EC4FA (or 0x4EC4FA) is known color: Malibu. HEX triplet: 4E, C4 and FA. RGB value is (78,196,250). Sum of RGB (Red+Green+Blue) = 78+196+250=524 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.89% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC4FA is #B13B05. Grayscale: #A6A6A6. Windows color (decimal): -11614982 or 16434254. OLE color: 16434254.
HSL color Cylindrical-coordinate representation of color #4EC4FA: hue angle of 198.84º 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 #4EC4FA is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 196 | 250 | - |
| CMYK | 0.69 | 0.22 | 0 | 0.02 |
| HSL | 198.84º | 0.95% | 0.64% | - |
| HSV(B) | 198.84º | 0.69% | 0.98% | - |
| XYZ | 40.14 | 48 | 97.59 | - |
| YUV | 166.87 | 174.91 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 196 | 250 | 0.69 | 0.22 | 0 | 0.02 | 198.84 | 0.95 | 0.64 |
| Hex | 4E | C4 | FA | 45 | 16 | 0 | 2 | C7 | 5F | 40 |
| Octal | 116 | 304 | 372 | 105 | 26 | 0 | 2 | 307 | 137 | 100 |
| Binary | 1001110 | 11000100 | 11111010 | 1000101 | 10110 | 0 | 10 | 11000111 | 1011111 | 1000000 |
Color Harmonies of #4EC4FA
Complementary color
Monochromatic Colors of #4EC4FA
Black with #4EC4FA
Text Example
Text Example
White with #4EC4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC4FA; }
p { color: rgb(78,196,250); }
H1.HeaderClassName
{
color: #4EC4FA;
}
.AnyTagClassName
{
color: #4EC4FA;
}
</style>
background-color css
<style>
a { background-color: #4EC4FA; }
a { background-color: rgb(78,196,250); }
div.DivClassName
{
background-color: #4EC4FA;
}
.BgClassName
{
background-color: #4EC4FA;
}
</style>
border-color css
<style>
span { border-color: #4EC4FA; }
span { border-color: rgb(78,196,250); }
td.TdClassName
{
border-color: #4EC4FA;
}
.TagClassName
{
border-color: #4EC4FA;
}
</style>