Shades of Malibu #4CBFFC
Tints of Malibu #4CBFFC
RGB
CMYK
RGB Variations
Color information
#4CBFFC (or 0x4CBFFC) is known color: Malibu. HEX triplet: 4C, BF and FC. RGB value is (76,191,252). Sum of RGB (Red+Green+Blue) = 76+191+252=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #4CBFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFFC is #B34003. Grayscale: #A3A3A3. Windows color (decimal): -11747332 or 16564044. OLE color: 16564044.
HSL color Cylindrical-coordinate representation of color #4CBFFC: hue angle of 200.8º 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 #4CBFFC is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 191 | 252 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.01 |
| HSL | 200.8º | 0.97% | 0.64% | - |
| HSV(B) | 200.8º | 0.7% | 0.99% | - |
| XYZ | 39.18 | 45.83 | 98.88 | - |
| YUV | 163.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 252 | 0.70 | 0.24 | 0 | 0.01 | 200.8 | 0.97 | 0.64 |
| Hex | 4C | BF | FC | 46 | 18 | 0 | 1 | C9 | 61 | 40 |
| Octal | 114 | 277 | 374 | 106 | 30 | 0 | 1 | 311 | 141 | 100 |
| Binary | 1001100 | 10111111 | 11111100 | 1000110 | 11000 | 0 | 1 | 11001001 | 1100001 | 1000000 |
Color Harmonies of #4CBFFC
Complementary color
Monochromatic Colors of #4CBFFC
Black with #4CBFFC
Text Example
Text Example
White with #4CBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFFC; }
p { color: rgb(76,191,252); }
H1.HeaderClassName
{
color: #4CBFFC;
}
.AnyTagClassName
{
color: #4CBFFC;
}
</style>
background-color css
<style>
a { background-color: #4CBFFC; }
a { background-color: rgb(76,191,252); }
div.DivClassName
{
background-color: #4CBFFC;
}
.BgClassName
{
background-color: #4CBFFC;
}
</style>
border-color css
<style>
span { border-color: #4CBFFC; }
span { border-color: rgb(76,191,252); }
td.TdClassName
{
border-color: #4CBFFC;
}
.TagClassName
{
border-color: #4CBFFC;
}
</style>