Shades of Malibu #4DBDFC
Tints of Malibu #4DBDFC
RGB
CMYK
RGB Variations
Color information
#4DBDFC (or 0x4DBDFC) is known color: Malibu. HEX triplet: 4D, BD and FC. RGB value is (77,189,252). Sum of RGB (Red+Green+Blue) = 77+189+252=518 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.86% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFC is #B24203. Grayscale: #A2A2A2. Windows color (decimal): -11682308 or 16563533. OLE color: 16563533.
HSL color Cylindrical-coordinate representation of color #4DBDFC: hue angle of 201.6º 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 #4DBDFC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 189 | 252 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.01 |
| HSL | 201.6º | 0.97% | 0.65% | - |
| HSV(B) | 201.6º | 0.69% | 0.99% | - |
| XYZ | 38.83 | 45 | 98.74 | - |
| YUV | 162.69 | 178.39 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 252 | 0.69 | 0.25 | 0 | 0.01 | 201.6 | 0.97 | 0.65 |
| Hex | 4D | BD | FC | 45 | 19 | 0 | 1 | CA | 61 | 41 |
| Octal | 115 | 275 | 374 | 105 | 31 | 0 | 1 | 312 | 141 | 101 |
| Binary | 1001101 | 10111101 | 11111100 | 1000101 | 11001 | 0 | 1 | 11001010 | 1100001 | 1000001 |
Color Harmonies of #4DBDFC
Complementary color
Monochromatic Colors of #4DBDFC
Black with #4DBDFC
Text Example
Text Example
White with #4DBDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFC; }
p { color: rgb(77,189,252); }
H1.HeaderClassName
{
color: #4DBDFC;
}
.AnyTagClassName
{
color: #4DBDFC;
}
</style>
background-color css
<style>
a { background-color: #4DBDFC; }
a { background-color: rgb(77,189,252); }
div.DivClassName
{
background-color: #4DBDFC;
}
.BgClassName
{
background-color: #4DBDFC;
}
</style>
border-color css
<style>
span { border-color: #4DBDFC; }
span { border-color: rgb(77,189,252); }
td.TdClassName
{
border-color: #4DBDFC;
}
.TagClassName
{
border-color: #4DBDFC;
}
</style>