Shades of Malibu #4DC2EC
Tints of Malibu #4DC2EC
RGB
CMYK
RGB Variations
Color information
#4DC2EC (or 0x4DC2EC) is known color: Malibu. HEX triplet: 4D, C2 and EC. RGB value is (77,194,236). Sum of RGB (Red+Green+Blue) = 77+194+236=507 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.19% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC2EC is #B23D13. Grayscale: #A3A3A3. Windows color (decimal): -11681044 or 15516237. OLE color: 15516237.
HSL color Cylindrical-coordinate representation of color #4DC2EC: hue angle of 195.85º 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 #4DC2EC is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 194 | 236 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.07 |
| HSL | 195.85º | 0.81% | 0.61% | - |
| HSV(B) | 195.85º | 0.67% | 0.93% | - |
| XYZ | 37.49 | 46.22 | 86.3 | - |
| YUV | 163.81 | 168.74 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 194 | 236 | 0.67 | 0.18 | 0 | 0.07 | 195.85 | 0.81 | 0.61 |
| Hex | 4D | C2 | EC | 43 | 12 | 0 | 7 | C4 | 51 | 3D |
| Octal | 115 | 302 | 354 | 103 | 22 | 0 | 7 | 304 | 121 | 75 |
| Binary | 1001101 | 11000010 | 11101100 | 1000011 | 10010 | 0 | 111 | 11000100 | 1010001 | 111101 |
Color Harmonies of #4DC2EC
Complementary color
Monochromatic Colors of #4DC2EC
Black with #4DC2EC
Text Example
Text Example
White with #4DC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC2EC; }
p { color: rgb(77,194,236); }
H1.HeaderClassName
{
color: #4DC2EC;
}
.AnyTagClassName
{
color: #4DC2EC;
}
</style>
background-color css
<style>
a { background-color: #4DC2EC; }
a { background-color: rgb(77,194,236); }
div.DivClassName
{
background-color: #4DC2EC;
}
.BgClassName
{
background-color: #4DC2EC;
}
</style>
border-color css
<style>
span { border-color: #4DC2EC; }
span { border-color: rgb(77,194,236); }
td.TdClassName
{
border-color: #4DC2EC;
}
.TagClassName
{
border-color: #4DC2EC;
}
</style>