Shades of Malibu #4CBAFD
Tints of Malibu #4CBAFD
RGB
CMYK
RGB Variations
Color information
#4CBAFD (or 0x4CBAFD) is known color: Malibu. HEX triplet: 4C, BA and FD. RGB value is (76,186,253). Sum of RGB (Red+Green+Blue) = 76+186+253=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CBAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFD is #B34502. Grayscale: #A0A0A0. Windows color (decimal): -11748611 or 16628300. OLE color: 16628300.
HSL color Cylindrical-coordinate representation of color #4CBAFD: hue angle of 202.71º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CBAFD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 186 | 253 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.01 |
| HSL | 202.71º | 0.98% | 0.65% | - |
| HSV(B) | 202.71º | 0.7% | 0.99% | - |
| XYZ | 38.27 | 43.75 | 99.36 | - |
| YUV | 160.75 | 180.06 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 253 | 0.70 | 0.26 | 0 | 0.01 | 202.71 | 0.98 | 0.65 |
| Hex | 4C | BA | FD | 46 | 1A | 0 | 1 | CB | 62 | 41 |
| Octal | 114 | 272 | 375 | 106 | 32 | 0 | 1 | 313 | 142 | 101 |
| Binary | 1001100 | 10111010 | 11111101 | 1000110 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000001 |
Color Harmonies of #4CBAFD
Complementary color
Monochromatic Colors of #4CBAFD
Black with #4CBAFD
Text Example
Text Example
White with #4CBAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAFD; }
p { color: rgb(76,186,253); }
H1.HeaderClassName
{
color: #4CBAFD;
}
.AnyTagClassName
{
color: #4CBAFD;
}
</style>
background-color css
<style>
a { background-color: #4CBAFD; }
a { background-color: rgb(76,186,253); }
div.DivClassName
{
background-color: #4CBAFD;
}
.BgClassName
{
background-color: #4CBAFD;
}
</style>
border-color css
<style>
span { border-color: #4CBAFD; }
span { border-color: rgb(76,186,253); }
td.TdClassName
{
border-color: #4CBAFD;
}
.TagClassName
{
border-color: #4CBAFD;
}
</style>