Shades of Malibu #4DAFFF
Tints of Malibu #4DAFFF
RGB
CMYK
RGB Variations
Color information
#4DAFFF (or 0x4DAFFF) is known color: Malibu. HEX triplet: 4D, AF and FF. RGB value is (77,175,255). Sum of RGB (Red+Green+Blue) = 77+175+255=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DAFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFFF is #B25000. Grayscale: #9A9A9A. Windows color (decimal): -11685889 or 16756557. OLE color: 16756557.
HSL color Cylindrical-coordinate representation of color #4DAFFF: hue angle of 206.97º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DAFFF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 175 | 255 | - |
| CMYK | 0.70 | 0.31 | 0 | 0 |
| HSL | 206.97º | 1% | 0.65% | - |
| HSV(B) | 206.97º | 0.7% | 1% | - |
| XYZ | 36.44 | 39.46 | 100.3 | - |
| YUV | 154.82 | 184.53 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 255 | 0.70 | 0.31 | 0 | 0 | 206.97 | 1 | 0.65 |
| Hex | 4D | AF | FF | 46 | 1F | 0 | 0 | CF | 64 | 41 |
| Octal | 115 | 257 | 377 | 106 | 37 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001101 | 10101111 | 11111111 | 1000110 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4DAFFF
Complementary color
Monochromatic Colors of #4DAFFF
Black with #4DAFFF
Text Example
Text Example
White with #4DAFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFFF; }
p { color: rgb(77,175,255); }
H1.HeaderClassName
{
color: #4DAFFF;
}
.AnyTagClassName
{
color: #4DAFFF;
}
</style>
background-color css
<style>
a { background-color: #4DAFFF; }
a { background-color: rgb(77,175,255); }
div.DivClassName
{
background-color: #4DAFFF;
}
.BgClassName
{
background-color: #4DAFFF;
}
</style>
border-color css
<style>
span { border-color: #4DAFFF; }
span { border-color: rgb(77,175,255); }
td.TdClassName
{
border-color: #4DAFFF;
}
.TagClassName
{
border-color: #4DAFFF;
}
</style>