Shades of Malibu #4FAEEE
Tints of Malibu #4FAEEE
RGB
CMYK
RGB Variations
Color information
#4FAEEE (or 0x4FAEEE) is known color: Malibu. HEX triplet: 4F, AE and EE. RGB value is (79,174,238). Sum of RGB (Red+Green+Blue) = 79+174+238=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #4FAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEEE is #B05111. Grayscale: #989898. Windows color (decimal): -11555090 or 15642191. OLE color: 15642191.
HSL color Cylindrical-coordinate representation of color #4FAEEE: hue angle of 204.15º degrees, saturation: 0.82, 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 #4FAEEE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 174 | 238 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.07 |
| HSL | 204.15º | 0.82% | 0.62% | - |
| HSV(B) | 204.15º | 0.67% | 0.93% | - |
| XYZ | 33.79 | 38.11 | 86.46 | - |
| YUV | 152.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 174 | 238 | 0.67 | 0.27 | 0 | 0.07 | 204.15 | 0.82 | 0.62 |
| Hex | 4F | AE | EE | 43 | 1B | 0 | 7 | CC | 52 | 3E |
| Octal | 117 | 256 | 356 | 103 | 33 | 0 | 7 | 314 | 122 | 76 |
| Binary | 1001111 | 10101110 | 11101110 | 1000011 | 11011 | 0 | 111 | 11001100 | 1010010 | 111110 |
Color Harmonies of #4FAEEE
Complementary color
Monochromatic Colors of #4FAEEE
Black with #4FAEEE
Text Example
Text Example
White with #4FAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAEEE; }
p { color: rgb(79,174,238); }
H1.HeaderClassName
{
color: #4FAEEE;
}
.AnyTagClassName
{
color: #4FAEEE;
}
</style>
background-color css
<style>
a { background-color: #4FAEEE; }
a { background-color: rgb(79,174,238); }
div.DivClassName
{
background-color: #4FAEEE;
}
.BgClassName
{
background-color: #4FAEEE;
}
</style>
border-color css
<style>
span { border-color: #4FAEEE; }
span { border-color: rgb(79,174,238); }
td.TdClassName
{
border-color: #4FAEEE;
}
.TagClassName
{
border-color: #4FAEEE;
}
</style>