Shades of Malibu #4DBFEF
Tints of Malibu #4DBFEF
RGB
CMYK
RGB Variations
Color information
#4DBFEF (or 0x4DBFEF) is known color: Malibu. HEX triplet: 4D, BF and EF. RGB value is (77,191,239). Sum of RGB (Red+Green+Blue) = 77+191+239=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DBFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFEF is #B24010. Grayscale: #A2A2A2. Windows color (decimal): -11681809 or 15712077. OLE color: 15712077.
HSL color Cylindrical-coordinate representation of color #4DBFEF: hue angle of 197.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBFEF is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 191 | 239 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.06 |
| HSL | 197.78º | 0.84% | 0.62% | - |
| HSV(B) | 197.78º | 0.68% | 0.94% | - |
| XYZ | 37.27 | 45.07 | 88.4 | - |
| YUV | 162.39 | 171.23 | 67.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 239 | 0.68 | 0.20 | 0 | 0.06 | 197.78 | 0.84 | 0.62 |
| Hex | 4D | BF | EF | 44 | 14 | 0 | 6 | C6 | 54 | 3E |
| Octal | 115 | 277 | 357 | 104 | 24 | 0 | 6 | 306 | 124 | 76 |
| Binary | 1001101 | 10111111 | 11101111 | 1000100 | 10100 | 0 | 110 | 11000110 | 1010100 | 111110 |
Color Harmonies of #4DBFEF
Complementary color
Monochromatic Colors of #4DBFEF
Black with #4DBFEF
Text Example
Text Example
White with #4DBFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFEF; }
p { color: rgb(77,191,239); }
H1.HeaderClassName
{
color: #4DBFEF;
}
.AnyTagClassName
{
color: #4DBFEF;
}
</style>
background-color css
<style>
a { background-color: #4DBFEF; }
a { background-color: rgb(77,191,239); }
div.DivClassName
{
background-color: #4DBFEF;
}
.BgClassName
{
background-color: #4DBFEF;
}
</style>
border-color css
<style>
span { border-color: #4DBFEF; }
span { border-color: rgb(77,191,239); }
td.TdClassName
{
border-color: #4DBFEF;
}
.TagClassName
{
border-color: #4DBFEF;
}
</style>