Shades of Malibu #4DCAED
Tints of Malibu #4DCAED
RGB
CMYK
RGB Variations
Color information
#4DCAED (or 0x4DCAED) is known color: Malibu. HEX triplet: 4D, CA and ED. RGB value is (77,202,237). Sum of RGB (Red+Green+Blue) = 77+202+237=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DCAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAED is #B23512. Grayscale: #A8A8A8. Windows color (decimal): -11678995 or 15583821. OLE color: 15583821.
HSL color Cylindrical-coordinate representation of color #4DCAED: hue angle of 193.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCAED is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 202 | 237 | - |
| CMYK | 0.68 | 0.15 | 0 | 0.07 |
| HSL | 193.13º | 0.82% | 0.62% | - |
| HSV(B) | 193.13º | 0.68% | 0.93% | - |
| XYZ | 39.47 | 49.93 | 87.68 | - |
| YUV | 168.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 237 | 0.68 | 0.15 | 0 | 0.07 | 193.13 | 0.82 | 0.62 |
| Hex | 4D | CA | ED | 44 | F | 0 | 7 | C1 | 52 | 3E |
| Octal | 115 | 312 | 355 | 104 | 17 | 0 | 7 | 301 | 122 | 76 |
| Binary | 1001101 | 11001010 | 11101101 | 1000100 | 1111 | 0 | 111 | 11000001 | 1010010 | 111110 |
Color Harmonies of #4DCAED
Complementary color
Monochromatic Colors of #4DCAED
Black with #4DCAED
Text Example
Text Example
White with #4DCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAED; }
p { color: rgb(77,202,237); }
H1.HeaderClassName
{
color: #4DCAED;
}
.AnyTagClassName
{
color: #4DCAED;
}
</style>
background-color css
<style>
a { background-color: #4DCAED; }
a { background-color: rgb(77,202,237); }
div.DivClassName
{
background-color: #4DCAED;
}
.BgClassName
{
background-color: #4DCAED;
}
</style>
border-color css
<style>
span { border-color: #4DCAED; }
span { border-color: rgb(77,202,237); }
td.TdClassName
{
border-color: #4DCAED;
}
.TagClassName
{
border-color: #4DCAED;
}
</style>