Shades of Malibu #4DBDFA
Tints of Malibu #4DBDFA
RGB
CMYK
RGB Variations
Color information
#4DBDFA (or 0x4DBDFA) is known color: Malibu. HEX triplet: 4D, BD and FA. RGB value is (77,189,250). Sum of RGB (Red+Green+Blue) = 77+189+250=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFA is #B24205. Grayscale: #A2A2A2. Windows color (decimal): -11682310 or 16432461. OLE color: 16432461.
HSL color Cylindrical-coordinate representation of color #4DBDFA: hue angle of 201.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBDFA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 189 | 250 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.02 |
| HSL | 201.16º | 0.95% | 0.64% | - |
| HSV(B) | 201.16º | 0.69% | 0.98% | - |
| XYZ | 38.51 | 44.88 | 97.07 | - |
| YUV | 162.47 | 177.39 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 250 | 0.69 | 0.24 | 0 | 0.02 | 201.16 | 0.95 | 0.64 |
| Hex | 4D | BD | FA | 45 | 18 | 0 | 2 | C9 | 5F | 40 |
| Octal | 115 | 275 | 372 | 105 | 30 | 0 | 2 | 311 | 137 | 100 |
| Binary | 1001101 | 10111101 | 11111010 | 1000101 | 11000 | 0 | 10 | 11001001 | 1011111 | 1000000 |
Color Harmonies of #4DBDFA
Complementary color
Monochromatic Colors of #4DBDFA
Black with #4DBDFA
Text Example
Text Example
White with #4DBDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFA; }
p { color: rgb(77,189,250); }
H1.HeaderClassName
{
color: #4DBDFA;
}
.AnyTagClassName
{
color: #4DBDFA;
}
</style>
background-color css
<style>
a { background-color: #4DBDFA; }
a { background-color: rgb(77,189,250); }
div.DivClassName
{
background-color: #4DBDFA;
}
.BgClassName
{
background-color: #4DBDFA;
}
</style>
border-color css
<style>
span { border-color: #4DBDFA; }
span { border-color: rgb(77,189,250); }
td.TdClassName
{
border-color: #4DBDFA;
}
.TagClassName
{
border-color: #4DBDFA;
}
</style>