Shades of Malibu #4DB8FC
Tints of Malibu #4DB8FC
RGB
CMYK
RGB Variations
Color information
#4DB8FC (or 0x4DB8FC) is known color: Malibu. HEX triplet: 4D, B8 and FC. RGB value is (77,184,252). Sum of RGB (Red+Green+Blue) = 77+184+252=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DB8FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB8FC is #B24703. Grayscale: #9F9F9F. Windows color (decimal): -11683588 or 16562253. OLE color: 16562253.
HSL color Cylindrical-coordinate representation of color #4DB8FC: hue angle of 203.31º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DB8FC is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 184 | 252 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.01 |
| HSL | 203.31º | 0.97% | 0.65% | - |
| HSV(B) | 203.31º | 0.69% | 0.99% | - |
| XYZ | 37.77 | 42.89 | 98.38 | - |
| YUV | 159.76 | 180.05 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 252 | 0.69 | 0.27 | 0 | 0.01 | 203.31 | 0.97 | 0.65 |
| Hex | 4D | B8 | FC | 45 | 1B | 0 | 1 | CB | 61 | 41 |
| Octal | 115 | 270 | 374 | 105 | 33 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1001101 | 10111000 | 11111100 | 1000101 | 11011 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #4DB8FC
Complementary color
Monochromatic Colors of #4DB8FC
Black with #4DB8FC
Text Example
Text Example
White with #4DB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8FC; }
p { color: rgb(77,184,252); }
H1.HeaderClassName
{
color: #4DB8FC;
}
.AnyTagClassName
{
color: #4DB8FC;
}
</style>
background-color css
<style>
a { background-color: #4DB8FC; }
a { background-color: rgb(77,184,252); }
div.DivClassName
{
background-color: #4DB8FC;
}
.BgClassName
{
background-color: #4DB8FC;
}
</style>
border-color css
<style>
span { border-color: #4DB8FC; }
span { border-color: rgb(77,184,252); }
td.TdClassName
{
border-color: #4DB8FC;
}
.TagClassName
{
border-color: #4DB8FC;
}
</style>