Shades of Malibu #4FBDF1
Tints of Malibu #4FBDF1
RGB
CMYK
RGB Variations
Color information
#4FBDF1 (or 0x4FBDF1) is known color: Malibu. HEX triplet: 4F, BD and F1. RGB value is (79,189,241). Sum of RGB (Red+Green+Blue) = 79+189+241=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #4FBDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDF1 is #B0420E. Grayscale: #A1A1A1. Windows color (decimal): -11551247 or 15842639. OLE color: 15842639.
HSL color Cylindrical-coordinate representation of color #4FBDF1: hue angle of 199.26º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBDF1 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 189 | 241 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.05 |
| HSL | 199.26º | 0.85% | 0.63% | - |
| HSV(B) | 199.26º | 0.67% | 0.95% | - |
| XYZ | 37.3 | 44.41 | 89.82 | - |
| YUV | 162.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 189 | 241 | 0.67 | 0.22 | 0 | 0.05 | 199.26 | 0.85 | 0.63 |
| Hex | 4F | BD | F1 | 43 | 16 | 0 | 5 | C7 | 55 | 3F |
| Octal | 117 | 275 | 361 | 103 | 26 | 0 | 5 | 307 | 125 | 77 |
| Binary | 1001111 | 10111101 | 11110001 | 1000011 | 10110 | 0 | 101 | 11000111 | 1010101 | 111111 |
Color Harmonies of #4FBDF1
Complementary color
Monochromatic Colors of #4FBDF1
Black with #4FBDF1
Text Example
Text Example
White with #4FBDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBDF1; }
p { color: rgb(79,189,241); }
H1.HeaderClassName
{
color: #4FBDF1;
}
.AnyTagClassName
{
color: #4FBDF1;
}
</style>
background-color css
<style>
a { background-color: #4FBDF1; }
a { background-color: rgb(79,189,241); }
div.DivClassName
{
background-color: #4FBDF1;
}
.BgClassName
{
background-color: #4FBDF1;
}
</style>
border-color css
<style>
span { border-color: #4FBDF1; }
span { border-color: rgb(79,189,241); }
td.TdClassName
{
border-color: #4FBDF1;
}
.TagClassName
{
border-color: #4FBDF1;
}
</style>