Shades of Malibu #4FAAF1
Tints of Malibu #4FAAF1
RGB
CMYK
RGB Variations
Color information
#4FAAF1 (or 0x4FAAF1) is known color: Malibu. HEX triplet: 4F, AA and F1. RGB value is (79,170,241). Sum of RGB (Red+Green+Blue) = 79+170+241=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FAAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAF1 is #B0550E. Grayscale: #969696. Windows color (decimal): -11556111 or 15837775. OLE color: 15837775.
HSL color Cylindrical-coordinate representation of color #4FAAF1: hue angle of 206.3º 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 #4FAAF1 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 170 | 241 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.05 |
| HSL | 206.3º | 0.85% | 0.63% | - |
| HSV(B) | 206.3º | 0.67% | 0.95% | - |
| XYZ | 33.48 | 36.76 | 88.55 | - |
| YUV | 150.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 241 | 0.67 | 0.29 | 0 | 0.05 | 206.3 | 0.85 | 0.63 |
| Hex | 4F | AA | F1 | 43 | 1D | 0 | 5 | CE | 55 | 3F |
| Octal | 117 | 252 | 361 | 103 | 35 | 0 | 5 | 316 | 125 | 77 |
| Binary | 1001111 | 10101010 | 11110001 | 1000011 | 11101 | 0 | 101 | 11001110 | 1010101 | 111111 |
Color Harmonies of #4FAAF1
Complementary color
Monochromatic Colors of #4FAAF1
Black with #4FAAF1
Text Example
Text Example
White with #4FAAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAF1; }
p { color: rgb(79,170,241); }
H1.HeaderClassName
{
color: #4FAAF1;
}
.AnyTagClassName
{
color: #4FAAF1;
}
</style>
background-color css
<style>
a { background-color: #4FAAF1; }
a { background-color: rgb(79,170,241); }
div.DivClassName
{
background-color: #4FAAF1;
}
.BgClassName
{
background-color: #4FAAF1;
}
</style>
border-color css
<style>
span { border-color: #4FAAF1; }
span { border-color: rgb(79,170,241); }
td.TdClassName
{
border-color: #4FAAF1;
}
.TagClassName
{
border-color: #4FAAF1;
}
</style>