Shades of Malibu #4DAFFC
Tints of Malibu #4DAFFC
RGB
CMYK
RGB Variations
Color information
#4DAFFC (or 0x4DAFFC) is known color: Malibu. HEX triplet: 4D, AF and FC. RGB value is (77,175,252). Sum of RGB (Red+Green+Blue) = 77+175+252=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DAFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAFFC is #B25003. Grayscale: #9A9A9A. Windows color (decimal): -11685892 or 16559949. OLE color: 16559949.
HSL color Cylindrical-coordinate representation of color #4DAFFC: hue angle of 206.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DAFFC is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 175 | 252 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.01 |
| HSL | 206.4º | 0.97% | 0.65% | - |
| HSV(B) | 206.4º | 0.69% | 0.99% | - |
| XYZ | 35.96 | 39.27 | 97.78 | - |
| YUV | 154.48 | 183.03 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 175 | 252 | 0.69 | 0.31 | 0 | 0.01 | 206.4 | 0.97 | 0.65 |
| Hex | 4D | AF | FC | 45 | 1F | 0 | 1 | CE | 61 | 41 |
| Octal | 115 | 257 | 374 | 105 | 37 | 0 | 1 | 316 | 141 | 101 |
| Binary | 1001101 | 10101111 | 11111100 | 1000101 | 11111 | 0 | 1 | 11001110 | 1100001 | 1000001 |
Color Harmonies of #4DAFFC
Complementary color
Monochromatic Colors of #4DAFFC
Black with #4DAFFC
Text Example
Text Example
White with #4DAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAFFC; }
p { color: rgb(77,175,252); }
H1.HeaderClassName
{
color: #4DAFFC;
}
.AnyTagClassName
{
color: #4DAFFC;
}
</style>
background-color css
<style>
a { background-color: #4DAFFC; }
a { background-color: rgb(77,175,252); }
div.DivClassName
{
background-color: #4DAFFC;
}
.BgClassName
{
background-color: #4DAFFC;
}
</style>
border-color css
<style>
span { border-color: #4DAFFC; }
span { border-color: rgb(77,175,252); }
td.TdClassName
{
border-color: #4DAFFC;
}
.TagClassName
{
border-color: #4DAFFC;
}
</style>