Shades of Malibu #4FCAE7
Tints of Malibu #4FCAE7
RGB
CMYK
RGB Variations
Color information
#4FCAE7 (or 0x4FCAE7) is known color: Malibu. HEX triplet: 4F, CA and E7. RGB value is (79,202,231). Sum of RGB (Red+Green+Blue) = 79+202+231=512 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.43% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #4FCAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAE7 is #B03518. Grayscale: #A8A8A8. Windows color (decimal): -11547929 or 15190607. OLE color: 15190607.
HSL color Cylindrical-coordinate representation of color #4FCAE7: hue angle of 191.45º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FCAE7 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 79 | 202 | 231 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.09 |
| HSL | 191.45º | 0.76% | 0.61% | - |
| HSV(B) | 191.45º | 0.66% | 0.91% | - |
| XYZ | 38.77 | 49.67 | 83.15 | - |
| YUV | 168.53 | 163.25 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 231 | 0.66 | 0.13 | 0 | 0.09 | 191.45 | 0.76 | 0.61 |
| Hex | 4F | CA | E7 | 42 | D | 0 | 9 | BF | 4C | 3D |
| Octal | 117 | 312 | 347 | 102 | 15 | 0 | 11 | 277 | 114 | 75 |
| Binary | 1001111 | 11001010 | 11100111 | 1000010 | 1101 | 0 | 1001 | 10111111 | 1001100 | 111101 |
Color Harmonies of #4FCAE7
Complementary color
Monochromatic Colors of #4FCAE7
Black with #4FCAE7
Text Example
Text Example
White with #4FCAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAE7; }
p { color: rgb(79,202,231); }
H1.HeaderClassName
{
color: #4FCAE7;
}
.AnyTagClassName
{
color: #4FCAE7;
}
</style>
background-color css
<style>
a { background-color: #4FCAE7; }
a { background-color: rgb(79,202,231); }
div.DivClassName
{
background-color: #4FCAE7;
}
.BgClassName
{
background-color: #4FCAE7;
}
</style>
border-color css
<style>
span { border-color: #4FCAE7; }
span { border-color: rgb(79,202,231); }
td.TdClassName
{
border-color: #4FCAE7;
}
.TagClassName
{
border-color: #4FCAE7;
}
</style>