Shades of Malibu #4FAEFF
Tints of Malibu #4FAEFF
RGB
CMYK
RGB Variations
Color information
#4FAEFF (or 0x4FAEFF) is known color: Malibu. HEX triplet: 4F, AE and FF. RGB value is (79,174,255). Sum of RGB (Red+Green+Blue) = 79+174+255=508 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.55% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEFF is #B05100. Grayscale: #9A9A9A. Windows color (decimal): -11555073 or 16756303. OLE color: 16756303.
HSL color Cylindrical-coordinate representation of color #4FAEFF: hue angle of 207.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FAEFF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 174 | 255 | - |
| CMYK | 0.69 | 0.32 | 0 | 0 |
| HSL | 207.61º | 1% | 0.65% | - |
| HSV(B) | 207.61º | 0.69% | 1% | - |
| XYZ | 36.41 | 39.15 | 100.25 | - |
| YUV | 154.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 255 | 0.69 | 0.32 | 0 | 0 | 207.61 | 1 | 0.65 |
| Hex | 4F | AE | FF | 45 | 20 | 0 | 0 | D0 | 64 | 41 |
| Octal | 117 | 256 | 377 | 105 | 40 | 0 | 0 | 320 | 144 | 101 |
| Binary | 1001111 | 10101110 | 11111111 | 1000101 | 100000 | 0 | 0 | 11010000 | 1100100 | 1000001 |
Color Harmonies of #4FAEFF
Complementary color
Monochromatic Colors of #4FAEFF
Black with #4FAEFF
Text Example
Text Example
White with #4FAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEFF; }
p { color: rgb(79,174,255); }
H1.HeaderClassName
{
color: #4FAEFF;
}
.AnyTagClassName
{
color: #4FAEFF;
}
</style>
background-color css
<style>
a { background-color: #4FAEFF; }
a { background-color: rgb(79,174,255); }
div.DivClassName
{
background-color: #4FAEFF;
}
.BgClassName
{
background-color: #4FAEFF;
}
</style>
border-color css
<style>
span { border-color: #4FAEFF; }
span { border-color: rgb(79,174,255); }
td.TdClassName
{
border-color: #4FAEFF;
}
.TagClassName
{
border-color: #4FAEFF;
}
</style>