Shades of Malibu #4DB4FD
Tints of Malibu #4DB4FD
RGB
CMYK
RGB Variations
Color information
#4DB4FD (or 0x4DB4FD) is known color: Malibu. HEX triplet: 4D, B4 and FD. RGB value is (77,180,253). Sum of RGB (Red+Green+Blue) = 77+180+253=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DB4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB4FD is #B24B02. Grayscale: #9D9D9D. Windows color (decimal): -11684611 or 16626765. OLE color: 16626765.
HSL color Cylindrical-coordinate representation of color #4DB4FD: hue angle of 204.89º 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 #4DB4FD is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 180 | 253 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.01 |
| HSL | 204.89º | 0.98% | 0.65% | - |
| HSV(B) | 204.89º | 0.7% | 0.99% | - |
| XYZ | 37.11 | 41.31 | 98.95 | - |
| YUV | 157.53 | 181.88 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 253 | 0.70 | 0.29 | 0 | 0.01 | 204.89 | 0.98 | 0.65 |
| Hex | 4D | B4 | FD | 46 | 1D | 0 | 1 | CD | 62 | 41 |
| Octal | 115 | 264 | 375 | 106 | 35 | 0 | 1 | 315 | 142 | 101 |
| Binary | 1001101 | 10110100 | 11111101 | 1000110 | 11101 | 0 | 1 | 11001101 | 1100010 | 1000001 |
Color Harmonies of #4DB4FD
Complementary color
Monochromatic Colors of #4DB4FD
Black with #4DB4FD
Text Example
Text Example
White with #4DB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4FD; }
p { color: rgb(77,180,253); }
H1.HeaderClassName
{
color: #4DB4FD;
}
.AnyTagClassName
{
color: #4DB4FD;
}
</style>
background-color css
<style>
a { background-color: #4DB4FD; }
a { background-color: rgb(77,180,253); }
div.DivClassName
{
background-color: #4DB4FD;
}
.BgClassName
{
background-color: #4DB4FD;
}
</style>
border-color css
<style>
span { border-color: #4DB4FD; }
span { border-color: rgb(77,180,253); }
td.TdClassName
{
border-color: #4DB4FD;
}
.TagClassName
{
border-color: #4DB4FD;
}
</style>