Shades of Malibu #4DC6EB
Tints of Malibu #4DC6EB
RGB
CMYK
RGB Variations
Color information
#4DC6EB (or 0x4DC6EB) is known color: Malibu. HEX triplet: 4D, C6 and EB. RGB value is (77,198,235). Sum of RGB (Red+Green+Blue) = 77+198+235=510 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.10% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DC6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC6EB is #B23914. Grayscale: #A5A5A5. Windows color (decimal): -11680021 or 15451725. OLE color: 15451725.
HSL color Cylindrical-coordinate representation of color #4DC6EB: hue angle of 194.05º 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 #4DC6EB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 198 | 235 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.08 |
| HSL | 194.05º | 0.8% | 0.61% | - |
| HSV(B) | 194.05º | 0.67% | 0.92% | - |
| XYZ | 38.25 | 47.96 | 85.84 | - |
| YUV | 166.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 235 | 0.67 | 0.16 | 0 | 0.08 | 194.05 | 0.8 | 0.61 |
| Hex | 4D | C6 | EB | 43 | 10 | 0 | 8 | C2 | 50 | 3D |
| Octal | 115 | 306 | 353 | 103 | 20 | 0 | 10 | 302 | 120 | 75 |
| Binary | 1001101 | 11000110 | 11101011 | 1000011 | 10000 | 0 | 1000 | 11000010 | 1010000 | 111101 |
Color Harmonies of #4DC6EB
Complementary color
Monochromatic Colors of #4DC6EB
Black with #4DC6EB
Text Example
Text Example
White with #4DC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC6EB; }
p { color: rgb(77,198,235); }
H1.HeaderClassName
{
color: #4DC6EB;
}
.AnyTagClassName
{
color: #4DC6EB;
}
</style>
background-color css
<style>
a { background-color: #4DC6EB; }
a { background-color: rgb(77,198,235); }
div.DivClassName
{
background-color: #4DC6EB;
}
.BgClassName
{
background-color: #4DC6EB;
}
</style>
border-color css
<style>
span { border-color: #4DC6EB; }
span { border-color: rgb(77,198,235); }
td.TdClassName
{
border-color: #4DC6EB;
}
.TagClassName
{
border-color: #4DC6EB;
}
</style>