Shades of Malibu #4FABEC
Tints of Malibu #4FABEC
RGB
CMYK
RGB Variations
Color information
#4FABEC (or 0x4FABEC) is known color: Malibu. HEX triplet: 4F, AB and EC. RGB value is (79,171,236). Sum of RGB (Red+Green+Blue) = 79+171+236=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FABEC is #B05413. Grayscale: #969696. Windows color (decimal): -11555860 or 15510351. OLE color: 15510351.
HSL color Cylindrical-coordinate representation of color #4FABEC: hue angle of 204.84º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FABEC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 171 | 236 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.07 |
| HSL | 204.84º | 0.81% | 0.62% | - |
| HSV(B) | 204.84º | 0.67% | 0.93% | - |
| XYZ | 32.93 | 36.84 | 84.73 | - |
| YUV | 150.9 | 176.02 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 236 | 0.67 | 0.28 | 0 | 0.07 | 204.84 | 0.81 | 0.62 |
| Hex | 4F | AB | EC | 43 | 1C | 0 | 7 | CD | 51 | 3E |
| Octal | 117 | 253 | 354 | 103 | 34 | 0 | 7 | 315 | 121 | 76 |
| Binary | 1001111 | 10101011 | 11101100 | 1000011 | 11100 | 0 | 111 | 11001101 | 1010001 | 111110 |
Color Harmonies of #4FABEC
Complementary color
Monochromatic Colors of #4FABEC
Black with #4FABEC
Text Example
Text Example
White with #4FABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABEC; }
p { color: rgb(79,171,236); }
H1.HeaderClassName
{
color: #4FABEC;
}
.AnyTagClassName
{
color: #4FABEC;
}
</style>
background-color css
<style>
a { background-color: #4FABEC; }
a { background-color: rgb(79,171,236); }
div.DivClassName
{
background-color: #4FABEC;
}
.BgClassName
{
background-color: #4FABEC;
}
</style>
border-color css
<style>
span { border-color: #4FABEC; }
span { border-color: rgb(79,171,236); }
td.TdClassName
{
border-color: #4FABEC;
}
.TagClassName
{
border-color: #4FABEC;
}
</style>