Shades of Malibu #4DB0FE
Tints of Malibu #4DB0FE
RGB
CMYK
RGB Variations
Color information
#4DB0FE (or 0x4DB0FE) is known color: Malibu. HEX triplet: 4D, B0 and FE. RGB value is (77,176,254). Sum of RGB (Red+Green+Blue) = 77+176+254=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DB0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB0FE is #B24F01. Grayscale: #9A9A9A. Windows color (decimal): -11685634 or 16691277. OLE color: 16691277.
HSL color Cylindrical-coordinate representation of color #4DB0FE: hue angle of 206.44º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DB0FE is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 176 | 254 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.00 |
| HSL | 206.44º | 0.99% | 0.65% | - |
| HSV(B) | 206.44º | 0.7% | 1% | - |
| XYZ | 36.48 | 39.78 | 99.52 | - |
| YUV | 155.29 | 183.7 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 254 | 0.70 | 0.31 | 0 | 0.00 | 206.44 | 0.99 | 0.65 |
| Hex | 4D | B0 | FE | 46 | 1F | 0 | 0 | CE | 63 | 41 |
| Octal | 115 | 260 | 376 | 106 | 37 | 0 | 0 | 316 | 143 | 101 |
| Binary | 1001101 | 10110000 | 11111110 | 1000110 | 11111 | 0 | 0 | 11001110 | 1100011 | 1000001 |
Color Harmonies of #4DB0FE
Complementary color
Monochromatic Colors of #4DB0FE
Black with #4DB0FE
Text Example
Text Example
White with #4DB0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0FE; }
p { color: rgb(77,176,254); }
H1.HeaderClassName
{
color: #4DB0FE;
}
.AnyTagClassName
{
color: #4DB0FE;
}
</style>
background-color css
<style>
a { background-color: #4DB0FE; }
a { background-color: rgb(77,176,254); }
div.DivClassName
{
background-color: #4DB0FE;
}
.BgClassName
{
background-color: #4DB0FE;
}
</style>
border-color css
<style>
span { border-color: #4DB0FE; }
span { border-color: rgb(77,176,254); }
td.TdClassName
{
border-color: #4DB0FE;
}
.TagClassName
{
border-color: #4DB0FE;
}
</style>