Shades of Malibu #4DB6FD
Tints of Malibu #4DB6FD
RGB
CMYK
RGB Variations
Color information
#4DB6FD (or 0x4DB6FD) is known color: Malibu. HEX triplet: 4D, B6 and FD. RGB value is (77,182,253). Sum of RGB (Red+Green+Blue) = 77+182+253=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DB6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB6FD is #B24902. Grayscale: #9E9E9E. Windows color (decimal): -11684099 or 16627277. OLE color: 16627277.
HSL color Cylindrical-coordinate representation of color #4DB6FD: hue angle of 204.2º 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 #4DB6FD is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 182 | 253 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.01 |
| HSL | 204.2º | 0.98% | 0.65% | - |
| HSV(B) | 204.2º | 0.7% | 0.99% | - |
| XYZ | 37.52 | 42.13 | 99.08 | - |
| YUV | 158.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 253 | 0.70 | 0.28 | 0 | 0.01 | 204.2 | 0.98 | 0.65 |
| Hex | 4D | B6 | FD | 46 | 1C | 0 | 1 | CC | 62 | 41 |
| Octal | 115 | 266 | 375 | 106 | 34 | 0 | 1 | 314 | 142 | 101 |
| Binary | 1001101 | 10110110 | 11111101 | 1000110 | 11100 | 0 | 1 | 11001100 | 1100010 | 1000001 |
Color Harmonies of #4DB6FD
Complementary color
Monochromatic Colors of #4DB6FD
Black with #4DB6FD
Text Example
Text Example
White with #4DB6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6FD; }
p { color: rgb(77,182,253); }
H1.HeaderClassName
{
color: #4DB6FD;
}
.AnyTagClassName
{
color: #4DB6FD;
}
</style>
background-color css
<style>
a { background-color: #4DB6FD; }
a { background-color: rgb(77,182,253); }
div.DivClassName
{
background-color: #4DB6FD;
}
.BgClassName
{
background-color: #4DB6FD;
}
</style>
border-color css
<style>
span { border-color: #4DB6FD; }
span { border-color: rgb(77,182,253); }
td.TdClassName
{
border-color: #4DB6FD;
}
.TagClassName
{
border-color: #4DB6FD;
}
</style>