Shades of Malibu #4EAEEF
Tints of Malibu #4EAEEF
RGB
CMYK
RGB Variations
Color information
#4EAEEF (or 0x4EAEEF) is known color: Malibu. HEX triplet: 4E, AE and EF. RGB value is (78,174,239). Sum of RGB (Red+Green+Blue) = 78+174+239=491 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.89% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAEEF is #B15110. Grayscale: #989898. Windows color (decimal): -11620625 or 15707726. OLE color: 15707726.
HSL color Cylindrical-coordinate representation of color #4EAEEF: hue angle of 204.22º 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 #4EAEEF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 174 | 239 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.06 |
| HSL | 204.22º | 0.83% | 0.62% | - |
| HSV(B) | 204.22º | 0.67% | 0.94% | - |
| XYZ | 33.86 | 38.12 | 87.24 | - |
| YUV | 152.71 | 176.7 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 239 | 0.67 | 0.27 | 0 | 0.06 | 204.22 | 0.83 | 0.62 |
| Hex | 4E | AE | EF | 43 | 1B | 0 | 6 | CC | 53 | 3E |
| Octal | 116 | 256 | 357 | 103 | 33 | 0 | 6 | 314 | 123 | 76 |
| Binary | 1001110 | 10101110 | 11101111 | 1000011 | 11011 | 0 | 110 | 11001100 | 1010011 | 111110 |
Color Harmonies of #4EAEEF
Complementary color
Monochromatic Colors of #4EAEEF
Black with #4EAEEF
Text Example
Text Example
White with #4EAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAEEF; }
p { color: rgb(78,174,239); }
H1.HeaderClassName
{
color: #4EAEEF;
}
.AnyTagClassName
{
color: #4EAEEF;
}
</style>
background-color css
<style>
a { background-color: #4EAEEF; }
a { background-color: rgb(78,174,239); }
div.DivClassName
{
background-color: #4EAEEF;
}
.BgClassName
{
background-color: #4EAEEF;
}
</style>
border-color css
<style>
span { border-color: #4EAEEF; }
span { border-color: rgb(78,174,239); }
td.TdClassName
{
border-color: #4EAEEF;
}
.TagClassName
{
border-color: #4EAEEF;
}
</style>