Shades of Malibu #4DBCFC
Tints of Malibu #4DBCFC
RGB
CMYK
RGB Variations
Color information
#4DBCFC (or 0x4DBCFC) is known color: Malibu. HEX triplet: 4D, BC and FC. RGB value is (77,188,252). Sum of RGB (Red+Green+Blue) = 77+188+252=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCFC is #B24303. Grayscale: #A1A1A1. Windows color (decimal): -11682564 or 16563277. OLE color: 16563277.
HSL color Cylindrical-coordinate representation of color #4DBCFC: hue angle of 201.94º 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 #4DBCFC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 188 | 252 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.01 |
| HSL | 201.94º | 0.97% | 0.65% | - |
| HSV(B) | 201.94º | 0.69% | 0.99% | - |
| XYZ | 38.61 | 44.57 | 98.66 | - |
| YUV | 162.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 252 | 0.69 | 0.25 | 0 | 0.01 | 201.94 | 0.97 | 0.65 |
| Hex | 4D | BC | FC | 45 | 19 | 0 | 1 | CA | 61 | 41 |
| Octal | 115 | 274 | 374 | 105 | 31 | 0 | 1 | 312 | 141 | 101 |
| Binary | 1001101 | 10111100 | 11111100 | 1000101 | 11001 | 0 | 1 | 11001010 | 1100001 | 1000001 |
Color Harmonies of #4DBCFC
Complementary color
Monochromatic Colors of #4DBCFC
Black with #4DBCFC
Text Example
Text Example
White with #4DBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCFC; }
p { color: rgb(77,188,252); }
H1.HeaderClassName
{
color: #4DBCFC;
}
.AnyTagClassName
{
color: #4DBCFC;
}
</style>
background-color css
<style>
a { background-color: #4DBCFC; }
a { background-color: rgb(77,188,252); }
div.DivClassName
{
background-color: #4DBCFC;
}
.BgClassName
{
background-color: #4DBCFC;
}
</style>
border-color css
<style>
span { border-color: #4DBCFC; }
span { border-color: rgb(77,188,252); }
td.TdClassName
{
border-color: #4DBCFC;
}
.TagClassName
{
border-color: #4DBCFC;
}
</style>