Shades of Malibu #4FB8F6
Tints of Malibu #4FB8F6
RGB
CMYK
RGB Variations
Color information
#4FB8F6 (or 0x4FB8F6) is known color: Malibu. HEX triplet: 4F, B8 and F6. RGB value is (79,184,246). Sum of RGB (Red+Green+Blue) = 79+184+246=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #4FB8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FB8F6 is #B04709. Grayscale: #9F9F9F. Windows color (decimal): -11552522 or 16169039. OLE color: 16169039.
HSL color Cylindrical-coordinate representation of color #4FB8F6: hue angle of 202.28º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FB8F6 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 79 | 184 | 246 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.04 |
| HSL | 202.28º | 0.9% | 0.64% | - |
| HSV(B) | 202.28º | 0.68% | 0.96% | - |
| XYZ | 37 | 42.6 | 93.46 | - |
| YUV | 159.67 | 176.71 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 184 | 246 | 0.68 | 0.25 | 0 | 0.04 | 202.28 | 0.9 | 0.64 |
| Hex | 4F | B8 | F6 | 44 | 19 | 0 | 4 | CA | 5A | 40 |
| Octal | 117 | 270 | 366 | 104 | 31 | 0 | 4 | 312 | 132 | 100 |
| Binary | 1001111 | 10111000 | 11110110 | 1000100 | 11001 | 0 | 100 | 11001010 | 1011010 | 1000000 |
Color Harmonies of #4FB8F6
Complementary color
Monochromatic Colors of #4FB8F6
Black with #4FB8F6
Text Example
Text Example
White with #4FB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FB8F6; }
p { color: rgb(79,184,246); }
H1.HeaderClassName
{
color: #4FB8F6;
}
.AnyTagClassName
{
color: #4FB8F6;
}
</style>
background-color css
<style>
a { background-color: #4FB8F6; }
a { background-color: rgb(79,184,246); }
div.DivClassName
{
background-color: #4FB8F6;
}
.BgClassName
{
background-color: #4FB8F6;
}
</style>
border-color css
<style>
span { border-color: #4FB8F6; }
span { border-color: rgb(79,184,246); }
td.TdClassName
{
border-color: #4FB8F6;
}
.TagClassName
{
border-color: #4FB8F6;
}
</style>