Shades of Malibu #4DB2FC
Tints of Malibu #4DB2FC
RGB
CMYK
RGB Variations
Color information
#4DB2FC (or 0x4DB2FC) is known color: Malibu. HEX triplet: 4D, B2 and FC. RGB value is (77,178,252). Sum of RGB (Red+Green+Blue) = 77+178+252=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB2FC is #B24D03. Grayscale: #9B9B9B. Windows color (decimal): -11685124 or 16560717. OLE color: 16560717.
HSL color Cylindrical-coordinate representation of color #4DB2FC: hue angle of 205.37º 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 #4DB2FC is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 178 | 252 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.01 |
| HSL | 205.37º | 0.97% | 0.65% | - |
| HSV(B) | 205.37º | 0.69% | 0.99% | - |
| XYZ | 36.55 | 40.45 | 97.98 | - |
| YUV | 156.24 | 182.04 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 252 | 0.69 | 0.29 | 0 | 0.01 | 205.37 | 0.97 | 0.65 |
| Hex | 4D | B2 | FC | 45 | 1D | 0 | 1 | CD | 61 | 41 |
| Octal | 115 | 262 | 374 | 105 | 35 | 0 | 1 | 315 | 141 | 101 |
| Binary | 1001101 | 10110010 | 11111100 | 1000101 | 11101 | 0 | 1 | 11001101 | 1100001 | 1000001 |
Color Harmonies of #4DB2FC
Complementary color
Monochromatic Colors of #4DB2FC
Black with #4DB2FC
Text Example
Text Example
White with #4DB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB2FC; }
p { color: rgb(77,178,252); }
H1.HeaderClassName
{
color: #4DB2FC;
}
.AnyTagClassName
{
color: #4DB2FC;
}
</style>
background-color css
<style>
a { background-color: #4DB2FC; }
a { background-color: rgb(77,178,252); }
div.DivClassName
{
background-color: #4DB2FC;
}
.BgClassName
{
background-color: #4DB2FC;
}
</style>
border-color css
<style>
span { border-color: #4DB2FC; }
span { border-color: rgb(77,178,252); }
td.TdClassName
{
border-color: #4DB2FC;
}
.TagClassName
{
border-color: #4DB2FC;
}
</style>