Shades of Malibu #4DBCF8
Tints of Malibu #4DBCF8
RGB
CMYK
RGB Variations
Color information
#4DBCF8 (or 0x4DBCF8) is known color: Malibu. HEX triplet: 4D, BC and F8. RGB value is (77,188,248). Sum of RGB (Red+Green+Blue) = 77+188+248=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 248 (97.27% from 255 or 48.34% from 513); Max value from RGB is 248 - color contains mainly: blue. Hex color #4DBCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCF8 is #B24307. Grayscale: #A1A1A1. Windows color (decimal): -11682568 or 16301133. OLE color: 16301133.
HSL color Cylindrical-coordinate representation of color #4DBCF8: hue angle of 201.05º degrees, saturation: 0.92, 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 #4DBCF8 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 188 | 248 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.03 |
| HSL | 201.05º | 0.92% | 0.64% | - |
| HSV(B) | 201.05º | 0.69% | 0.97% | - |
| XYZ | 37.99 | 44.32 | 95.36 | - |
| YUV | 161.65 | 176.73 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 248 | 0.69 | 0.24 | 0 | 0.03 | 201.05 | 0.92 | 0.64 |
| Hex | 4D | BC | F8 | 45 | 18 | 0 | 3 | C9 | 5C | 40 |
| Octal | 115 | 274 | 370 | 105 | 30 | 0 | 3 | 311 | 134 | 100 |
| Binary | 1001101 | 10111100 | 11111000 | 1000101 | 11000 | 0 | 11 | 11001001 | 1011100 | 1000000 |
Color Harmonies of #4DBCF8
Complementary color
Monochromatic Colors of #4DBCF8
Black with #4DBCF8
Text Example
Text Example
White with #4DBCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCF8; }
p { color: rgb(77,188,248); }
H1.HeaderClassName
{
color: #4DBCF8;
}
.AnyTagClassName
{
color: #4DBCF8;
}
</style>
background-color css
<style>
a { background-color: #4DBCF8; }
a { background-color: rgb(77,188,248); }
div.DivClassName
{
background-color: #4DBCF8;
}
.BgClassName
{
background-color: #4DBCF8;
}
</style>
border-color css
<style>
span { border-color: #4DBCF8; }
span { border-color: rgb(77,188,248); }
td.TdClassName
{
border-color: #4DBCF8;
}
.TagClassName
{
border-color: #4DBCF8;
}
</style>