Shades of Malibu #4DCAFA
Tints of Malibu #4DCAFA
RGB
CMYK
RGB Variations
Color information
#4DCAFA (or 0x4DCAFA) is known color: Malibu. HEX triplet: 4D, CA and FA. RGB value is (77,202,250). Sum of RGB (Red+Green+Blue) = 77+202+250=529 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.56% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DCAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAFA is #B23505. Grayscale: #A9A9A9. Windows color (decimal): -11678982 or 16435789. OLE color: 16435789.
HSL color Cylindrical-coordinate representation of color #4DCAFA: hue angle of 196.65º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DCAFA is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 202 | 250 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.02 |
| HSL | 196.65º | 0.95% | 0.64% | - |
| HSV(B) | 196.65º | 0.69% | 0.98% | - |
| XYZ | 41.44 | 50.72 | 98.05 | - |
| YUV | 170.1 | 173.09 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 202 | 250 | 0.69 | 0.19 | 0 | 0.02 | 196.65 | 0.95 | 0.64 |
| Hex | 4D | CA | FA | 45 | 13 | 0 | 2 | C5 | 5F | 40 |
| Octal | 115 | 312 | 372 | 105 | 23 | 0 | 2 | 305 | 137 | 100 |
| Binary | 1001101 | 11001010 | 11111010 | 1000101 | 10011 | 0 | 10 | 11000101 | 1011111 | 1000000 |
Color Harmonies of #4DCAFA
Complementary color
Monochromatic Colors of #4DCAFA
Black with #4DCAFA
Text Example
Text Example
White with #4DCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCAFA; }
p { color: rgb(77,202,250); }
H1.HeaderClassName
{
color: #4DCAFA;
}
.AnyTagClassName
{
color: #4DCAFA;
}
</style>
background-color css
<style>
a { background-color: #4DCAFA; }
a { background-color: rgb(77,202,250); }
div.DivClassName
{
background-color: #4DCAFA;
}
.BgClassName
{
background-color: #4DCAFA;
}
</style>
border-color css
<style>
span { border-color: #4DCAFA; }
span { border-color: rgb(77,202,250); }
td.TdClassName
{
border-color: #4DCAFA;
}
.TagClassName
{
border-color: #4DCAFA;
}
</style>