Shades of Malibu #4FA7EC
Tints of Malibu #4FA7EC
RGB
CMYK
RGB Variations
Color information
#4FA7EC (or 0x4FA7EC) is known color: Malibu. HEX triplet: 4F, A7 and EC. RGB value is (79,167,236). Sum of RGB (Red+Green+Blue) = 79+167+236=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FA7EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FA7EC is #B05813. Grayscale: #949494. Windows color (decimal): -11556884 or 15509327. OLE color: 15509327.
HSL color Cylindrical-coordinate representation of color #4FA7EC: hue angle of 206.37º 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 #4FA7EC is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 167 | 236 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.07 |
| HSL | 206.37º | 0.81% | 0.62% | - |
| HSV(B) | 206.37º | 0.67% | 0.93% | - |
| XYZ | 32.18 | 35.36 | 84.48 | - |
| YUV | 148.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 167 | 236 | 0.67 | 0.29 | 0 | 0.07 | 206.37 | 0.81 | 0.62 |
| Hex | 4F | A7 | EC | 43 | 1D | 0 | 7 | CE | 51 | 3E |
| Octal | 117 | 247 | 354 | 103 | 35 | 0 | 7 | 316 | 121 | 76 |
| Binary | 1001111 | 10100111 | 11101100 | 1000011 | 11101 | 0 | 111 | 11001110 | 1010001 | 111110 |
Color Harmonies of #4FA7EC
Complementary color
Monochromatic Colors of #4FA7EC
Black with #4FA7EC
Text Example
Text Example
White with #4FA7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA7EC; }
p { color: rgb(79,167,236); }
H1.HeaderClassName
{
color: #4FA7EC;
}
.AnyTagClassName
{
color: #4FA7EC;
}
</style>
background-color css
<style>
a { background-color: #4FA7EC; }
a { background-color: rgb(79,167,236); }
div.DivClassName
{
background-color: #4FA7EC;
}
.BgClassName
{
background-color: #4FA7EC;
}
</style>
border-color css
<style>
span { border-color: #4FA7EC; }
span { border-color: rgb(79,167,236); }
td.TdClassName
{
border-color: #4FA7EC;
}
.TagClassName
{
border-color: #4FA7EC;
}
</style>