Shades of Malibu #4DBDF6
Tints of Malibu #4DBDF6
RGB
CMYK
RGB Variations
Color information
#4DBDF6 (or 0x4DBDF6) is known color: Malibu. HEX triplet: 4D, BD and F6. RGB value is (77,189,246). Sum of RGB (Red+Green+Blue) = 77+189+246=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DBDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDF6 is #B24209. Grayscale: #A1A1A1. Windows color (decimal): -11682314 or 16170317. OLE color: 16170317.
HSL color Cylindrical-coordinate representation of color #4DBDF6: hue angle of 200.24º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBDF6 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 189 | 246 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.04 |
| HSL | 200.24º | 0.9% | 0.63% | - |
| HSV(B) | 200.24º | 0.69% | 0.96% | - |
| XYZ | 37.89 | 44.63 | 93.81 | - |
| YUV | 162.01 | 175.39 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 246 | 0.69 | 0.23 | 0 | 0.04 | 200.24 | 0.9 | 0.63 |
| Hex | 4D | BD | F6 | 45 | 17 | 0 | 4 | C8 | 5A | 3F |
| Octal | 115 | 275 | 366 | 105 | 27 | 0 | 4 | 310 | 132 | 77 |
| Binary | 1001101 | 10111101 | 11110110 | 1000101 | 10111 | 0 | 100 | 11001000 | 1011010 | 111111 |
Color Harmonies of #4DBDF6
Complementary color
Monochromatic Colors of #4DBDF6
Black with #4DBDF6
Text Example
Text Example
White with #4DBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDF6; }
p { color: rgb(77,189,246); }
H1.HeaderClassName
{
color: #4DBDF6;
}
.AnyTagClassName
{
color: #4DBDF6;
}
</style>
background-color css
<style>
a { background-color: #4DBDF6; }
a { background-color: rgb(77,189,246); }
div.DivClassName
{
background-color: #4DBDF6;
}
.BgClassName
{
background-color: #4DBDF6;
}
</style>
border-color css
<style>
span { border-color: #4DBDF6; }
span { border-color: rgb(77,189,246); }
td.TdClassName
{
border-color: #4DBDF6;
}
.TagClassName
{
border-color: #4DBDF6;
}
</style>