Shades of Malibu #4CBFFD
Tints of Malibu #4CBFFD
RGB
CMYK
RGB Variations
Color information
#4CBFFD (or 0x4CBFFD) is known color: Malibu. HEX triplet: 4C, BF and FD. RGB value is (76,191,253). Sum of RGB (Red+Green+Blue) = 76+191+253=520 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.62% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #4CBFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBFFD is #B34002. Grayscale: #A3A3A3. Windows color (decimal): -11747331 or 16629580. OLE color: 16629580.
HSL color Cylindrical-coordinate representation of color #4CBFFD: hue angle of 201.02º 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 #4CBFFD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 191 | 253 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.02º | 0.98% | 0.65% | - |
| HSV(B) | 201.02º | 0.7% | 0.99% | - |
| XYZ | 39.34 | 45.89 | 99.71 | - |
| YUV | 163.68 | 178.4 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 253 | 0.70 | 0.25 | 0 | 0.01 | 201.02 | 0.98 | 0.65 |
| Hex | 4C | BF | FD | 46 | 19 | 0 | 1 | C9 | 62 | 41 |
| Octal | 114 | 277 | 375 | 106 | 31 | 0 | 1 | 311 | 142 | 101 |
| Binary | 1001100 | 10111111 | 11111101 | 1000110 | 11001 | 0 | 1 | 11001001 | 1100010 | 1000001 |
Color Harmonies of #4CBFFD
Complementary color
Monochromatic Colors of #4CBFFD
Black with #4CBFFD
Text Example
Text Example
White with #4CBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFFD; }
p { color: rgb(76,191,253); }
H1.HeaderClassName
{
color: #4CBFFD;
}
.AnyTagClassName
{
color: #4CBFFD;
}
</style>
background-color css
<style>
a { background-color: #4CBFFD; }
a { background-color: rgb(76,191,253); }
div.DivClassName
{
background-color: #4CBFFD;
}
.BgClassName
{
background-color: #4CBFFD;
}
</style>
border-color css
<style>
span { border-color: #4CBFFD; }
span { border-color: rgb(76,191,253); }
td.TdClassName
{
border-color: #4CBFFD;
}
.TagClassName
{
border-color: #4CBFFD;
}
</style>