Shades of Malibu #4DBDEC
Tints of Malibu #4DBDEC
RGB
CMYK
RGB Variations
Color information
#4DBDEC (or 0x4DBDEC) is known color: Malibu. HEX triplet: 4D, BD and EC. RGB value is (77,189,236). Sum of RGB (Red+Green+Blue) = 77+189+236=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDEC is #B24213. Grayscale: #A0A0A0. Windows color (decimal): -11682324 or 15514957. OLE color: 15514957.
HSL color Cylindrical-coordinate representation of color #4DBDEC: hue angle of 197.74º 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 #4DBDEC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 189 | 236 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.07 |
| HSL | 197.74º | 0.81% | 0.61% | - |
| HSV(B) | 197.74º | 0.67% | 0.93% | - |
| XYZ | 36.4 | 44.03 | 85.94 | - |
| YUV | 160.87 | 170.39 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 236 | 0.67 | 0.20 | 0 | 0.07 | 197.74 | 0.81 | 0.61 |
| Hex | 4D | BD | EC | 43 | 14 | 0 | 7 | C6 | 51 | 3D |
| Octal | 115 | 275 | 354 | 103 | 24 | 0 | 7 | 306 | 121 | 75 |
| Binary | 1001101 | 10111101 | 11101100 | 1000011 | 10100 | 0 | 111 | 11000110 | 1010001 | 111101 |
Color Harmonies of #4DBDEC
Complementary color
Monochromatic Colors of #4DBDEC
Black with #4DBDEC
Text Example
Text Example
White with #4DBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDEC; }
p { color: rgb(77,189,236); }
H1.HeaderClassName
{
color: #4DBDEC;
}
.AnyTagClassName
{
color: #4DBDEC;
}
</style>
background-color css
<style>
a { background-color: #4DBDEC; }
a { background-color: rgb(77,189,236); }
div.DivClassName
{
background-color: #4DBDEC;
}
.BgClassName
{
background-color: #4DBDEC;
}
</style>
border-color css
<style>
span { border-color: #4DBDEC; }
span { border-color: rgb(77,189,236); }
td.TdClassName
{
border-color: #4DBDEC;
}
.TagClassName
{
border-color: #4DBDEC;
}
</style>