Shades of Malibu #4FC1EF
Tints of Malibu #4FC1EF
RGB
CMYK
RGB Variations
Color information
#4FC1EF (or 0x4FC1EF) is known color: Malibu. HEX triplet: 4F, C1 and EF. RGB value is (79,193,239). Sum of RGB (Red+Green+Blue) = 79+193+239=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #4FC1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC1EF is #B03E10. Grayscale: #A3A3A3. Windows color (decimal): -11550225 or 15712591. OLE color: 15712591.
HSL color Cylindrical-coordinate representation of color #4FC1EF: hue angle of 197.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FC1EF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 79 | 193 | 239 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.06 |
| HSL | 197.25º | 0.83% | 0.62% | - |
| HSV(B) | 197.25º | 0.67% | 0.94% | - |
| XYZ | 37.87 | 46.03 | 88.55 | - |
| YUV | 164.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 193 | 239 | 0.67 | 0.19 | 0 | 0.06 | 197.25 | 0.83 | 0.62 |
| Hex | 4F | C1 | EF | 43 | 13 | 0 | 6 | C5 | 53 | 3E |
| Octal | 117 | 301 | 357 | 103 | 23 | 0 | 6 | 305 | 123 | 76 |
| Binary | 1001111 | 11000001 | 11101111 | 1000011 | 10011 | 0 | 110 | 11000101 | 1010011 | 111110 |
Color Harmonies of #4FC1EF
Complementary color
Monochromatic Colors of #4FC1EF
Black with #4FC1EF
Text Example
Text Example
White with #4FC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC1EF; }
p { color: rgb(79,193,239); }
H1.HeaderClassName
{
color: #4FC1EF;
}
.AnyTagClassName
{
color: #4FC1EF;
}
</style>
background-color css
<style>
a { background-color: #4FC1EF; }
a { background-color: rgb(79,193,239); }
div.DivClassName
{
background-color: #4FC1EF;
}
.BgClassName
{
background-color: #4FC1EF;
}
</style>
border-color css
<style>
span { border-color: #4FC1EF; }
span { border-color: rgb(79,193,239); }
td.TdClassName
{
border-color: #4FC1EF;
}
.TagClassName
{
border-color: #4FC1EF;
}
</style>