Shades of Malibu #4FC9F1
Tints of Malibu #4FC9F1
RGB
CMYK
RGB Variations
Color information
#4FC9F1 (or 0x4FC9F1) is known color: Malibu. HEX triplet: 4F, C9 and F1. RGB value is (79,201,241). Sum of RGB (Red+Green+Blue) = 79+201+241=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FC9F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FC9F1 is #B0360E. Grayscale: #A8A8A8. Windows color (decimal): -11548175 or 15845711. OLE color: 15845711.
HSL color Cylindrical-coordinate representation of color #4FC9F1: hue angle of 194.81º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FC9F1 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 201 | 241 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.05 |
| HSL | 194.81º | 0.85% | 0.63% | - |
| HSV(B) | 194.81º | 0.67% | 0.95% | - |
| XYZ | 39.99 | 49.79 | 90.72 | - |
| YUV | 169.08 | 168.58 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 201 | 241 | 0.67 | 0.17 | 0 | 0.05 | 194.81 | 0.85 | 0.63 |
| Hex | 4F | C9 | F1 | 43 | 11 | 0 | 5 | C3 | 55 | 3F |
| Octal | 117 | 311 | 361 | 103 | 21 | 0 | 5 | 303 | 125 | 77 |
| Binary | 1001111 | 11001001 | 11110001 | 1000011 | 10001 | 0 | 101 | 11000011 | 1010101 | 111111 |
Color Harmonies of #4FC9F1
Complementary color
Monochromatic Colors of #4FC9F1
Black with #4FC9F1
Text Example
Text Example
White with #4FC9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC9F1; }
p { color: rgb(79,201,241); }
H1.HeaderClassName
{
color: #4FC9F1;
}
.AnyTagClassName
{
color: #4FC9F1;
}
</style>
background-color css
<style>
a { background-color: #4FC9F1; }
a { background-color: rgb(79,201,241); }
div.DivClassName
{
background-color: #4FC9F1;
}
.BgClassName
{
background-color: #4FC9F1;
}
</style>
border-color css
<style>
span { border-color: #4FC9F1; }
span { border-color: rgb(79,201,241); }
td.TdClassName
{
border-color: #4FC9F1;
}
.TagClassName
{
border-color: #4FC9F1;
}
</style>