Shades of Malibu #4CBAFF
Tints of Malibu #4CBAFF
RGB
CMYK
RGB Variations
Color information
#4CBAFF (or 0x4CBAFF) is known color: Malibu. HEX triplet: 4C, BA and FF. RGB value is (76,186,255). Sum of RGB (Red+Green+Blue) = 76+186+255=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFF is #B34500. Grayscale: #A0A0A0. Windows color (decimal): -11748609 or 16759372. OLE color: 16759372.
HSL color Cylindrical-coordinate representation of color #4CBAFF: hue angle of 203.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBAFF is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 186 | 255 | - |
| CMYK | 0.70 | 0.27 | 0 | 0 |
| HSL | 203.13º | 1% | 0.65% | - |
| HSV(B) | 203.13º | 0.7% | 1% | - |
| XYZ | 38.59 | 43.87 | 101.04 | - |
| YUV | 160.98 | 181.06 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 255 | 0.70 | 0.27 | 0 | 0 | 203.13 | 1 | 0.65 |
| Hex | 4C | BA | FF | 46 | 1B | 0 | 0 | CB | 64 | 41 |
| Octal | 114 | 272 | 377 | 106 | 33 | 0 | 0 | 313 | 144 | 101 |
| Binary | 1001100 | 10111010 | 11111111 | 1000110 | 11011 | 0 | 0 | 11001011 | 1100100 | 1000001 |
Color Harmonies of #4CBAFF
Complementary color
Monochromatic Colors of #4CBAFF
Black with #4CBAFF
Text Example
Text Example
White with #4CBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAFF; }
p { color: rgb(76,186,255); }
H1.HeaderClassName
{
color: #4CBAFF;
}
.AnyTagClassName
{
color: #4CBAFF;
}
</style>
background-color css
<style>
a { background-color: #4CBAFF; }
a { background-color: rgb(76,186,255); }
div.DivClassName
{
background-color: #4CBAFF;
}
.BgClassName
{
background-color: #4CBAFF;
}
</style>
border-color css
<style>
span { border-color: #4CBAFF; }
span { border-color: rgb(76,186,255); }
td.TdClassName
{
border-color: #4CBAFF;
}
.TagClassName
{
border-color: #4CBAFF;
}
</style>