Shades of Malibu #4DB0FB
Tints of Malibu #4DB0FB
RGB
CMYK
RGB Variations
Color information
#4DB0FB (or 0x4DB0FB) is known color: Malibu. HEX triplet: 4D, B0 and FB. RGB value is (77,176,251). Sum of RGB (Red+Green+Blue) = 77+176+251=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DB0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB0FB is #B24F04. Grayscale: #9A9A9A. Windows color (decimal): -11685637 or 16494669. OLE color: 16494669.
HSL color Cylindrical-coordinate representation of color #4DB0FB: hue angle of 205.86º degrees, saturation: 0.96, 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 #4DB0FB is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 176 | 251 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.02 |
| HSL | 205.86º | 0.96% | 0.64% | - |
| HSV(B) | 205.86º | 0.69% | 0.98% | - |
| XYZ | 36 | 39.59 | 97.01 | - |
| YUV | 154.95 | 182.2 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 251 | 0.69 | 0.30 | 0 | 0.02 | 205.86 | 0.96 | 0.64 |
| Hex | 4D | B0 | FB | 45 | 1E | 0 | 2 | CE | 60 | 40 |
| Octal | 115 | 260 | 373 | 105 | 36 | 0 | 2 | 316 | 140 | 100 |
| Binary | 1001101 | 10110000 | 11111011 | 1000101 | 11110 | 0 | 10 | 11001110 | 1100000 | 1000000 |
Color Harmonies of #4DB0FB
Complementary color
Monochromatic Colors of #4DB0FB
Black with #4DB0FB
Text Example
Text Example
White with #4DB0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0FB; }
p { color: rgb(77,176,251); }
H1.HeaderClassName
{
color: #4DB0FB;
}
.AnyTagClassName
{
color: #4DB0FB;
}
</style>
background-color css
<style>
a { background-color: #4DB0FB; }
a { background-color: rgb(77,176,251); }
div.DivClassName
{
background-color: #4DB0FB;
}
.BgClassName
{
background-color: #4DB0FB;
}
</style>
border-color css
<style>
span { border-color: #4DB0FB; }
span { border-color: rgb(77,176,251); }
td.TdClassName
{
border-color: #4DB0FB;
}
.TagClassName
{
border-color: #4DB0FB;
}
</style>