Shades of Malibu #4DBFEC
Tints of Malibu #4DBFEC
RGB
CMYK
RGB Variations
Color information
#4DBFEC (or 0x4DBFEC) is known color: Malibu. HEX triplet: 4D, BF and EC. RGB value is (77,191,236). Sum of RGB (Red+Green+Blue) = 77+191+236=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 191 (75% from 255 or 37.90% 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 #4DBFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFEC is #B24013. Grayscale: #A1A1A1. Windows color (decimal): -11681812 or 15515469. OLE color: 15515469.
HSL color Cylindrical-coordinate representation of color #4DBFEC: hue angle of 196.98º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DBFEC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 191 | 236 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.07 |
| HSL | 196.98º | 0.81% | 0.61% | - |
| HSV(B) | 196.98º | 0.67% | 0.93% | - |
| XYZ | 36.83 | 44.9 | 86.08 | - |
| YUV | 162.04 | 169.73 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 236 | 0.67 | 0.19 | 0 | 0.07 | 196.98 | 0.81 | 0.61 |
| Hex | 4D | BF | EC | 43 | 13 | 0 | 7 | C5 | 51 | 3D |
| Octal | 115 | 277 | 354 | 103 | 23 | 0 | 7 | 305 | 121 | 75 |
| Binary | 1001101 | 10111111 | 11101100 | 1000011 | 10011 | 0 | 111 | 11000101 | 1010001 | 111101 |
Color Harmonies of #4DBFEC
Complementary color
Monochromatic Colors of #4DBFEC
Black with #4DBFEC
Text Example
Text Example
White with #4DBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFEC; }
p { color: rgb(77,191,236); }
H1.HeaderClassName
{
color: #4DBFEC;
}
.AnyTagClassName
{
color: #4DBFEC;
}
</style>
background-color css
<style>
a { background-color: #4DBFEC; }
a { background-color: rgb(77,191,236); }
div.DivClassName
{
background-color: #4DBFEC;
}
.BgClassName
{
background-color: #4DBFEC;
}
</style>
border-color css
<style>
span { border-color: #4DBFEC; }
span { border-color: rgb(77,191,236); }
td.TdClassName
{
border-color: #4DBFEC;
}
.TagClassName
{
border-color: #4DBFEC;
}
</style>