Shades of Malibu #4DCAF6
Tints of Malibu #4DCAF6
RGB
CMYK
RGB Variations
Color information
#4DCAF6 (or 0x4DCAF6) is known color: Malibu. HEX triplet: 4D, CA and F6. RGB value is (77,202,246). Sum of RGB (Red+Green+Blue) = 77+202+246=525 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.67% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DCAF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAF6 is #B23509. Grayscale: #A9A9A9. Windows color (decimal): -11678986 or 16173645. OLE color: 16173645.
HSL color Cylindrical-coordinate representation of color #4DCAF6: hue angle of 195.62º 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 #4DCAF6 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 202 | 246 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.04 |
| HSL | 195.62º | 0.9% | 0.63% | - |
| HSV(B) | 195.62º | 0.69% | 0.96% | - |
| XYZ | 40.82 | 50.47 | 94.78 | - |
| YUV | 169.64 | 171.09 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 246 | 0.69 | 0.18 | 0 | 0.04 | 195.62 | 0.9 | 0.63 |
| Hex | 4D | CA | F6 | 45 | 12 | 0 | 4 | C4 | 5A | 3F |
| Octal | 115 | 312 | 366 | 105 | 22 | 0 | 4 | 304 | 132 | 77 |
| Binary | 1001101 | 11001010 | 11110110 | 1000101 | 10010 | 0 | 100 | 11000100 | 1011010 | 111111 |
Color Harmonies of #4DCAF6
Complementary color
Monochromatic Colors of #4DCAF6
Black with #4DCAF6
Text Example
Text Example
White with #4DCAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAF6; }
p { color: rgb(77,202,246); }
H1.HeaderClassName
{
color: #4DCAF6;
}
.AnyTagClassName
{
color: #4DCAF6;
}
</style>
background-color css
<style>
a { background-color: #4DCAF6; }
a { background-color: rgb(77,202,246); }
div.DivClassName
{
background-color: #4DCAF6;
}
.BgClassName
{
background-color: #4DCAF6;
}
</style>
border-color css
<style>
span { border-color: #4DCAF6; }
span { border-color: rgb(77,202,246); }
td.TdClassName
{
border-color: #4DCAF6;
}
.TagClassName
{
border-color: #4DCAF6;
}
</style>