Shades of Malibu #4FAEF4
Tints of Malibu #4FAEF4
RGB
CMYK
RGB Variations
Color information
#4FAEF4 (or 0x4FAEF4) is known color: Malibu. HEX triplet: 4F, AE and F4. RGB value is (79,174,244). Sum of RGB (Red+Green+Blue) = 79+174+244=497 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.90% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #4FAEF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEF4 is #B0510B. Grayscale: #999999. Windows color (decimal): -11555084 or 16035407. OLE color: 16035407.
HSL color Cylindrical-coordinate representation of color #4FAEF4: hue angle of 205.45º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FAEF4 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 174 | 244 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.04 |
| HSL | 205.45º | 0.88% | 0.63% | - |
| HSV(B) | 205.45º | 0.68% | 0.96% | - |
| XYZ | 34.69 | 38.47 | 91.18 | - |
| YUV | 153.58 | 179.03 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 244 | 0.68 | 0.29 | 0 | 0.04 | 205.45 | 0.88 | 0.63 |
| Hex | 4F | AE | F4 | 44 | 1D | 0 | 4 | CD | 58 | 3F |
| Octal | 117 | 256 | 364 | 104 | 35 | 0 | 4 | 315 | 130 | 77 |
| Binary | 1001111 | 10101110 | 11110100 | 1000100 | 11101 | 0 | 100 | 11001101 | 1011000 | 111111 |
Color Harmonies of #4FAEF4
Complementary color
Monochromatic Colors of #4FAEF4
Black with #4FAEF4
Text Example
Text Example
White with #4FAEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEF4; }
p { color: rgb(79,174,244); }
H1.HeaderClassName
{
color: #4FAEF4;
}
.AnyTagClassName
{
color: #4FAEF4;
}
</style>
background-color css
<style>
a { background-color: #4FAEF4; }
a { background-color: rgb(79,174,244); }
div.DivClassName
{
background-color: #4FAEF4;
}
.BgClassName
{
background-color: #4FAEF4;
}
</style>
border-color css
<style>
span { border-color: #4FAEF4; }
span { border-color: rgb(79,174,244); }
td.TdClassName
{
border-color: #4FAEF4;
}
.TagClassName
{
border-color: #4FAEF4;
}
</style>