Shades of Malibu #4FBFE2
Tints of Malibu #4FBFE2
RGB
CMYK
RGB Variations
Color information
#4FBFE2 (or 0x4FBFE2) is known color: Malibu. HEX triplet: 4F, BF and E2. RGB value is (79,191,226). Sum of RGB (Red+Green+Blue) = 79+191+226=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 226 (88.67% from 255 or 45.56% from 496); Max value from RGB is 226 - color contains mainly: blue. Hex color #4FBFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFE2 is #B0401D. Grayscale: #A1A1A1. Windows color (decimal): -11550750 or 14860111. OLE color: 14860111.
HSL color Cylindrical-coordinate representation of color #4FBFE2: hue angle of 194.29º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FBFE2 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 79 | 191 | 226 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.11 |
| HSL | 194.29º | 0.72% | 0.6% | - |
| HSV(B) | 194.29º | 0.65% | 0.89% | - |
| XYZ | 35.58 | 44.41 | 78.65 | - |
| YUV | 161.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 191 | 226 | 0.65 | 0.15 | 0 | 0.11 | 194.29 | 0.72 | 0.6 |
| Hex | 4F | BF | E2 | 41 | F | 0 | B | C2 | 48 | 3C |
| Octal | 117 | 277 | 342 | 101 | 17 | 0 | 13 | 302 | 110 | 74 |
| Binary | 1001111 | 10111111 | 11100010 | 1000001 | 1111 | 0 | 1011 | 11000010 | 1001000 | 111100 |
Color Harmonies of #4FBFE2
Complementary color
Monochromatic Colors of #4FBFE2
Black with #4FBFE2
Text Example
Text Example
White with #4FBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBFE2; }
p { color: rgb(79,191,226); }
H1.HeaderClassName
{
color: #4FBFE2;
}
.AnyTagClassName
{
color: #4FBFE2;
}
</style>
background-color css
<style>
a { background-color: #4FBFE2; }
a { background-color: rgb(79,191,226); }
div.DivClassName
{
background-color: #4FBFE2;
}
.BgClassName
{
background-color: #4FBFE2;
}
</style>
border-color css
<style>
span { border-color: #4FBFE2; }
span { border-color: rgb(79,191,226); }
td.TdClassName
{
border-color: #4FBFE2;
}
.TagClassName
{
border-color: #4FBFE2;
}
</style>