Shades of Malibu #4FCAEA
Tints of Malibu #4FCAEA
RGB
CMYK
RGB Variations
Color information
#4FCAEA (or 0x4FCAEA) is known color: Malibu. HEX triplet: 4F, CA and EA. RGB value is (79,202,234). Sum of RGB (Red+Green+Blue) = 79+202+234=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAEA is #B03515. Grayscale: #A8A8A8. Windows color (decimal): -11547926 or 15387215. OLE color: 15387215.
HSL color Cylindrical-coordinate representation of color #4FCAEA: hue angle of 192.39º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCAEA is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 202 | 234 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.08 |
| HSL | 192.39º | 0.79% | 0.61% | - |
| HSV(B) | 192.39º | 0.66% | 0.92% | - |
| XYZ | 39.2 | 49.84 | 85.4 | - |
| YUV | 168.87 | 164.75 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 234 | 0.66 | 0.14 | 0 | 0.08 | 192.39 | 0.79 | 0.61 |
| Hex | 4F | CA | EA | 42 | E | 0 | 8 | C0 | 4F | 3D |
| Octal | 117 | 312 | 352 | 102 | 16 | 0 | 10 | 300 | 117 | 75 |
| Binary | 1001111 | 11001010 | 11101010 | 1000010 | 1110 | 0 | 1000 | 11000000 | 1001111 | 111101 |
Color Harmonies of #4FCAEA
Complementary color
Monochromatic Colors of #4FCAEA
Black with #4FCAEA
Text Example
Text Example
White with #4FCAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAEA; }
p { color: rgb(79,202,234); }
H1.HeaderClassName
{
color: #4FCAEA;
}
.AnyTagClassName
{
color: #4FCAEA;
}
</style>
background-color css
<style>
a { background-color: #4FCAEA; }
a { background-color: rgb(79,202,234); }
div.DivClassName
{
background-color: #4FCAEA;
}
.BgClassName
{
background-color: #4FCAEA;
}
</style>
border-color css
<style>
span { border-color: #4FCAEA; }
span { border-color: rgb(79,202,234); }
td.TdClassName
{
border-color: #4FCAEA;
}
.TagClassName
{
border-color: #4FCAEA;
}
</style>