Shades of Malibu #4FAAEB
Tints of Malibu #4FAAEB
RGB
CMYK
RGB Variations
Color information
#4FAAEB (or 0x4FAAEB) is known color: Malibu. HEX triplet: 4F, AA and EB. RGB value is (79,170,235). Sum of RGB (Red+Green+Blue) = 79+170+235=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAEB is #B05514. Grayscale: #959595. Windows color (decimal): -11556117 or 15444559. OLE color: 15444559.
HSL color Cylindrical-coordinate representation of color #4FAAEB: hue angle of 205º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAAEB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 170 | 235 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.08 |
| HSL | 205º | 0.8% | 0.62% | - |
| HSV(B) | 205º | 0.66% | 0.92% | - |
| XYZ | 32.59 | 36.41 | 83.91 | - |
| YUV | 150.2 | 175.85 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 235 | 0.66 | 0.28 | 0 | 0.08 | 205 | 0.8 | 0.62 |
| Hex | 4F | AA | EB | 42 | 1C | 0 | 8 | CD | 50 | 3E |
| Octal | 117 | 252 | 353 | 102 | 34 | 0 | 10 | 315 | 120 | 76 |
| Binary | 1001111 | 10101010 | 11101011 | 1000010 | 11100 | 0 | 1000 | 11001101 | 1010000 | 111110 |
Color Harmonies of #4FAAEB
Complementary color
Monochromatic Colors of #4FAAEB
Black with #4FAAEB
Text Example
Text Example
White with #4FAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAAEB; }
p { color: rgb(79,170,235); }
H1.HeaderClassName
{
color: #4FAAEB;
}
.AnyTagClassName
{
color: #4FAAEB;
}
</style>
background-color css
<style>
a { background-color: #4FAAEB; }
a { background-color: rgb(79,170,235); }
div.DivClassName
{
background-color: #4FAAEB;
}
.BgClassName
{
background-color: #4FAAEB;
}
</style>
border-color css
<style>
span { border-color: #4FAAEB; }
span { border-color: rgb(79,170,235); }
td.TdClassName
{
border-color: #4FAAEB;
}
.TagClassName
{
border-color: #4FAAEB;
}
</style>