Shades of Malibu #4DC8F6
Tints of Malibu #4DC8F6
RGB
CMYK
RGB Variations
Color information
#4DC8F6 (or 0x4DC8F6) is known color: Malibu. HEX triplet: 4D, C8 and F6. RGB value is (77,200,246). Sum of RGB (Red+Green+Blue) = 77+200+246=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DC8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC8F6 is #B23709. Grayscale: #A8A8A8. Windows color (decimal): -11679498 or 16173133. OLE color: 16173133.
HSL color Cylindrical-coordinate representation of color #4DC8F6: hue angle of 196.33º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC8F6 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 200 | 246 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.04 |
| HSL | 196.33º | 0.9% | 0.63% | - |
| HSV(B) | 196.33º | 0.69% | 0.96% | - |
| XYZ | 40.35 | 49.54 | 94.62 | - |
| YUV | 168.47 | 171.75 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 246 | 0.69 | 0.19 | 0 | 0.04 | 196.33 | 0.9 | 0.63 |
| Hex | 4D | C8 | F6 | 45 | 13 | 0 | 4 | C4 | 5A | 3F |
| Octal | 115 | 310 | 366 | 105 | 23 | 0 | 4 | 304 | 132 | 77 |
| Binary | 1001101 | 11001000 | 11110110 | 1000101 | 10011 | 0 | 100 | 11000100 | 1011010 | 111111 |
Color Harmonies of #4DC8F6
Complementary color
Monochromatic Colors of #4DC8F6
Black with #4DC8F6
Text Example
Text Example
White with #4DC8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8F6; }
p { color: rgb(77,200,246); }
H1.HeaderClassName
{
color: #4DC8F6;
}
.AnyTagClassName
{
color: #4DC8F6;
}
</style>
background-color css
<style>
a { background-color: #4DC8F6; }
a { background-color: rgb(77,200,246); }
div.DivClassName
{
background-color: #4DC8F6;
}
.BgClassName
{
background-color: #4DC8F6;
}
</style>
border-color css
<style>
span { border-color: #4DC8F6; }
span { border-color: rgb(77,200,246); }
td.TdClassName
{
border-color: #4DC8F6;
}
.TagClassName
{
border-color: #4DC8F6;
}
</style>