Shades of Malibu #4DBEEB
Tints of Malibu #4DBEEB
RGB
CMYK
RGB Variations
Color information
#4DBEEB (or 0x4DBEEB) is known color: Malibu. HEX triplet: 4D, BE and EB. RGB value is (77,190,235). Sum of RGB (Red+Green+Blue) = 77+190+235=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DBEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEEB is #B24114. Grayscale: #A1A1A1. Windows color (decimal): -11682069 or 15449677. OLE color: 15449677.
HSL color Cylindrical-coordinate representation of color #4DBEEB: hue angle of 197.09º 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 #4DBEEB is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 190 | 235 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.08 |
| HSL | 197.09º | 0.8% | 0.61% | - |
| HSV(B) | 197.09º | 0.67% | 0.92% | - |
| XYZ | 36.47 | 44.4 | 85.25 | - |
| YUV | 161.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 235 | 0.67 | 0.19 | 0 | 0.08 | 197.09 | 0.8 | 0.61 |
| Hex | 4D | BE | EB | 43 | 13 | 0 | 8 | C5 | 50 | 3D |
| Octal | 115 | 276 | 353 | 103 | 23 | 0 | 10 | 305 | 120 | 75 |
| Binary | 1001101 | 10111110 | 11101011 | 1000011 | 10011 | 0 | 1000 | 11000101 | 1010000 | 111101 |
Color Harmonies of #4DBEEB
Complementary color
Monochromatic Colors of #4DBEEB
Black with #4DBEEB
Text Example
Text Example
White with #4DBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEEB; }
p { color: rgb(77,190,235); }
H1.HeaderClassName
{
color: #4DBEEB;
}
.AnyTagClassName
{
color: #4DBEEB;
}
</style>
background-color css
<style>
a { background-color: #4DBEEB; }
a { background-color: rgb(77,190,235); }
div.DivClassName
{
background-color: #4DBEEB;
}
.BgClassName
{
background-color: #4DBEEB;
}
</style>
border-color css
<style>
span { border-color: #4DBEEB; }
span { border-color: rgb(77,190,235); }
td.TdClassName
{
border-color: #4DBEEB;
}
.TagClassName
{
border-color: #4DBEEB;
}
</style>