Shades of Malibu #4EBFE1
Tints of Malibu #4EBFE1
RGB
CMYK
RGB Variations
Color information
#4EBFE1 (or 0x4EBFE1) is known color: Malibu. HEX triplet: 4E, BF and E1. RGB value is (78,191,225). Sum of RGB (Red+Green+Blue) = 78+191+225=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #4EBFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EBFE1 is #B1401E. Grayscale: #A0A0A0. Windows color (decimal): -11616287 or 14794574. OLE color: 14794574.
HSL color Cylindrical-coordinate representation of color #4EBFE1: hue angle of 193.88º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EBFE1 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 191 | 225 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.12 |
| HSL | 193.88º | 0.71% | 0.59% | - |
| HSV(B) | 193.88º | 0.65% | 0.88% | - |
| XYZ | 35.36 | 44.32 | 77.92 | - |
| YUV | 161.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 225 | 0.65 | 0.15 | 0 | 0.12 | 193.88 | 0.71 | 0.59 |
| Hex | 4E | BF | E1 | 41 | F | 0 | C | C2 | 47 | 3B |
| Octal | 116 | 277 | 341 | 101 | 17 | 0 | 14 | 302 | 107 | 73 |
| Binary | 1001110 | 10111111 | 11100001 | 1000001 | 1111 | 0 | 1100 | 11000010 | 1000111 | 111011 |
Color Harmonies of #4EBFE1
Complementary color
Monochromatic Colors of #4EBFE1
Black with #4EBFE1
Text Example
Text Example
White with #4EBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBFE1; }
p { color: rgb(78,191,225); }
H1.HeaderClassName
{
color: #4EBFE1;
}
.AnyTagClassName
{
color: #4EBFE1;
}
</style>
background-color css
<style>
a { background-color: #4EBFE1; }
a { background-color: rgb(78,191,225); }
div.DivClassName
{
background-color: #4EBFE1;
}
.BgClassName
{
background-color: #4EBFE1;
}
</style>
border-color css
<style>
span { border-color: #4EBFE1; }
span { border-color: rgb(78,191,225); }
td.TdClassName
{
border-color: #4EBFE1;
}
.TagClassName
{
border-color: #4EBFE1;
}
</style>