Shades of Malibu #4EADEF
Tints of Malibu #4EADEF
RGB
CMYK
RGB Variations
Color information
#4EADEF (or 0x4EADEF) is known color: Malibu. HEX triplet: 4E, AD and EF. RGB value is (78,173,239). Sum of RGB (Red+Green+Blue) = 78+173+239=490 (64% of max value = 765). Red value is 78 (30.86% from 255 or 15.92% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EADEF is #B15210. Grayscale: #979797. Windows color (decimal): -11620881 or 15707470. OLE color: 15707470.
HSL color Cylindrical-coordinate representation of color #4EADEF: hue angle of 204.6º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EADEF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 173 | 239 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.06 |
| HSL | 204.6º | 0.83% | 0.62% | - |
| HSV(B) | 204.6º | 0.67% | 0.94% | - |
| XYZ | 33.67 | 37.74 | 87.17 | - |
| YUV | 152.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 173 | 239 | 0.67 | 0.28 | 0 | 0.06 | 204.6 | 0.83 | 0.62 |
| Hex | 4E | AD | EF | 43 | 1C | 0 | 6 | CD | 53 | 3E |
| Octal | 116 | 255 | 357 | 103 | 34 | 0 | 6 | 315 | 123 | 76 |
| Binary | 1001110 | 10101101 | 11101111 | 1000011 | 11100 | 0 | 110 | 11001101 | 1010011 | 111110 |
Color Harmonies of #4EADEF
Complementary color
Monochromatic Colors of #4EADEF
Black with #4EADEF
Text Example
Text Example
White with #4EADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EADEF; }
p { color: rgb(78,173,239); }
H1.HeaderClassName
{
color: #4EADEF;
}
.AnyTagClassName
{
color: #4EADEF;
}
</style>
background-color css
<style>
a { background-color: #4EADEF; }
a { background-color: rgb(78,173,239); }
div.DivClassName
{
background-color: #4EADEF;
}
.BgClassName
{
background-color: #4EADEF;
}
</style>
border-color css
<style>
span { border-color: #4EADEF; }
span { border-color: rgb(78,173,239); }
td.TdClassName
{
border-color: #4EADEF;
}
.TagClassName
{
border-color: #4EADEF;
}
</style>