Shades of Malibu #4DCBEA
Tints of Malibu #4DCBEA
RGB
CMYK
RGB Variations
Color information
#4DCBEA (or 0x4DCBEA) is known color: Malibu. HEX triplet: 4D, CB and EA. RGB value is (77,203,234). Sum of RGB (Red+Green+Blue) = 77+203+234=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DCBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCBEA is #B23415. Grayscale: #A8A8A8. Windows color (decimal): -11678742 or 15387469. OLE color: 15387469.
HSL color Cylindrical-coordinate representation of color #4DCBEA: hue angle of 191.85º degrees, saturation: 0.79, 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 #4DCBEA is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 203 | 234 | - |
| CMYK | 0.67 | 0.13 | 0 | 0.08 |
| HSL | 191.85º | 0.79% | 0.61% | - |
| HSV(B) | 191.85º | 0.67% | 0.92% | - |
| XYZ | 39.27 | 50.23 | 85.47 | - |
| YUV | 168.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 234 | 0.67 | 0.13 | 0 | 0.08 | 191.85 | 0.79 | 0.61 |
| Hex | 4D | CB | EA | 43 | D | 0 | 8 | C0 | 4F | 3D |
| Octal | 115 | 313 | 352 | 103 | 15 | 0 | 10 | 300 | 117 | 75 |
| Binary | 1001101 | 11001011 | 11101010 | 1000011 | 1101 | 0 | 1000 | 11000000 | 1001111 | 111101 |
Color Harmonies of #4DCBEA
Complementary color
Monochromatic Colors of #4DCBEA
Black with #4DCBEA
Text Example
Text Example
White with #4DCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBEA; }
p { color: rgb(77,203,234); }
H1.HeaderClassName
{
color: #4DCBEA;
}
.AnyTagClassName
{
color: #4DCBEA;
}
</style>
background-color css
<style>
a { background-color: #4DCBEA; }
a { background-color: rgb(77,203,234); }
div.DivClassName
{
background-color: #4DCBEA;
}
.BgClassName
{
background-color: #4DCBEA;
}
</style>
border-color css
<style>
span { border-color: #4DCBEA; }
span { border-color: rgb(77,203,234); }
td.TdClassName
{
border-color: #4DCBEA;
}
.TagClassName
{
border-color: #4DCBEA;
}
</style>