Shades of Malibu #4DBFEB
Tints of Malibu #4DBFEB
RGB
CMYK
RGB Variations
Color information
#4DBFEB (or 0x4DBFEB) is known color: Malibu. HEX triplet: 4D, BF and EB. RGB value is (77,191,235). Sum of RGB (Red+Green+Blue) = 77+191+235=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFEB is #B24014. Grayscale: #A1A1A1. Windows color (decimal): -11681813 or 15449933. OLE color: 15449933.
HSL color Cylindrical-coordinate representation of color #4DBFEB: hue angle of 196.71º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DBFEB is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 191 | 235 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.08 |
| HSL | 196.71º | 0.8% | 0.61% | - |
| HSV(B) | 196.71º | 0.67% | 0.92% | - |
| XYZ | 36.69 | 44.84 | 85.32 | - |
| YUV | 161.93 | 169.23 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 235 | 0.67 | 0.19 | 0 | 0.08 | 196.71 | 0.8 | 0.61 |
| Hex | 4D | BF | EB | 43 | 13 | 0 | 8 | C5 | 50 | 3D |
| Octal | 115 | 277 | 353 | 103 | 23 | 0 | 10 | 305 | 120 | 75 |
| Binary | 1001101 | 10111111 | 11101011 | 1000011 | 10011 | 0 | 1000 | 11000101 | 1010000 | 111101 |
Color Harmonies of #4DBFEB
Complementary color
Monochromatic Colors of #4DBFEB
Black with #4DBFEB
Text Example
Text Example
White with #4DBFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFEB; }
p { color: rgb(77,191,235); }
H1.HeaderClassName
{
color: #4DBFEB;
}
.AnyTagClassName
{
color: #4DBFEB;
}
</style>
background-color css
<style>
a { background-color: #4DBFEB; }
a { background-color: rgb(77,191,235); }
div.DivClassName
{
background-color: #4DBFEB;
}
.BgClassName
{
background-color: #4DBFEB;
}
</style>
border-color css
<style>
span { border-color: #4DBFEB; }
span { border-color: rgb(77,191,235); }
td.TdClassName
{
border-color: #4DBFEB;
}
.TagClassName
{
border-color: #4DBFEB;
}
</style>