Shades of Malibu #4EC2EB
Tints of Malibu #4EC2EB
RGB
CMYK
RGB Variations
Color information
#4EC2EB (or 0x4EC2EB) is known color: Malibu. HEX triplet: 4E, C2 and EB. RGB value is (78,194,235). Sum of RGB (Red+Green+Blue) = 78+194+235=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #4EC2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC2EB is #B13D14. Grayscale: #A3A3A3. Windows color (decimal): -11615509 or 15450702. OLE color: 15450702.
HSL color Cylindrical-coordinate representation of color #4EC2EB: hue angle of 195.67º 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 #4EC2EB is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 194 | 235 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.08 |
| HSL | 195.67º | 0.8% | 0.61% | - |
| HSV(B) | 195.67º | 0.67% | 0.92% | - |
| XYZ | 37.43 | 46.2 | 85.54 | - |
| YUV | 163.99 | 168.07 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 194 | 235 | 0.67 | 0.17 | 0 | 0.08 | 195.67 | 0.8 | 0.61 |
| Hex | 4E | C2 | EB | 43 | 11 | 0 | 8 | C4 | 50 | 3D |
| Octal | 116 | 302 | 353 | 103 | 21 | 0 | 10 | 304 | 120 | 75 |
| Binary | 1001110 | 11000010 | 11101011 | 1000011 | 10001 | 0 | 1000 | 11000100 | 1010000 | 111101 |
Color Harmonies of #4EC2EB
Complementary color
Monochromatic Colors of #4EC2EB
Black with #4EC2EB
Text Example
Text Example
White with #4EC2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC2EB; }
p { color: rgb(78,194,235); }
H1.HeaderClassName
{
color: #4EC2EB;
}
.AnyTagClassName
{
color: #4EC2EB;
}
</style>
background-color css
<style>
a { background-color: #4EC2EB; }
a { background-color: rgb(78,194,235); }
div.DivClassName
{
background-color: #4EC2EB;
}
.BgClassName
{
background-color: #4EC2EB;
}
</style>
border-color css
<style>
span { border-color: #4EC2EB; }
span { border-color: rgb(78,194,235); }
td.TdClassName
{
border-color: #4EC2EB;
}
.TagClassName
{
border-color: #4EC2EB;
}
</style>