Shades of Malibu #4DB1F9
Tints of Malibu #4DB1F9
RGB
CMYK
RGB Variations
Color information
#4DB1F9 (or 0x4DB1F9) is known color: Malibu. HEX triplet: 4D, B1 and F9. RGB value is (77,177,249). Sum of RGB (Red+Green+Blue) = 77+177+249=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DB1F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB1F9 is #B24E06. Grayscale: #9A9A9A. Windows color (decimal): -11685383 or 16363853. OLE color: 16363853.
HSL color Cylindrical-coordinate representation of color #4DB1F9: hue angle of 205.12º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DB1F9 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 177 | 249 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.02 |
| HSL | 205.12º | 0.93% | 0.64% | - |
| HSV(B) | 205.12º | 0.69% | 0.98% | - |
| XYZ | 35.88 | 39.86 | 95.43 | - |
| YUV | 155.31 | 180.87 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 249 | 0.69 | 0.29 | 0 | 0.02 | 205.12 | 0.93 | 0.64 |
| Hex | 4D | B1 | F9 | 45 | 1D | 0 | 2 | CD | 5D | 40 |
| Octal | 115 | 261 | 371 | 105 | 35 | 0 | 2 | 315 | 135 | 100 |
| Binary | 1001101 | 10110001 | 11111001 | 1000101 | 11101 | 0 | 10 | 11001101 | 1011101 | 1000000 |
Color Harmonies of #4DB1F9
Complementary color
Monochromatic Colors of #4DB1F9
Black with #4DB1F9
Text Example
Text Example
White with #4DB1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB1F9; }
p { color: rgb(77,177,249); }
H1.HeaderClassName
{
color: #4DB1F9;
}
.AnyTagClassName
{
color: #4DB1F9;
}
</style>
background-color css
<style>
a { background-color: #4DB1F9; }
a { background-color: rgb(77,177,249); }
div.DivClassName
{
background-color: #4DB1F9;
}
.BgClassName
{
background-color: #4DB1F9;
}
</style>
border-color css
<style>
span { border-color: #4DB1F9; }
span { border-color: rgb(77,177,249); }
td.TdClassName
{
border-color: #4DB1F9;
}
.TagClassName
{
border-color: #4DB1F9;
}
</style>