Shades of Malibu #4CB9FB
Tints of Malibu #4CB9FB
RGB
CMYK
RGB Variations
Color information
#4CB9FB (or 0x4CB9FB) is known color: Malibu. HEX triplet: 4C, B9 and FB. RGB value is (76,185,251). Sum of RGB (Red+Green+Blue) = 76+185+251=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CB9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CB9FB is #B34604. Grayscale: #9F9F9F. Windows color (decimal): -11748869 or 16496972. OLE color: 16496972.
HSL color Cylindrical-coordinate representation of color #4CB9FB: hue angle of 202.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CB9FB is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 185 | 251 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.02 |
| HSL | 202.63º | 0.96% | 0.64% | - |
| HSV(B) | 202.63º | 0.7% | 0.98% | - |
| XYZ | 37.74 | 43.2 | 97.62 | - |
| YUV | 159.93 | 179.39 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 251 | 0.70 | 0.26 | 0 | 0.02 | 202.63 | 0.96 | 0.64 |
| Hex | 4C | B9 | FB | 46 | 1A | 0 | 2 | CB | 60 | 40 |
| Octal | 114 | 271 | 373 | 106 | 32 | 0 | 2 | 313 | 140 | 100 |
| Binary | 1001100 | 10111001 | 11111011 | 1000110 | 11010 | 0 | 10 | 11001011 | 1100000 | 1000000 |
Color Harmonies of #4CB9FB
Complementary color
Monochromatic Colors of #4CB9FB
Black with #4CB9FB
Text Example
Text Example
White with #4CB9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB9FB; }
p { color: rgb(76,185,251); }
H1.HeaderClassName
{
color: #4CB9FB;
}
.AnyTagClassName
{
color: #4CB9FB;
}
</style>
background-color css
<style>
a { background-color: #4CB9FB; }
a { background-color: rgb(76,185,251); }
div.DivClassName
{
background-color: #4CB9FB;
}
.BgClassName
{
background-color: #4CB9FB;
}
</style>
border-color css
<style>
span { border-color: #4CB9FB; }
span { border-color: rgb(76,185,251); }
td.TdClassName
{
border-color: #4CB9FB;
}
.TagClassName
{
border-color: #4CB9FB;
}
</style>