Shades of Malibu #4DBAFE
Tints of Malibu #4DBAFE
RGB
CMYK
RGB Variations
Color information
#4DBAFE (or 0x4DBAFE) is known color: Malibu. HEX triplet: 4D, BA and FE. RGB value is (77,186,254). Sum of RGB (Red+Green+Blue) = 77+186+254=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAFE is #B24501. Grayscale: #A0A0A0. Windows color (decimal): -11683074 or 16693837. OLE color: 16693837.
HSL color Cylindrical-coordinate representation of color #4DBAFE: hue angle of 203.05º 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 #4DBAFE is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 186 | 254 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.00 |
| HSL | 203.05º | 0.99% | 0.65% | - |
| HSV(B) | 203.05º | 0.7% | 1% | - |
| XYZ | 38.51 | 43.85 | 100.2 | - |
| YUV | 161.16 | 180.39 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 254 | 0.70 | 0.27 | 0 | 0.00 | 203.05 | 0.99 | 0.65 |
| Hex | 4D | BA | FE | 46 | 1B | 0 | 0 | CB | 63 | 41 |
| Octal | 115 | 272 | 376 | 106 | 33 | 0 | 0 | 313 | 143 | 101 |
| Binary | 1001101 | 10111010 | 11111110 | 1000110 | 11011 | 0 | 0 | 11001011 | 1100011 | 1000001 |
Color Harmonies of #4DBAFE
Complementary color
Monochromatic Colors of #4DBAFE
Black with #4DBAFE
Text Example
Text Example
White with #4DBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAFE; }
p { color: rgb(77,186,254); }
H1.HeaderClassName
{
color: #4DBAFE;
}
.AnyTagClassName
{
color: #4DBAFE;
}
</style>
background-color css
<style>
a { background-color: #4DBAFE; }
a { background-color: rgb(77,186,254); }
div.DivClassName
{
background-color: #4DBAFE;
}
.BgClassName
{
background-color: #4DBAFE;
}
</style>
border-color css
<style>
span { border-color: #4DBAFE; }
span { border-color: rgb(77,186,254); }
td.TdClassName
{
border-color: #4DBAFE;
}
.TagClassName
{
border-color: #4DBAFE;
}
</style>