Shades of Malibu #4FAAF2
Tints of Malibu #4FAAF2
RGB
CMYK
RGB Variations
Color information
#4FAAF2 (or 0x4FAAF2) is known color: Malibu. HEX triplet: 4F, AA and F2. RGB value is (79,170,242). Sum of RGB (Red+Green+Blue) = 79+170+242=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #4FAAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAF2 is #B0550D. Grayscale: #969696. Windows color (decimal): -11556110 or 15903311. OLE color: 15903311.
HSL color Cylindrical-coordinate representation of color #4FAAF2: hue angle of 206.5º degrees, saturation: 0.86, 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 #4FAAF2 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 170 | 242 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.05 |
| HSL | 206.5º | 0.86% | 0.63% | - |
| HSV(B) | 206.5º | 0.67% | 0.95% | - |
| XYZ | 33.63 | 36.82 | 89.34 | - |
| YUV | 151 | 179.35 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 242 | 0.67 | 0.30 | 0 | 0.05 | 206.5 | 0.86 | 0.63 |
| Hex | 4F | AA | F2 | 43 | 1E | 0 | 5 | CF | 56 | 3F |
| Octal | 117 | 252 | 362 | 103 | 36 | 0 | 5 | 317 | 126 | 77 |
| Binary | 1001111 | 10101010 | 11110010 | 1000011 | 11110 | 0 | 101 | 11001111 | 1010110 | 111111 |
Color Harmonies of #4FAAF2
Complementary color
Monochromatic Colors of #4FAAF2
Black with #4FAAF2
Text Example
Text Example
White with #4FAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAF2; }
p { color: rgb(79,170,242); }
H1.HeaderClassName
{
color: #4FAAF2;
}
.AnyTagClassName
{
color: #4FAAF2;
}
</style>
background-color css
<style>
a { background-color: #4FAAF2; }
a { background-color: rgb(79,170,242); }
div.DivClassName
{
background-color: #4FAAF2;
}
.BgClassName
{
background-color: #4FAAF2;
}
</style>
border-color css
<style>
span { border-color: #4FAAF2; }
span { border-color: rgb(79,170,242); }
td.TdClassName
{
border-color: #4FAAF2;
}
.TagClassName
{
border-color: #4FAAF2;
}
</style>