Shades of Malibu #4DBCFA
Tints of Malibu #4DBCFA
RGB
CMYK
RGB Variations
Color information
#4DBCFA (or 0x4DBCFA) is known color: Malibu. HEX triplet: 4D, BC and FA. RGB value is (77,188,250). Sum of RGB (Red+Green+Blue) = 77+188+250=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DBCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCFA is #B24305. Grayscale: #A1A1A1. Windows color (decimal): -11682566 or 16432205. OLE color: 16432205.
HSL color Cylindrical-coordinate representation of color #4DBCFA: hue angle of 201.5º 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 #4DBCFA is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 188 | 250 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.02 |
| HSL | 201.5º | 0.95% | 0.64% | - |
| HSV(B) | 201.5º | 0.69% | 0.98% | - |
| XYZ | 38.3 | 44.45 | 97 | - |
| YUV | 161.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 250 | 0.69 | 0.25 | 0 | 0.02 | 201.5 | 0.95 | 0.64 |
| Hex | 4D | BC | FA | 45 | 19 | 0 | 2 | CA | 5F | 40 |
| Octal | 115 | 274 | 372 | 105 | 31 | 0 | 2 | 312 | 137 | 100 |
| Binary | 1001101 | 10111100 | 11111010 | 1000101 | 11001 | 0 | 10 | 11001010 | 1011111 | 1000000 |
Color Harmonies of #4DBCFA
Complementary color
Monochromatic Colors of #4DBCFA
Black with #4DBCFA
Text Example
Text Example
White with #4DBCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCFA; }
p { color: rgb(77,188,250); }
H1.HeaderClassName
{
color: #4DBCFA;
}
.AnyTagClassName
{
color: #4DBCFA;
}
</style>
background-color css
<style>
a { background-color: #4DBCFA; }
a { background-color: rgb(77,188,250); }
div.DivClassName
{
background-color: #4DBCFA;
}
.BgClassName
{
background-color: #4DBCFA;
}
</style>
border-color css
<style>
span { border-color: #4DBCFA; }
span { border-color: rgb(77,188,250); }
td.TdClassName
{
border-color: #4DBCFA;
}
.TagClassName
{
border-color: #4DBCFA;
}
</style>