Shades of Malibu #4DCAF2
Tints of Malibu #4DCAF2
RGB
CMYK
RGB Variations
Color information
#4DCAF2 (or 0x4DCAF2) is known color: Malibu. HEX triplet: 4D, CA and F2. RGB value is (77,202,242). Sum of RGB (Red+Green+Blue) = 77+202+242=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DCAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAF2 is #B2350D. Grayscale: #A8A8A8. Windows color (decimal): -11678990 or 15911501. OLE color: 15911501.
HSL color Cylindrical-coordinate representation of color #4DCAF2: hue angle of 194.55º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCAF2 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 202 | 242 | - |
| CMYK | 0.68 | 0.17 | 0 | 0.05 |
| HSL | 194.55º | 0.86% | 0.63% | - |
| HSV(B) | 194.55º | 0.68% | 0.95% | - |
| XYZ | 40.21 | 50.23 | 91.58 | - |
| YUV | 169.19 | 169.09 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 242 | 0.68 | 0.17 | 0 | 0.05 | 194.55 | 0.86 | 0.63 |
| Hex | 4D | CA | F2 | 44 | 11 | 0 | 5 | C3 | 56 | 3F |
| Octal | 115 | 312 | 362 | 104 | 21 | 0 | 5 | 303 | 126 | 77 |
| Binary | 1001101 | 11001010 | 11110010 | 1000100 | 10001 | 0 | 101 | 11000011 | 1010110 | 111111 |
Color Harmonies of #4DCAF2
Complementary color
Monochromatic Colors of #4DCAF2
Black with #4DCAF2
Text Example
Text Example
White with #4DCAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAF2; }
p { color: rgb(77,202,242); }
H1.HeaderClassName
{
color: #4DCAF2;
}
.AnyTagClassName
{
color: #4DCAF2;
}
</style>
background-color css
<style>
a { background-color: #4DCAF2; }
a { background-color: rgb(77,202,242); }
div.DivClassName
{
background-color: #4DCAF2;
}
.BgClassName
{
background-color: #4DCAF2;
}
</style>
border-color css
<style>
span { border-color: #4DCAF2; }
span { border-color: rgb(77,202,242); }
td.TdClassName
{
border-color: #4DCAF2;
}
.TagClassName
{
border-color: #4DCAF2;
}
</style>