Shades of Malibu #4DBDF7
Tints of Malibu #4DBDF7
RGB
CMYK
RGB Variations
Color information
#4DBDF7 (or 0x4DBDF7) is known color: Malibu. HEX triplet: 4D, BD and F7. RGB value is (77,189,247). Sum of RGB (Red+Green+Blue) = 77+189+247=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 247 (96.88% from 255 or 48.15% from 513); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DBDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDF7 is #B24208. Grayscale: #A1A1A1. Windows color (decimal): -11682313 or 16235853. OLE color: 16235853.
HSL color Cylindrical-coordinate representation of color #4DBDF7: hue angle of 200.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBDF7 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 189 | 247 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.03 |
| HSL | 200.47º | 0.91% | 0.64% | - |
| HSV(B) | 200.47º | 0.69% | 0.97% | - |
| XYZ | 38.05 | 44.69 | 94.62 | - |
| YUV | 162.12 | 175.89 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 247 | 0.69 | 0.23 | 0 | 0.03 | 200.47 | 0.91 | 0.64 |
| Hex | 4D | BD | F7 | 45 | 17 | 0 | 3 | C8 | 5B | 40 |
| Octal | 115 | 275 | 367 | 105 | 27 | 0 | 3 | 310 | 133 | 100 |
| Binary | 1001101 | 10111101 | 11110111 | 1000101 | 10111 | 0 | 11 | 11001000 | 1011011 | 1000000 |
Color Harmonies of #4DBDF7
Complementary color
Monochromatic Colors of #4DBDF7
Black with #4DBDF7
Text Example
Text Example
White with #4DBDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDF7; }
p { color: rgb(77,189,247); }
H1.HeaderClassName
{
color: #4DBDF7;
}
.AnyTagClassName
{
color: #4DBDF7;
}
</style>
background-color css
<style>
a { background-color: #4DBDF7; }
a { background-color: rgb(77,189,247); }
div.DivClassName
{
background-color: #4DBDF7;
}
.BgClassName
{
background-color: #4DBDF7;
}
</style>
border-color css
<style>
span { border-color: #4DBDF7; }
span { border-color: rgb(77,189,247); }
td.TdClassName
{
border-color: #4DBDF7;
}
.TagClassName
{
border-color: #4DBDF7;
}
</style>