Shades of Malibu #4EC7FA
Tints of Malibu #4EC7FA
RGB
CMYK
RGB Variations
Color information
#4EC7FA (or 0x4EC7FA) is known color: Malibu. HEX triplet: 4E, C7 and FA. RGB value is (78,199,250). Sum of RGB (Red+Green+Blue) = 78+199+250=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC7FA is #B13805. Grayscale: #A8A8A8. Windows color (decimal): -11614214 or 16435022. OLE color: 16435022.
HSL color Cylindrical-coordinate representation of color #4EC7FA: hue angle of 197.79º 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 #4EC7FA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 199 | 250 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.02 |
| HSL | 197.79º | 0.95% | 0.64% | - |
| HSV(B) | 197.79º | 0.69% | 0.98% | - |
| XYZ | 40.82 | 49.37 | 97.82 | - |
| YUV | 168.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 250 | 0.69 | 0.20 | 0 | 0.02 | 197.79 | 0.95 | 0.64 |
| Hex | 4E | C7 | FA | 45 | 14 | 0 | 2 | C6 | 5F | 40 |
| Octal | 116 | 307 | 372 | 105 | 24 | 0 | 2 | 306 | 137 | 100 |
| Binary | 1001110 | 11000111 | 11111010 | 1000101 | 10100 | 0 | 10 | 11000110 | 1011111 | 1000000 |
Color Harmonies of #4EC7FA
Complementary color
Monochromatic Colors of #4EC7FA
Black with #4EC7FA
Text Example
Text Example
White with #4EC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC7FA; }
p { color: rgb(78,199,250); }
H1.HeaderClassName
{
color: #4EC7FA;
}
.AnyTagClassName
{
color: #4EC7FA;
}
</style>
background-color css
<style>
a { background-color: #4EC7FA; }
a { background-color: rgb(78,199,250); }
div.DivClassName
{
background-color: #4EC7FA;
}
.BgClassName
{
background-color: #4EC7FA;
}
</style>
border-color css
<style>
span { border-color: #4EC7FA; }
span { border-color: rgb(78,199,250); }
td.TdClassName
{
border-color: #4EC7FA;
}
.TagClassName
{
border-color: #4EC7FA;
}
</style>