Shades of Malibu #4FBEFC
Tints of Malibu #4FBEFC
RGB
CMYK
RGB Variations
Color information
#4FBEFC (or 0x4FBEFC) is known color: Malibu. HEX triplet: 4F, BE and FC. RGB value is (79,190,252). Sum of RGB (Red+Green+Blue) = 79+190+252=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FBEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBEFC is #B04103. Grayscale: #A3A3A3. Windows color (decimal): -11550980 or 16563791. OLE color: 16563791.
HSL color Cylindrical-coordinate representation of color #4FBEFC: hue angle of 201.5º 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 #4FBEFC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 190 | 252 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.01 |
| HSL | 201.5º | 0.97% | 0.65% | - |
| HSV(B) | 201.5º | 0.69% | 0.99% | - |
| XYZ | 39.21 | 45.52 | 98.81 | - |
| YUV | 163.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 190 | 252 | 0.69 | 0.25 | 0 | 0.01 | 201.5 | 0.97 | 0.65 |
| Hex | 4F | BE | FC | 45 | 19 | 0 | 1 | CA | 61 | 41 |
| Octal | 117 | 276 | 374 | 105 | 31 | 0 | 1 | 312 | 141 | 101 |
| Binary | 1001111 | 10111110 | 11111100 | 1000101 | 11001 | 0 | 1 | 11001010 | 1100001 | 1000001 |
Color Harmonies of #4FBEFC
Complementary color
Monochromatic Colors of #4FBEFC
Black with #4FBEFC
Text Example
Text Example
White with #4FBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBEFC; }
p { color: rgb(79,190,252); }
H1.HeaderClassName
{
color: #4FBEFC;
}
.AnyTagClassName
{
color: #4FBEFC;
}
</style>
background-color css
<style>
a { background-color: #4FBEFC; }
a { background-color: rgb(79,190,252); }
div.DivClassName
{
background-color: #4FBEFC;
}
.BgClassName
{
background-color: #4FBEFC;
}
</style>
border-color css
<style>
span { border-color: #4FBEFC; }
span { border-color: rgb(79,190,252); }
td.TdClassName
{
border-color: #4FBEFC;
}
.TagClassName
{
border-color: #4FBEFC;
}
</style>