Shades of Malibu #4FB1FF
Tints of Malibu #4FB1FF
RGB
CMYK
RGB Variations
Color information
#4FB1FF (or 0x4FB1FF) is known color: Malibu. HEX triplet: 4F, B1 and FF. RGB value is (79,177,255). Sum of RGB (Red+Green+Blue) = 79+177+255=511 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.46% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #4FB1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FB1FF is #B04E00. Grayscale: #9C9C9C. Windows color (decimal): -11554305 or 16757071. OLE color: 16757071.
HSL color Cylindrical-coordinate representation of color #4FB1FF: hue angle of 206.59º 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 #4FB1FF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 177 | 255 | - |
| CMYK | 0.69 | 0.31 | 0 | 0 |
| HSL | 206.59º | 1% | 0.65% | - |
| HSV(B) | 206.59º | 0.69% | 1% | - |
| XYZ | 37 | 40.33 | 100.44 | - |
| YUV | 156.59 | 183.53 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 177 | 255 | 0.69 | 0.31 | 0 | 0 | 206.59 | 1 | 0.65 |
| Hex | 4F | B1 | FF | 45 | 1F | 0 | 0 | CF | 64 | 41 |
| Octal | 117 | 261 | 377 | 105 | 37 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001111 | 10110001 | 11111111 | 1000101 | 11111 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4FB1FF
Complementary color
Monochromatic Colors of #4FB1FF
Black with #4FB1FF
Text Example
Text Example
White with #4FB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB1FF; }
p { color: rgb(79,177,255); }
H1.HeaderClassName
{
color: #4FB1FF;
}
.AnyTagClassName
{
color: #4FB1FF;
}
</style>
background-color css
<style>
a { background-color: #4FB1FF; }
a { background-color: rgb(79,177,255); }
div.DivClassName
{
background-color: #4FB1FF;
}
.BgClassName
{
background-color: #4FB1FF;
}
</style>
border-color css
<style>
span { border-color: #4FB1FF; }
span { border-color: rgb(79,177,255); }
td.TdClassName
{
border-color: #4FB1FF;
}
.TagClassName
{
border-color: #4FB1FF;
}
</style>