Shades of Malibu #4DAEFF
Tints of Malibu #4DAEFF
RGB
CMYK
RGB Variations
Color information
#4DAEFF (or 0x4DAEFF) is known color: Malibu. HEX triplet: 4D, AE and FF. RGB value is (77,174,255). Sum of RGB (Red+Green+Blue) = 77+174+255=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAEFF is #B25100. Grayscale: #999999. Windows color (decimal): -11686145 or 16756301. OLE color: 16756301.
HSL color Cylindrical-coordinate representation of color #4DAEFF: hue angle of 207.3º 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 #4DAEFF is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 174 | 255 | - |
| CMYK | 0.70 | 0.32 | 0 | 0 |
| HSL | 207.3º | 1% | 0.65% | - |
| HSV(B) | 207.3º | 0.7% | 1% | - |
| XYZ | 36.25 | 39.07 | 100.24 | - |
| YUV | 154.23 | 184.86 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 255 | 0.70 | 0.32 | 0 | 0 | 207.3 | 1 | 0.65 |
| Hex | 4D | AE | FF | 46 | 20 | 0 | 0 | CF | 64 | 41 |
| Octal | 115 | 256 | 377 | 106 | 40 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001101 | 10101110 | 11111111 | 1000110 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4DAEFF
Complementary color
Monochromatic Colors of #4DAEFF
Black with #4DAEFF
Text Example
Text Example
White with #4DAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAEFF; }
p { color: rgb(77,174,255); }
H1.HeaderClassName
{
color: #4DAEFF;
}
.AnyTagClassName
{
color: #4DAEFF;
}
</style>
background-color css
<style>
a { background-color: #4DAEFF; }
a { background-color: rgb(77,174,255); }
div.DivClassName
{
background-color: #4DAEFF;
}
.BgClassName
{
background-color: #4DAEFF;
}
</style>
border-color css
<style>
span { border-color: #4DAEFF; }
span { border-color: rgb(77,174,255); }
td.TdClassName
{
border-color: #4DAEFF;
}
.TagClassName
{
border-color: #4DAEFF;
}
</style>