Shades of Malibu #4EAFFF
Tints of Malibu #4EAFFF
RGB
CMYK
RGB Variations
Color information
#4EAFFF (or 0x4EAFFF) is known color: Malibu. HEX triplet: 4E, AF and FF. RGB value is (78,175,255). Sum of RGB (Red+Green+Blue) = 78+175+255=508 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.35% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EAFFF is #B15000. Grayscale: #9A9A9A. Windows color (decimal): -11620353 or 16756558. OLE color: 16756558.
HSL color Cylindrical-coordinate representation of color #4EAFFF: hue angle of 207.12º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EAFFF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 175 | 255 | - |
| CMYK | 0.69 | 0.31 | 0 | 0 |
| HSL | 207.12º | 1% | 0.65% | - |
| HSV(B) | 207.12º | 0.69% | 1% | - |
| XYZ | 36.52 | 39.5 | 100.31 | - |
| YUV | 155.12 | 184.36 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 255 | 0.69 | 0.31 | 0 | 0 | 207.12 | 1 | 0.65 |
| Hex | 4E | AF | FF | 45 | 1F | 0 | 0 | CF | 64 | 41 |
| Octal | 116 | 257 | 377 | 105 | 37 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001110 | 10101111 | 11111111 | 1000101 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4EAFFF
Complementary color
Monochromatic Colors of #4EAFFF
Black with #4EAFFF
Text Example
Text Example
White with #4EAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAFFF; }
p { color: rgb(78,175,255); }
H1.HeaderClassName
{
color: #4EAFFF;
}
.AnyTagClassName
{
color: #4EAFFF;
}
</style>
background-color css
<style>
a { background-color: #4EAFFF; }
a { background-color: rgb(78,175,255); }
div.DivClassName
{
background-color: #4EAFFF;
}
.BgClassName
{
background-color: #4EAFFF;
}
</style>
border-color css
<style>
span { border-color: #4EAFFF; }
span { border-color: rgb(78,175,255); }
td.TdClassName
{
border-color: #4EAFFF;
}
.TagClassName
{
border-color: #4EAFFF;
}
</style>