Shades of Malibu #4FB0FF
Tints of Malibu #4FB0FF
RGB
CMYK
RGB Variations
Color information
#4FB0FF (or 0x4FB0FF) is known color: Malibu. HEX triplet: 4F, B0 and FF. RGB value is (79,176,255). Sum of RGB (Red+Green+Blue) = 79+176+255=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FB0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB0FF is #B04F00. Grayscale: #9B9B9B. Windows color (decimal): -11554561 or 16756815. OLE color: 16756815.
HSL color Cylindrical-coordinate representation of color #4FB0FF: hue angle of 206.93º 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 #4FB0FF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 176 | 255 | - |
| CMYK | 0.69 | 0.31 | 0 | 0 |
| HSL | 206.93º | 1% | 0.65% | - |
| HSV(B) | 206.93º | 0.69% | 1% | - |
| XYZ | 36.8 | 39.93 | 100.38 | - |
| YUV | 156 | 183.86 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 176 | 255 | 0.69 | 0.31 | 0 | 0 | 206.93 | 1 | 0.65 |
| Hex | 4F | B0 | FF | 45 | 1F | 0 | 0 | CF | 64 | 41 |
| Octal | 117 | 260 | 377 | 105 | 37 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001111 | 10110000 | 11111111 | 1000101 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4FB0FF
Complementary color
Monochromatic Colors of #4FB0FF
Black with #4FB0FF
Text Example
Text Example
White with #4FB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB0FF; }
p { color: rgb(79,176,255); }
H1.HeaderClassName
{
color: #4FB0FF;
}
.AnyTagClassName
{
color: #4FB0FF;
}
</style>
background-color css
<style>
a { background-color: #4FB0FF; }
a { background-color: rgb(79,176,255); }
div.DivClassName
{
background-color: #4FB0FF;
}
.BgClassName
{
background-color: #4FB0FF;
}
</style>
border-color css
<style>
span { border-color: #4FB0FF; }
span { border-color: rgb(79,176,255); }
td.TdClassName
{
border-color: #4FB0FF;
}
.TagClassName
{
border-color: #4FB0FF;
}
</style>