Shades of Malibu #4FCAED
Tints of Malibu #4FCAED
RGB
CMYK
RGB Variations
Color information
#4FCAED (or 0x4FCAED) is known color: Malibu. HEX triplet: 4F, CA and ED. RGB value is (79,202,237). Sum of RGB (Red+Green+Blue) = 79+202+237=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #4FCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FCAED is #B03512. Grayscale: #A8A8A8. Windows color (decimal): -11547923 or 15583823. OLE color: 15583823.
HSL color Cylindrical-coordinate representation of color #4FCAED: hue angle of 193.29º degrees, saturation: 0.81, 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 #4FCAED is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 202 | 237 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.07 |
| HSL | 193.29º | 0.81% | 0.62% | - |
| HSV(B) | 193.29º | 0.67% | 0.93% | - |
| XYZ | 39.63 | 50.02 | 87.69 | - |
| YUV | 169.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 237 | 0.67 | 0.15 | 0 | 0.07 | 193.29 | 0.81 | 0.62 |
| Hex | 4F | CA | ED | 43 | F | 0 | 7 | C1 | 51 | 3E |
| Octal | 117 | 312 | 355 | 103 | 17 | 0 | 7 | 301 | 121 | 76 |
| Binary | 1001111 | 11001010 | 11101101 | 1000011 | 1111 | 0 | 111 | 11000001 | 1010001 | 111110 |
Color Harmonies of #4FCAED
Complementary color
Monochromatic Colors of #4FCAED
Black with #4FCAED
Text Example
Text Example
White with #4FCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAED; }
p { color: rgb(79,202,237); }
H1.HeaderClassName
{
color: #4FCAED;
}
.AnyTagClassName
{
color: #4FCAED;
}
</style>
background-color css
<style>
a { background-color: #4FCAED; }
a { background-color: rgb(79,202,237); }
div.DivClassName
{
background-color: #4FCAED;
}
.BgClassName
{
background-color: #4FCAED;
}
</style>
border-color css
<style>
span { border-color: #4FCAED; }
span { border-color: rgb(79,202,237); }
td.TdClassName
{
border-color: #4FCAED;
}
.TagClassName
{
border-color: #4FCAED;
}
</style>