Shades of Malibu #4DBEEF
Tints of Malibu #4DBEEF
RGB
CMYK
RGB Variations
Color information
#4DBEEF (or 0x4DBEEF) is known color: Malibu. HEX triplet: 4D, BE and EF. RGB value is (77,190,239). Sum of RGB (Red+Green+Blue) = 77+190+239=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEEF is #B24110. Grayscale: #A1A1A1. Windows color (decimal): -11682065 or 15711821. OLE color: 15711821.
HSL color Cylindrical-coordinate representation of color #4DBEEF: hue angle of 198.15º 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 #4DBEEF is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 190 | 239 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.06 |
| HSL | 198.15º | 0.84% | 0.62% | - |
| HSV(B) | 198.15º | 0.68% | 0.94% | - |
| XYZ | 37.05 | 44.64 | 88.32 | - |
| YUV | 161.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 239 | 0.68 | 0.21 | 0 | 0.06 | 198.15 | 0.84 | 0.62 |
| Hex | 4D | BE | EF | 44 | 15 | 0 | 6 | C6 | 54 | 3E |
| Octal | 115 | 276 | 357 | 104 | 25 | 0 | 6 | 306 | 124 | 76 |
| Binary | 1001101 | 10111110 | 11101111 | 1000100 | 10101 | 0 | 110 | 11000110 | 1010100 | 111110 |
Color Harmonies of #4DBEEF
Complementary color
Monochromatic Colors of #4DBEEF
Black with #4DBEEF
Text Example
Text Example
White with #4DBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEEF; }
p { color: rgb(77,190,239); }
H1.HeaderClassName
{
color: #4DBEEF;
}
.AnyTagClassName
{
color: #4DBEEF;
}
</style>
background-color css
<style>
a { background-color: #4DBEEF; }
a { background-color: rgb(77,190,239); }
div.DivClassName
{
background-color: #4DBEEF;
}
.BgClassName
{
background-color: #4DBEEF;
}
</style>
border-color css
<style>
span { border-color: #4DBEEF; }
span { border-color: rgb(77,190,239); }
td.TdClassName
{
border-color: #4DBEEF;
}
.TagClassName
{
border-color: #4DBEEF;
}
</style>