Shades of Malibu #4FB4FF
Tints of Malibu #4FB4FF
RGB
CMYK
RGB Variations
Color information
#4FB4FF (or 0x4FB4FF) is known color: Malibu. HEX triplet: 4F, B4 and FF. RGB value is (79,180,255). Sum of RGB (Red+Green+Blue) = 79+180+255=514 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.37% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FB4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FB4FF is #B04B00. Grayscale: #9D9D9D. Windows color (decimal): -11553537 or 16757839. OLE color: 16757839.
HSL color Cylindrical-coordinate representation of color #4FB4FF: hue angle of 205.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FB4FF is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 180 | 255 | - |
| CMYK | 0.69 | 0.29 | 0 | 0 |
| HSL | 205.57º | 1% | 0.65% | - |
| HSV(B) | 205.57º | 0.69% | 1% | - |
| XYZ | 37.6 | 41.52 | 100.64 | - |
| YUV | 158.35 | 182.54 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 180 | 255 | 0.69 | 0.29 | 0 | 0 | 205.57 | 1 | 0.65 |
| Hex | 4F | B4 | FF | 45 | 1D | 0 | 0 | CE | 64 | 41 |
| Octal | 117 | 264 | 377 | 105 | 35 | 0 | 0 | 316 | 144 | 101 |
| Binary | 1001111 | 10110100 | 11111111 | 1000101 | 11101 | 0 | 0 | 11001110 | 1100100 | 1000001 |
Color Harmonies of #4FB4FF
Complementary color
Monochromatic Colors of #4FB4FF
Black with #4FB4FF
Text Example
Text Example
White with #4FB4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB4FF; }
p { color: rgb(79,180,255); }
H1.HeaderClassName
{
color: #4FB4FF;
}
.AnyTagClassName
{
color: #4FB4FF;
}
</style>
background-color css
<style>
a { background-color: #4FB4FF; }
a { background-color: rgb(79,180,255); }
div.DivClassName
{
background-color: #4FB4FF;
}
.BgClassName
{
background-color: #4FB4FF;
}
</style>
border-color css
<style>
span { border-color: #4FB4FF; }
span { border-color: rgb(79,180,255); }
td.TdClassName
{
border-color: #4FB4FF;
}
.TagClassName
{
border-color: #4FB4FF;
}
</style>