Shades of Malibu #4FAAED
Tints of Malibu #4FAAED
RGB
CMYK
RGB Variations
Color information
#4FAAED (or 0x4FAAED) is known color: Malibu. HEX triplet: 4F, AA and ED. RGB value is (79,170,237). Sum of RGB (Red+Green+Blue) = 79+170+237=486 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.26% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FAAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAED is #B05512. Grayscale: #969696. Windows color (decimal): -11556115 or 15575631. OLE color: 15575631.
HSL color Cylindrical-coordinate representation of color #4FAAED: hue angle of 205.44º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FAAED is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 170 | 237 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.07 |
| HSL | 205.44º | 0.81% | 0.62% | - |
| HSV(B) | 205.44º | 0.67% | 0.93% | - |
| XYZ | 32.89 | 36.53 | 85.44 | - |
| YUV | 150.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 237 | 0.67 | 0.28 | 0 | 0.07 | 205.44 | 0.81 | 0.62 |
| Hex | 4F | AA | ED | 43 | 1C | 0 | 7 | CD | 51 | 3E |
| Octal | 117 | 252 | 355 | 103 | 34 | 0 | 7 | 315 | 121 | 76 |
| Binary | 1001111 | 10101010 | 11101101 | 1000011 | 11100 | 0 | 111 | 11001101 | 1010001 | 111110 |
Color Harmonies of #4FAAED
Complementary color
Monochromatic Colors of #4FAAED
Black with #4FAAED
Text Example
Text Example
White with #4FAAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAED; }
p { color: rgb(79,170,237); }
H1.HeaderClassName
{
color: #4FAAED;
}
.AnyTagClassName
{
color: #4FAAED;
}
</style>
background-color css
<style>
a { background-color: #4FAAED; }
a { background-color: rgb(79,170,237); }
div.DivClassName
{
background-color: #4FAAED;
}
.BgClassName
{
background-color: #4FAAED;
}
</style>
border-color css
<style>
span { border-color: #4FAAED; }
span { border-color: rgb(79,170,237); }
td.TdClassName
{
border-color: #4FAAED;
}
.TagClassName
{
border-color: #4FAAED;
}
</style>