Shades of Malibu #4FBFE5
Tints of Malibu #4FBFE5
RGB
CMYK
RGB Variations
Color information
#4FBFE5 (or 0x4FBFE5) is known color: Malibu. HEX triplet: 4F, BF and E5. RGB value is (79,191,229). Sum of RGB (Red+Green+Blue) = 79+191+229=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #4FBFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFE5 is #B0401A. Grayscale: #A1A1A1. Windows color (decimal): -11550747 or 15056719. OLE color: 15056719.
HSL color Cylindrical-coordinate representation of color #4FBFE5: hue angle of 195.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FBFE5 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 79 | 191 | 229 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.10 |
| HSL | 195.2º | 0.74% | 0.6% | - |
| HSV(B) | 195.2º | 0.66% | 0.9% | - |
| XYZ | 36 | 44.58 | 80.84 | - |
| YUV | 161.84 | 165.89 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 229 | 0.66 | 0.17 | 0 | 0.10 | 195.2 | 0.74 | 0.6 |
| Hex | 4F | BF | E5 | 42 | 11 | 0 | A | C3 | 4A | 3C |
| Octal | 117 | 277 | 345 | 102 | 21 | 0 | 12 | 303 | 112 | 74 |
| Binary | 1001111 | 10111111 | 11100101 | 1000010 | 10001 | 0 | 1010 | 11000011 | 1001010 | 111100 |
Color Harmonies of #4FBFE5
Complementary color
Monochromatic Colors of #4FBFE5
Black with #4FBFE5
Text Example
Text Example
White with #4FBFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFE5; }
p { color: rgb(79,191,229); }
H1.HeaderClassName
{
color: #4FBFE5;
}
.AnyTagClassName
{
color: #4FBFE5;
}
</style>
background-color css
<style>
a { background-color: #4FBFE5; }
a { background-color: rgb(79,191,229); }
div.DivClassName
{
background-color: #4FBFE5;
}
.BgClassName
{
background-color: #4FBFE5;
}
</style>
border-color css
<style>
span { border-color: #4FBFE5; }
span { border-color: rgb(79,191,229); }
td.TdClassName
{
border-color: #4FBFE5;
}
.TagClassName
{
border-color: #4FBFE5;
}
</style>