Shades of Malibu #4CBCFD
Tints of Malibu #4CBCFD
RGB
CMYK
RGB Variations
Color information
#4CBCFD (or 0x4CBCFD) is known color: Malibu. HEX triplet: 4C, BC and FD. RGB value is (76,188,253). Sum of RGB (Red+Green+Blue) = 76+188+253=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CBCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBCFD is #B34302. Grayscale: #A1A1A1. Windows color (decimal): -11748099 or 16628812. OLE color: 16628812.
HSL color Cylindrical-coordinate representation of color #4CBCFD: hue angle of 202.03º 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 #4CBCFD is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 188 | 253 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.01 |
| HSL | 202.03º | 0.98% | 0.65% | - |
| HSV(B) | 202.03º | 0.7% | 0.99% | - |
| XYZ | 38.69 | 44.59 | 99.5 | - |
| YUV | 161.92 | 179.39 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 253 | 0.70 | 0.26 | 0 | 0.01 | 202.03 | 0.98 | 0.65 |
| Hex | 4C | BC | FD | 46 | 1A | 0 | 1 | CA | 62 | 41 |
| Octal | 114 | 274 | 375 | 106 | 32 | 0 | 1 | 312 | 142 | 101 |
| Binary | 1001100 | 10111100 | 11111101 | 1000110 | 11010 | 0 | 1 | 11001010 | 1100010 | 1000001 |
Color Harmonies of #4CBCFD
Complementary color
Monochromatic Colors of #4CBCFD
Black with #4CBCFD
Text Example
Text Example
White with #4CBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCFD; }
p { color: rgb(76,188,253); }
H1.HeaderClassName
{
color: #4CBCFD;
}
.AnyTagClassName
{
color: #4CBCFD;
}
</style>
background-color css
<style>
a { background-color: #4CBCFD; }
a { background-color: rgb(76,188,253); }
div.DivClassName
{
background-color: #4CBCFD;
}
.BgClassName
{
background-color: #4CBCFD;
}
</style>
border-color css
<style>
span { border-color: #4CBCFD; }
span { border-color: rgb(76,188,253); }
td.TdClassName
{
border-color: #4CBCFD;
}
.TagClassName
{
border-color: #4CBCFD;
}
</style>