Shades of Malibu #4FAAEC
Tints of Malibu #4FAAEC
RGB
CMYK
RGB Variations
Color information
#4FAAEC (or 0x4FAAEC) is known color: Malibu. HEX triplet: 4F, AA and EC. RGB value is (79,170,236). Sum of RGB (Red+Green+Blue) = 79+170+236=485 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.29% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FAAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAEC is #B05513. Grayscale: #959595. Windows color (decimal): -11556116 or 15510095. OLE color: 15510095.
HSL color Cylindrical-coordinate representation of color #4FAAEC: hue angle of 205.22º 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 #4FAAEC is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 170 | 236 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.07 |
| HSL | 205.22º | 0.81% | 0.62% | - |
| HSV(B) | 205.22º | 0.67% | 0.93% | - |
| XYZ | 32.74 | 36.47 | 84.67 | - |
| YUV | 150.32 | 176.35 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 236 | 0.67 | 0.28 | 0 | 0.07 | 205.22 | 0.81 | 0.62 |
| Hex | 4F | AA | EC | 43 | 1C | 0 | 7 | CD | 51 | 3E |
| Octal | 117 | 252 | 354 | 103 | 34 | 0 | 7 | 315 | 121 | 76 |
| Binary | 1001111 | 10101010 | 11101100 | 1000011 | 11100 | 0 | 111 | 11001101 | 1010001 | 111110 |
Color Harmonies of #4FAAEC
Complementary color
Monochromatic Colors of #4FAAEC
Black with #4FAAEC
Text Example
Text Example
White with #4FAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAEC; }
p { color: rgb(79,170,236); }
H1.HeaderClassName
{
color: #4FAAEC;
}
.AnyTagClassName
{
color: #4FAAEC;
}
</style>
background-color css
<style>
a { background-color: #4FAAEC; }
a { background-color: rgb(79,170,236); }
div.DivClassName
{
background-color: #4FAAEC;
}
.BgClassName
{
background-color: #4FAAEC;
}
</style>
border-color css
<style>
span { border-color: #4FAAEC; }
span { border-color: rgb(79,170,236); }
td.TdClassName
{
border-color: #4FAAEC;
}
.TagClassName
{
border-color: #4FAAEC;
}
</style>