Shades of Malibu #4DB9FC
Tints of Malibu #4DB9FC
RGB
CMYK
RGB Variations
Color information
#4DB9FC (or 0x4DB9FC) is known color: Malibu. HEX triplet: 4D, B9 and FC. RGB value is (77,185,252). Sum of RGB (Red+Green+Blue) = 77+185+252=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DB9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB9FC is #B24603. Grayscale: #9F9F9F. Windows color (decimal): -11683332 or 16562509. OLE color: 16562509.
HSL color Cylindrical-coordinate representation of color #4DB9FC: hue angle of 202.97º 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 #4DB9FC is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 185 | 252 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.01 |
| HSL | 202.97º | 0.97% | 0.65% | - |
| HSV(B) | 202.97º | 0.69% | 0.99% | - |
| XYZ | 37.98 | 43.3 | 98.45 | - |
| YUV | 160.35 | 179.72 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 252 | 0.69 | 0.27 | 0 | 0.01 | 202.97 | 0.97 | 0.65 |
| Hex | 4D | B9 | FC | 45 | 1B | 0 | 1 | CB | 61 | 41 |
| Octal | 115 | 271 | 374 | 105 | 33 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1001101 | 10111001 | 11111100 | 1000101 | 11011 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #4DB9FC
Complementary color
Monochromatic Colors of #4DB9FC
Black with #4DB9FC
Text Example
Text Example
White with #4DB9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9FC; }
p { color: rgb(77,185,252); }
H1.HeaderClassName
{
color: #4DB9FC;
}
.AnyTagClassName
{
color: #4DB9FC;
}
</style>
background-color css
<style>
a { background-color: #4DB9FC; }
a { background-color: rgb(77,185,252); }
div.DivClassName
{
background-color: #4DB9FC;
}
.BgClassName
{
background-color: #4DB9FC;
}
</style>
border-color css
<style>
span { border-color: #4DB9FC; }
span { border-color: rgb(77,185,252); }
td.TdClassName
{
border-color: #4DB9FC;
}
.TagClassName
{
border-color: #4DB9FC;
}
</style>