Shades of Malibu #4FBDEC
Tints of Malibu #4FBDEC
RGB
CMYK
RGB Variations
Color information
#4FBDEC (or 0x4FBDEC) is known color: Malibu. HEX triplet: 4F, BD and EC. RGB value is (79,189,236). Sum of RGB (Red+Green+Blue) = 79+189+236=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDEC is #B04213. Grayscale: #A1A1A1. Windows color (decimal): -11551252 or 15514959. OLE color: 15514959.
HSL color Cylindrical-coordinate representation of color #4FBDEC: hue angle of 197.96º 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 #4FBDEC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 189 | 236 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.07 |
| HSL | 197.96º | 0.81% | 0.62% | - |
| HSV(B) | 197.96º | 0.67% | 0.93% | - |
| XYZ | 36.56 | 44.11 | 85.94 | - |
| YUV | 161.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 236 | 0.67 | 0.20 | 0 | 0.07 | 197.96 | 0.81 | 0.62 |
| Hex | 4F | BD | EC | 43 | 14 | 0 | 7 | C6 | 51 | 3E |
| Octal | 117 | 275 | 354 | 103 | 24 | 0 | 7 | 306 | 121 | 76 |
| Binary | 1001111 | 10111101 | 11101100 | 1000011 | 10100 | 0 | 111 | 11000110 | 1010001 | 111110 |
Color Harmonies of #4FBDEC
Complementary color
Monochromatic Colors of #4FBDEC
Black with #4FBDEC
Text Example
Text Example
White with #4FBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDEC; }
p { color: rgb(79,189,236); }
H1.HeaderClassName
{
color: #4FBDEC;
}
.AnyTagClassName
{
color: #4FBDEC;
}
</style>
background-color css
<style>
a { background-color: #4FBDEC; }
a { background-color: rgb(79,189,236); }
div.DivClassName
{
background-color: #4FBDEC;
}
.BgClassName
{
background-color: #4FBDEC;
}
</style>
border-color css
<style>
span { border-color: #4FBDEC; }
span { border-color: rgb(79,189,236); }
td.TdClassName
{
border-color: #4FBDEC;
}
.TagClassName
{
border-color: #4FBDEC;
}
</style>