Shades of Malibu #4DAFF9
Tints of Malibu #4DAFF9
RGB
CMYK
RGB Variations
Color information
#4DAFF9 (or 0x4DAFF9) is known color: Malibu. HEX triplet: 4D, AF and F9. RGB value is (77,175,249). Sum of RGB (Red+Green+Blue) = 77+175+249=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DAFF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFF9 is #B25006. Grayscale: #999999. Windows color (decimal): -11685895 or 16363341. OLE color: 16363341.
HSL color Cylindrical-coordinate representation of color #4DAFF9: hue angle of 205.81º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAFF9 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 175 | 249 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.02 |
| HSL | 205.81º | 0.93% | 0.64% | - |
| HSV(B) | 205.81º | 0.69% | 0.98% | - |
| XYZ | 35.49 | 39.08 | 95.29 | - |
| YUV | 154.13 | 181.53 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 249 | 0.69 | 0.30 | 0 | 0.02 | 205.81 | 0.93 | 0.64 |
| Hex | 4D | AF | F9 | 45 | 1E | 0 | 2 | CE | 5D | 40 |
| Octal | 115 | 257 | 371 | 105 | 36 | 0 | 2 | 316 | 135 | 100 |
| Binary | 1001101 | 10101111 | 11111001 | 1000101 | 11110 | 0 | 10 | 11001110 | 1011101 | 1000000 |
Color Harmonies of #4DAFF9
Complementary color
Monochromatic Colors of #4DAFF9
Black with #4DAFF9
Text Example
Text Example
White with #4DAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFF9; }
p { color: rgb(77,175,249); }
H1.HeaderClassName
{
color: #4DAFF9;
}
.AnyTagClassName
{
color: #4DAFF9;
}
</style>
background-color css
<style>
a { background-color: #4DAFF9; }
a { background-color: rgb(77,175,249); }
div.DivClassName
{
background-color: #4DAFF9;
}
.BgClassName
{
background-color: #4DAFF9;
}
</style>
border-color css
<style>
span { border-color: #4DAFF9; }
span { border-color: rgb(77,175,249); }
td.TdClassName
{
border-color: #4DAFF9;
}
.TagClassName
{
border-color: #4DAFF9;
}
</style>