Shades of Malibu #4DBEEC
Tints of Malibu #4DBEEC
RGB
CMYK
RGB Variations
Color information
#4DBEEC (or 0x4DBEEC) is known color: Malibu. HEX triplet: 4D, BE and EC. RGB value is (77,190,236). Sum of RGB (Red+Green+Blue) = 77+190+236=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBEEC is #B24113. Grayscale: #A1A1A1. Windows color (decimal): -11682068 or 15515213. OLE color: 15515213.
HSL color Cylindrical-coordinate representation of color #4DBEEC: hue angle of 197.36º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DBEEC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 190 | 236 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.07 |
| HSL | 197.36º | 0.81% | 0.61% | - |
| HSV(B) | 197.36º | 0.67% | 0.93% | - |
| XYZ | 36.61 | 44.46 | 86.01 | - |
| YUV | 161.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 236 | 0.67 | 0.19 | 0 | 0.07 | 197.36 | 0.81 | 0.61 |
| Hex | 4D | BE | EC | 43 | 13 | 0 | 7 | C5 | 51 | 3D |
| Octal | 115 | 276 | 354 | 103 | 23 | 0 | 7 | 305 | 121 | 75 |
| Binary | 1001101 | 10111110 | 11101100 | 1000011 | 10011 | 0 | 111 | 11000101 | 1010001 | 111101 |
Color Harmonies of #4DBEEC
Complementary color
Monochromatic Colors of #4DBEEC
Black with #4DBEEC
Text Example
Text Example
White with #4DBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEEC; }
p { color: rgb(77,190,236); }
H1.HeaderClassName
{
color: #4DBEEC;
}
.AnyTagClassName
{
color: #4DBEEC;
}
</style>
background-color css
<style>
a { background-color: #4DBEEC; }
a { background-color: rgb(77,190,236); }
div.DivClassName
{
background-color: #4DBEEC;
}
.BgClassName
{
background-color: #4DBEEC;
}
</style>
border-color css
<style>
span { border-color: #4DBEEC; }
span { border-color: rgb(77,190,236); }
td.TdClassName
{
border-color: #4DBEEC;
}
.TagClassName
{
border-color: #4DBEEC;
}
</style>