Shades of Malibu #4DBDEB
Tints of Malibu #4DBDEB
RGB
CMYK
RGB Variations
Color information
#4DBDEB (or 0x4DBDEB) is known color: Malibu. HEX triplet: 4D, BD and EB. RGB value is (77,189,235). Sum of RGB (Red+Green+Blue) = 77+189+235=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DBDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDEB is #B24214. Grayscale: #A0A0A0. Windows color (decimal): -11682325 or 15449421. OLE color: 15449421.
HSL color Cylindrical-coordinate representation of color #4DBDEB: hue angle of 197.47º 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 #4DBDEB is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 189 | 235 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.08 |
| HSL | 197.47º | 0.8% | 0.61% | - |
| HSV(B) | 197.47º | 0.67% | 0.92% | - |
| XYZ | 36.25 | 43.97 | 85.17 | - |
| YUV | 160.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 235 | 0.67 | 0.20 | 0 | 0.08 | 197.47 | 0.8 | 0.61 |
| Hex | 4D | BD | EB | 43 | 14 | 0 | 8 | C5 | 50 | 3D |
| Octal | 115 | 275 | 353 | 103 | 24 | 0 | 10 | 305 | 120 | 75 |
| Binary | 1001101 | 10111101 | 11101011 | 1000011 | 10100 | 0 | 1000 | 11000101 | 1010000 | 111101 |
Color Harmonies of #4DBDEB
Complementary color
Monochromatic Colors of #4DBDEB
Black with #4DBDEB
Text Example
Text Example
White with #4DBDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDEB; }
p { color: rgb(77,189,235); }
H1.HeaderClassName
{
color: #4DBDEB;
}
.AnyTagClassName
{
color: #4DBDEB;
}
</style>
background-color css
<style>
a { background-color: #4DBDEB; }
a { background-color: rgb(77,189,235); }
div.DivClassName
{
background-color: #4DBDEB;
}
.BgClassName
{
background-color: #4DBDEB;
}
</style>
border-color css
<style>
span { border-color: #4DBDEB; }
span { border-color: rgb(77,189,235); }
td.TdClassName
{
border-color: #4DBDEB;
}
.TagClassName
{
border-color: #4DBDEB;
}
</style>