Shades of Malibu #4FBFEC
Tints of Malibu #4FBFEC
RGB
CMYK
RGB Variations
Color information
#4FBFEC (or 0x4FBFEC) is known color: Malibu. HEX triplet: 4F, BF and EC. RGB value is (79,191,236). Sum of RGB (Red+Green+Blue) = 79+191+236=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFEC is #B04013. Grayscale: #A2A2A2. Windows color (decimal): -11550740 or 15515471. OLE color: 15515471.
HSL color Cylindrical-coordinate representation of color #4FBFEC: hue angle of 197.2º 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 #4FBFEC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 191 | 236 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.07 |
| HSL | 197.2º | 0.81% | 0.62% | - |
| HSV(B) | 197.2º | 0.67% | 0.93% | - |
| XYZ | 37 | 44.98 | 86.09 | - |
| YUV | 162.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 236 | 0.67 | 0.19 | 0 | 0.07 | 197.2 | 0.81 | 0.62 |
| Hex | 4F | BF | EC | 43 | 13 | 0 | 7 | C5 | 51 | 3E |
| Octal | 117 | 277 | 354 | 103 | 23 | 0 | 7 | 305 | 121 | 76 |
| Binary | 1001111 | 10111111 | 11101100 | 1000011 | 10011 | 0 | 111 | 11000101 | 1010001 | 111110 |
Color Harmonies of #4FBFEC
Complementary color
Monochromatic Colors of #4FBFEC
Black with #4FBFEC
Text Example
Text Example
White with #4FBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFEC; }
p { color: rgb(79,191,236); }
H1.HeaderClassName
{
color: #4FBFEC;
}
.AnyTagClassName
{
color: #4FBFEC;
}
</style>
background-color css
<style>
a { background-color: #4FBFEC; }
a { background-color: rgb(79,191,236); }
div.DivClassName
{
background-color: #4FBFEC;
}
.BgClassName
{
background-color: #4FBFEC;
}
</style>
border-color css
<style>
span { border-color: #4FBFEC; }
span { border-color: rgb(79,191,236); }
td.TdClassName
{
border-color: #4FBFEC;
}
.TagClassName
{
border-color: #4FBFEC;
}
</style>