Shades of Malibu #4EBDE6
Tints of Malibu #4EBDE6
RGB
CMYK
RGB Variations
Color information
#4EBDE6 (or 0x4EBDE6) is known color: Malibu. HEX triplet: 4E, BD and E6. RGB value is (78,189,230). Sum of RGB (Red+Green+Blue) = 78+189+230=497 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.69% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #4EBDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDE6 is #B14219. Grayscale: #A0A0A0. Windows color (decimal): -11616794 or 15121742. OLE color: 15121742.
HSL color Cylindrical-coordinate representation of color #4EBDE6: hue angle of 196.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4EBDE6 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 189 | 230 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.10 |
| HSL | 196.18º | 0.75% | 0.6% | - |
| HSV(B) | 196.18º | 0.66% | 0.9% | - |
| XYZ | 35.62 | 43.73 | 81.43 | - |
| YUV | 160.49 | 167.23 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 230 | 0.66 | 0.18 | 0 | 0.10 | 196.18 | 0.75 | 0.6 |
| Hex | 4E | BD | E6 | 42 | 12 | 0 | A | C4 | 4B | 3C |
| Octal | 116 | 275 | 346 | 102 | 22 | 0 | 12 | 304 | 113 | 74 |
| Binary | 1001110 | 10111101 | 11100110 | 1000010 | 10010 | 0 | 1010 | 11000100 | 1001011 | 111100 |
Color Harmonies of #4EBDE6
Complementary color
Monochromatic Colors of #4EBDE6
Black with #4EBDE6
Text Example
Text Example
White with #4EBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBDE6; }
p { color: rgb(78,189,230); }
H1.HeaderClassName
{
color: #4EBDE6;
}
.AnyTagClassName
{
color: #4EBDE6;
}
</style>
background-color css
<style>
a { background-color: #4EBDE6; }
a { background-color: rgb(78,189,230); }
div.DivClassName
{
background-color: #4EBDE6;
}
.BgClassName
{
background-color: #4EBDE6;
}
</style>
border-color css
<style>
span { border-color: #4EBDE6; }
span { border-color: rgb(78,189,230); }
td.TdClassName
{
border-color: #4EBDE6;
}
.TagClassName
{
border-color: #4EBDE6;
}
</style>