Shades of Malibu #4FADF1
Tints of Malibu #4FADF1
RGB
CMYK
RGB Variations
Color information
#4FADF1 (or 0x4FADF1) is known color: Malibu. HEX triplet: 4F, AD and F1. RGB value is (79,173,241). Sum of RGB (Red+Green+Blue) = 79+173+241=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FADF1 is #B0520E. Grayscale: #989898. Windows color (decimal): -11555343 or 15838543. OLE color: 15838543.
HSL color Cylindrical-coordinate representation of color #4FADF1: hue angle of 205.19º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FADF1 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 173 | 241 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.05 |
| HSL | 205.19º | 0.85% | 0.63% | - |
| HSV(B) | 205.19º | 0.67% | 0.95% | - |
| XYZ | 34.05 | 37.9 | 88.74 | - |
| YUV | 152.65 | 177.86 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 241 | 0.67 | 0.28 | 0 | 0.05 | 205.19 | 0.85 | 0.63 |
| Hex | 4F | AD | F1 | 43 | 1C | 0 | 5 | CD | 55 | 3F |
| Octal | 117 | 255 | 361 | 103 | 34 | 0 | 5 | 315 | 125 | 77 |
| Binary | 1001111 | 10101101 | 11110001 | 1000011 | 11100 | 0 | 101 | 11001101 | 1010101 | 111111 |
Color Harmonies of #4FADF1
Complementary color
Monochromatic Colors of #4FADF1
Black with #4FADF1
Text Example
Text Example
White with #4FADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FADF1; }
p { color: rgb(79,173,241); }
H1.HeaderClassName
{
color: #4FADF1;
}
.AnyTagClassName
{
color: #4FADF1;
}
</style>
background-color css
<style>
a { background-color: #4FADF1; }
a { background-color: rgb(79,173,241); }
div.DivClassName
{
background-color: #4FADF1;
}
.BgClassName
{
background-color: #4FADF1;
}
</style>
border-color css
<style>
span { border-color: #4FADF1; }
span { border-color: rgb(79,173,241); }
td.TdClassName
{
border-color: #4FADF1;
}
.TagClassName
{
border-color: #4FADF1;
}
</style>