Shades of Malibu #4FAEEF
Tints of Malibu #4FAEEF
RGB
CMYK
RGB Variations
Color information
#4FAEEF (or 0x4FAEEF) is known color: Malibu. HEX triplet: 4F, AE and EF. RGB value is (79,174,239). Sum of RGB (Red+Green+Blue) = 79+174+239=492 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.06% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEEF is #B05110. Grayscale: #989898. Windows color (decimal): -11555089 or 15707727. OLE color: 15707727.
HSL color Cylindrical-coordinate representation of color #4FAEEF: hue angle of 204.38º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FAEEF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 174 | 239 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.06 |
| HSL | 204.38º | 0.83% | 0.62% | - |
| HSV(B) | 204.38º | 0.67% | 0.94% | - |
| XYZ | 33.94 | 38.17 | 87.24 | - |
| YUV | 153.01 | 176.53 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 239 | 0.67 | 0.27 | 0 | 0.06 | 204.38 | 0.83 | 0.62 |
| Hex | 4F | AE | EF | 43 | 1B | 0 | 6 | CC | 53 | 3E |
| Octal | 117 | 256 | 357 | 103 | 33 | 0 | 6 | 314 | 123 | 76 |
| Binary | 1001111 | 10101110 | 11101111 | 1000011 | 11011 | 0 | 110 | 11001100 | 1010011 | 111110 |
Color Harmonies of #4FAEEF
Complementary color
Monochromatic Colors of #4FAEEF
Black with #4FAEEF
Text Example
Text Example
White with #4FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEEF; }
p { color: rgb(79,174,239); }
H1.HeaderClassName
{
color: #4FAEEF;
}
.AnyTagClassName
{
color: #4FAEEF;
}
</style>
background-color css
<style>
a { background-color: #4FAEEF; }
a { background-color: rgb(79,174,239); }
div.DivClassName
{
background-color: #4FAEEF;
}
.BgClassName
{
background-color: #4FAEEF;
}
</style>
border-color css
<style>
span { border-color: #4FAEEF; }
span { border-color: rgb(79,174,239); }
td.TdClassName
{
border-color: #4FAEEF;
}
.TagClassName
{
border-color: #4FAEEF;
}
</style>