Shades of Malibu #4CBAFC
Tints of Malibu #4CBAFC
RGB
CMYK
RGB Variations
Color information
#4CBAFC (or 0x4CBAFC) is known color: Malibu. HEX triplet: 4C, BA and FC. RGB value is (76,186,252). Sum of RGB (Red+Green+Blue) = 76+186+252=514 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.79% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CBAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFC is #B34503. Grayscale: #A0A0A0. Windows color (decimal): -11748612 or 16562764. OLE color: 16562764.
HSL color Cylindrical-coordinate representation of color #4CBAFC: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBAFC is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 186 | 252 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.01 |
| HSL | 202.5º | 0.97% | 0.64% | - |
| HSV(B) | 202.5º | 0.7% | 0.99% | - |
| XYZ | 38.11 | 43.68 | 98.52 | - |
| YUV | 160.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 252 | 0.70 | 0.26 | 0 | 0.01 | 202.5 | 0.97 | 0.64 |
| Hex | 4C | BA | FC | 46 | 1A | 0 | 1 | CA | 61 | 40 |
| Octal | 114 | 272 | 374 | 106 | 32 | 0 | 1 | 312 | 141 | 100 |
| Binary | 1001100 | 10111010 | 11111100 | 1000110 | 11010 | 0 | 1 | 11001010 | 1100001 | 1000000 |
Color Harmonies of #4CBAFC
Complementary color
Monochromatic Colors of #4CBAFC
Black with #4CBAFC
Text Example
Text Example
White with #4CBAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAFC; }
p { color: rgb(76,186,252); }
H1.HeaderClassName
{
color: #4CBAFC;
}
.AnyTagClassName
{
color: #4CBAFC;
}
</style>
background-color css
<style>
a { background-color: #4CBAFC; }
a { background-color: rgb(76,186,252); }
div.DivClassName
{
background-color: #4CBAFC;
}
.BgClassName
{
background-color: #4CBAFC;
}
</style>
border-color css
<style>
span { border-color: #4CBAFC; }
span { border-color: rgb(76,186,252); }
td.TdClassName
{
border-color: #4CBAFC;
}
.TagClassName
{
border-color: #4CBAFC;
}
</style>