Shades of Malibu #4FC0DF
Tints of Malibu #4FC0DF
RGB
CMYK
RGB Variations
Color information
#4FC0DF (or 0x4FC0DF) is known color: Malibu. HEX triplet: 4F, C0 and DF. RGB value is (79,192,223). Sum of RGB (Red+Green+Blue) = 79+192+223=494 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.99% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0DF is #B03F20. Grayscale: #A1A1A1. Windows color (decimal): -11550497 or 14663759. OLE color: 14663759.
HSL color Cylindrical-coordinate representation of color #4FC0DF: hue angle of 192.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FC0DF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 192 | 223 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.13 |
| HSL | 192.92º | 0.69% | 0.59% | - |
| HSV(B) | 192.92º | 0.65% | 0.87% | - |
| XYZ | 35.39 | 44.69 | 76.57 | - |
| YUV | 161.75 | 162.56 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 223 | 0.65 | 0.14 | 0 | 0.13 | 192.92 | 0.69 | 0.59 |
| Hex | 4F | C0 | DF | 41 | E | 0 | D | C1 | 45 | 3B |
| Octal | 117 | 300 | 337 | 101 | 16 | 0 | 15 | 301 | 105 | 73 |
| Binary | 1001111 | 11000000 | 11011111 | 1000001 | 1110 | 0 | 1101 | 11000001 | 1000101 | 111011 |
Color Harmonies of #4FC0DF
Complementary color
Monochromatic Colors of #4FC0DF
Black with #4FC0DF
Text Example
Text Example
White with #4FC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC0DF; }
p { color: rgb(79,192,223); }
H1.HeaderClassName
{
color: #4FC0DF;
}
.AnyTagClassName
{
color: #4FC0DF;
}
</style>
background-color css
<style>
a { background-color: #4FC0DF; }
a { background-color: rgb(79,192,223); }
div.DivClassName
{
background-color: #4FC0DF;
}
.BgClassName
{
background-color: #4FC0DF;
}
</style>
border-color css
<style>
span { border-color: #4FC0DF; }
span { border-color: rgb(79,192,223); }
td.TdClassName
{
border-color: #4FC0DF;
}
.TagClassName
{
border-color: #4FC0DF;
}
</style>