Shades of Malibu #4FAEE5
Tints of Malibu #4FAEE5
RGB
CMYK
RGB Variations
Color information
#4FAEE5 (or 0x4FAEE5) is known color: Malibu. HEX triplet: 4F, AE and E5. RGB value is (79,174,229). Sum of RGB (Red+Green+Blue) = 79+174+229=482 (63% of max value = 765). Red value is 79 (31.25% from 255 or 16.39% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #4FAEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FAEE5 is #B0511A. Grayscale: #979797. Windows color (decimal): -11555099 or 15052367. OLE color: 15052367.
HSL color Cylindrical-coordinate representation of color #4FAEE5: hue angle of 202º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAEE5 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 174 | 229 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.10 |
| HSL | 202º | 0.74% | 0.6% | - |
| HSV(B) | 202º | 0.66% | 0.9% | - |
| XYZ | 32.5 | 37.59 | 79.67 | - |
| YUV | 151.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 229 | 0.66 | 0.24 | 0 | 0.10 | 202 | 0.74 | 0.6 |
| Hex | 4F | AE | E5 | 42 | 18 | 0 | A | CA | 4A | 3C |
| Octal | 117 | 256 | 345 | 102 | 30 | 0 | 12 | 312 | 112 | 74 |
| Binary | 1001111 | 10101110 | 11100101 | 1000010 | 11000 | 0 | 1010 | 11001010 | 1001010 | 111100 |
Color Harmonies of #4FAEE5
Complementary color
Monochromatic Colors of #4FAEE5
Black with #4FAEE5
Text Example
Text Example
White with #4FAEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEE5; }
p { color: rgb(79,174,229); }
H1.HeaderClassName
{
color: #4FAEE5;
}
.AnyTagClassName
{
color: #4FAEE5;
}
</style>
background-color css
<style>
a { background-color: #4FAEE5; }
a { background-color: rgb(79,174,229); }
div.DivClassName
{
background-color: #4FAEE5;
}
.BgClassName
{
background-color: #4FAEE5;
}
</style>
border-color css
<style>
span { border-color: #4FAEE5; }
span { border-color: rgb(79,174,229); }
td.TdClassName
{
border-color: #4FAEE5;
}
.TagClassName
{
border-color: #4FAEE5;
}
</style>