Shades of Malibu #4FB4FE
Tints of Malibu #4FB4FE
RGB
CMYK
RGB Variations
Color information
#4FB4FE (or 0x4FB4FE) is known color: Malibu. HEX triplet: 4F, B4 and FE. RGB value is (79,180,254). Sum of RGB (Red+Green+Blue) = 79+180+254=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #4FB4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FB4FE is #B04B01. Grayscale: #9D9D9D. Windows color (decimal): -11553538 or 16692303. OLE color: 16692303.
HSL color Cylindrical-coordinate representation of color #4FB4FE: hue angle of 205.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FB4FE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 180 | 254 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.00 |
| HSL | 205.37º | 0.99% | 0.65% | - |
| HSV(B) | 205.37º | 0.69% | 1% | - |
| XYZ | 37.44 | 41.46 | 99.8 | - |
| YUV | 158.24 | 182.04 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 254 | 0.69 | 0.29 | 0 | 0.00 | 205.37 | 0.99 | 0.65 |
| Hex | 4F | B4 | FE | 45 | 1D | 0 | 0 | CD | 63 | 41 |
| Octal | 117 | 264 | 376 | 105 | 35 | 0 | 0 | 315 | 143 | 101 |
| Binary | 1001111 | 10110100 | 11111110 | 1000101 | 11101 | 0 | 0 | 11001101 | 1100011 | 1000001 |
Color Harmonies of #4FB4FE
Complementary color
Monochromatic Colors of #4FB4FE
Black with #4FB4FE
Text Example
Text Example
White with #4FB4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB4FE; }
p { color: rgb(79,180,254); }
H1.HeaderClassName
{
color: #4FB4FE;
}
.AnyTagClassName
{
color: #4FB4FE;
}
</style>
background-color css
<style>
a { background-color: #4FB4FE; }
a { background-color: rgb(79,180,254); }
div.DivClassName
{
background-color: #4FB4FE;
}
.BgClassName
{
background-color: #4FB4FE;
}
</style>
border-color css
<style>
span { border-color: #4FB4FE; }
span { border-color: rgb(79,180,254); }
td.TdClassName
{
border-color: #4FB4FE;
}
.TagClassName
{
border-color: #4FB4FE;
}
</style>