Shades of Malibu #4DBEFD
Tints of Malibu #4DBEFD
RGB
CMYK
RGB Variations
Color information
#4DBEFD (or 0x4DBEFD) is known color: Malibu. HEX triplet: 4D, BE and FD. RGB value is (77,190,253). Sum of RGB (Red+Green+Blue) = 77+190+253=520 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.81% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEFD is #B24102. Grayscale: #A3A3A3. Windows color (decimal): -11682051 or 16629325. OLE color: 16629325.
HSL color Cylindrical-coordinate representation of color #4DBEFD: hue angle of 201.48º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DBEFD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 190 | 253 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.48º | 0.98% | 0.65% | - |
| HSV(B) | 201.48º | 0.7% | 0.99% | - |
| XYZ | 39.2 | 45.5 | 99.64 | - |
| YUV | 163.4 | 178.56 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 253 | 0.70 | 0.25 | 0 | 0.01 | 201.48 | 0.98 | 0.65 |
| Hex | 4D | BE | FD | 46 | 19 | 0 | 1 | C9 | 62 | 41 |
| Octal | 115 | 276 | 375 | 106 | 31 | 0 | 1 | 311 | 142 | 101 |
| Binary | 1001101 | 10111110 | 11111101 | 1000110 | 11001 | 0 | 1 | 11001001 | 1100010 | 1000001 |
Color Harmonies of #4DBEFD
Complementary color
Monochromatic Colors of #4DBEFD
Black with #4DBEFD
Text Example
Text Example
White with #4DBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEFD; }
p { color: rgb(77,190,253); }
H1.HeaderClassName
{
color: #4DBEFD;
}
.AnyTagClassName
{
color: #4DBEFD;
}
</style>
background-color css
<style>
a { background-color: #4DBEFD; }
a { background-color: rgb(77,190,253); }
div.DivClassName
{
background-color: #4DBEFD;
}
.BgClassName
{
background-color: #4DBEFD;
}
</style>
border-color css
<style>
span { border-color: #4DBEFD; }
span { border-color: rgb(77,190,253); }
td.TdClassName
{
border-color: #4DBEFD;
}
.TagClassName
{
border-color: #4DBEFD;
}
</style>