Shades of Malibu #4DC1FC
Tints of Malibu #4DC1FC
RGB
CMYK
RGB Variations
Color information
#4DC1FC (or 0x4DC1FC) is known color: Malibu. HEX triplet: 4D, C1 and FC. RGB value is (77,193,252). Sum of RGB (Red+Green+Blue) = 77+193+252=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DC1FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC1FC is #B23E03. Grayscale: #A4A4A4. Windows color (decimal): -11681284 or 16564557. OLE color: 16564557.
HSL color Cylindrical-coordinate representation of color #4DC1FC: hue angle of 200.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC1FC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 193 | 252 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.01 |
| HSL | 200.23º | 0.97% | 0.65% | - |
| HSV(B) | 200.23º | 0.69% | 0.99% | - |
| XYZ | 39.7 | 46.75 | 99.03 | - |
| YUV | 165.04 | 177.07 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 193 | 252 | 0.69 | 0.23 | 0 | 0.01 | 200.23 | 0.97 | 0.65 |
| Hex | 4D | C1 | FC | 45 | 17 | 0 | 1 | C8 | 61 | 41 |
| Octal | 115 | 301 | 374 | 105 | 27 | 0 | 1 | 310 | 141 | 101 |
| Binary | 1001101 | 11000001 | 11111100 | 1000101 | 10111 | 0 | 1 | 11001000 | 1100001 | 1000001 |
Color Harmonies of #4DC1FC
Complementary color
Monochromatic Colors of #4DC1FC
Black with #4DC1FC
Text Example
Text Example
White with #4DC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC1FC; }
p { color: rgb(77,193,252); }
H1.HeaderClassName
{
color: #4DC1FC;
}
.AnyTagClassName
{
color: #4DC1FC;
}
</style>
background-color css
<style>
a { background-color: #4DC1FC; }
a { background-color: rgb(77,193,252); }
div.DivClassName
{
background-color: #4DC1FC;
}
.BgClassName
{
background-color: #4DC1FC;
}
</style>
border-color css
<style>
span { border-color: #4DC1FC; }
span { border-color: rgb(77,193,252); }
td.TdClassName
{
border-color: #4DC1FC;
}
.TagClassName
{
border-color: #4DC1FC;
}
</style>