Shades of Malibu #4DBDFD
Tints of Malibu #4DBDFD
RGB
CMYK
RGB Variations
Color information
#4DBDFD (or 0x4DBDFD) is known color: Malibu. HEX triplet: 4D, BD and FD. RGB value is (77,189,253). Sum of RGB (Red+Green+Blue) = 77+189+253=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDFD is #B24202. Grayscale: #A2A2A2. Windows color (decimal): -11682307 or 16629069. OLE color: 16629069.
HSL color Cylindrical-coordinate representation of color #4DBDFD: hue angle of 201.82º 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 #4DBDFD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 189 | 253 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.82º | 0.98% | 0.65% | - |
| HSV(B) | 201.82º | 0.7% | 0.99% | - |
| XYZ | 38.99 | 45.06 | 99.57 | - |
| YUV | 162.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 253 | 0.70 | 0.25 | 0 | 0.01 | 201.82 | 0.98 | 0.65 |
| Hex | 4D | BD | FD | 46 | 19 | 0 | 1 | CA | 62 | 41 |
| Octal | 115 | 275 | 375 | 106 | 31 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1001101 | 10111101 | 11111101 | 1000110 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #4DBDFD
Complementary color
Monochromatic Colors of #4DBDFD
Black with #4DBDFD
Text Example
Text Example
White with #4DBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDFD; }
p { color: rgb(77,189,253); }
H1.HeaderClassName
{
color: #4DBDFD;
}
.AnyTagClassName
{
color: #4DBDFD;
}
</style>
background-color css
<style>
a { background-color: #4DBDFD; }
a { background-color: rgb(77,189,253); }
div.DivClassName
{
background-color: #4DBDFD;
}
.BgClassName
{
background-color: #4DBDFD;
}
</style>
border-color css
<style>
span { border-color: #4DBDFD; }
span { border-color: rgb(77,189,253); }
td.TdClassName
{
border-color: #4DBDFD;
}
.TagClassName
{
border-color: #4DBDFD;
}
</style>