Shades of Malibu #4FBAFC
Tints of Malibu #4FBAFC
RGB
CMYK
RGB Variations
Color information
#4FBAFC (or 0x4FBAFC) is known color: Malibu. HEX triplet: 4F, BA and FC. RGB value is (79,186,252). Sum of RGB (Red+Green+Blue) = 79+186+252=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FBAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAFC is #B04503. Grayscale: #A1A1A1. Windows color (decimal): -11552004 or 16562767. OLE color: 16562767.
HSL color Cylindrical-coordinate representation of color #4FBAFC: hue angle of 202.89º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FBAFC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 186 | 252 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.01 |
| HSL | 202.89º | 0.97% | 0.65% | - |
| HSV(B) | 202.89º | 0.69% | 0.99% | - |
| XYZ | 38.35 | 43.81 | 98.53 | - |
| YUV | 161.53 | 179.05 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 252 | 0.69 | 0.26 | 0 | 0.01 | 202.89 | 0.97 | 0.65 |
| Hex | 4F | BA | FC | 45 | 1A | 0 | 1 | CB | 61 | 41 |
| Octal | 117 | 272 | 374 | 105 | 32 | 0 | 1 | 313 | 141 | 101 |
| Binary | 1001111 | 10111010 | 11111100 | 1000101 | 11010 | 0 | 1 | 11001011 | 1100001 | 1000001 |
Color Harmonies of #4FBAFC
Complementary color
Monochromatic Colors of #4FBAFC
Black with #4FBAFC
Text Example
Text Example
White with #4FBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBAFC; }
p { color: rgb(79,186,252); }
H1.HeaderClassName
{
color: #4FBAFC;
}
.AnyTagClassName
{
color: #4FBAFC;
}
</style>
background-color css
<style>
a { background-color: #4FBAFC; }
a { background-color: rgb(79,186,252); }
div.DivClassName
{
background-color: #4FBAFC;
}
.BgClassName
{
background-color: #4FBAFC;
}
</style>
border-color css
<style>
span { border-color: #4FBAFC; }
span { border-color: rgb(79,186,252); }
td.TdClassName
{
border-color: #4FBAFC;
}
.TagClassName
{
border-color: #4FBAFC;
}
</style>