Shades of Malibu #4CBCFC
Tints of Malibu #4CBCFC
RGB
CMYK
RGB Variations
Color information
#4CBCFC (or 0x4CBCFC) is known color: Malibu. HEX triplet: 4C, BC and FC. RGB value is (76,188,252). Sum of RGB (Red+Green+Blue) = 76+188+252=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CBCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBCFC is #B34303. Grayscale: #A1A1A1. Windows color (decimal): -11748100 or 16563276. OLE color: 16563276.
HSL color Cylindrical-coordinate representation of color #4CBCFC: hue angle of 201.82º 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 #4CBCFC is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 188 | 252 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.82º | 0.97% | 0.64% | - |
| HSV(B) | 201.82º | 0.7% | 0.99% | - |
| XYZ | 38.53 | 44.53 | 98.66 | - |
| YUV | 161.81 | 178.89 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 252 | 0.70 | 0.25 | 0 | 0.01 | 201.82 | 0.97 | 0.64 |
| Hex | 4C | BC | FC | 46 | 19 | 0 | 1 | CA | 61 | 40 |
| Octal | 114 | 274 | 374 | 106 | 31 | 0 | 1 | 312 | 141 | 100 |
| Binary | 1001100 | 10111100 | 11111100 | 1000110 | 11001 | 0 | 1 | 11001010 | 1100001 | 1000000 |
Color Harmonies of #4CBCFC
Complementary color
Monochromatic Colors of #4CBCFC
Black with #4CBCFC
Text Example
Text Example
White with #4CBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCFC; }
p { color: rgb(76,188,252); }
H1.HeaderClassName
{
color: #4CBCFC;
}
.AnyTagClassName
{
color: #4CBCFC;
}
</style>
background-color css
<style>
a { background-color: #4CBCFC; }
a { background-color: rgb(76,188,252); }
div.DivClassName
{
background-color: #4CBCFC;
}
.BgClassName
{
background-color: #4CBCFC;
}
</style>
border-color css
<style>
span { border-color: #4CBCFC; }
span { border-color: rgb(76,188,252); }
td.TdClassName
{
border-color: #4CBCFC;
}
.TagClassName
{
border-color: #4CBCFC;
}
</style>