Shades of Malibu #4DC7FA
Tints of Malibu #4DC7FA
RGB
CMYK
RGB Variations
Color information
#4DC7FA (or 0x4DC7FA) is known color: Malibu. HEX triplet: 4D, C7 and FA. RGB value is (77,199,250). Sum of RGB (Red+Green+Blue) = 77+199+250=526 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.64% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DC7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC7FA is #B23805. Grayscale: #A8A8A8. Windows color (decimal): -11679750 or 16435021. OLE color: 16435021.
HSL color Cylindrical-coordinate representation of color #4DC7FA: hue angle of 197.69º 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 #4DC7FA is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 199 | 250 | - |
| CMYK | 0.69 | 0.20 | 0 | 0.02 |
| HSL | 197.69º | 0.95% | 0.64% | - |
| HSV(B) | 197.69º | 0.69% | 0.98% | - |
| XYZ | 40.74 | 49.33 | 97.82 | - |
| YUV | 168.34 | 174.08 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 199 | 250 | 0.69 | 0.20 | 0 | 0.02 | 197.69 | 0.95 | 0.64 |
| Hex | 4D | C7 | FA | 45 | 14 | 0 | 2 | C6 | 5F | 40 |
| Octal | 115 | 307 | 372 | 105 | 24 | 0 | 2 | 306 | 137 | 100 |
| Binary | 1001101 | 11000111 | 11111010 | 1000101 | 10100 | 0 | 10 | 11000110 | 1011111 | 1000000 |
Color Harmonies of #4DC7FA
Complementary color
Monochromatic Colors of #4DC7FA
Black with #4DC7FA
Text Example
Text Example
White with #4DC7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC7FA; }
p { color: rgb(77,199,250); }
H1.HeaderClassName
{
color: #4DC7FA;
}
.AnyTagClassName
{
color: #4DC7FA;
}
</style>
background-color css
<style>
a { background-color: #4DC7FA; }
a { background-color: rgb(77,199,250); }
div.DivClassName
{
background-color: #4DC7FA;
}
.BgClassName
{
background-color: #4DC7FA;
}
</style>
border-color css
<style>
span { border-color: #4DC7FA; }
span { border-color: rgb(77,199,250); }
td.TdClassName
{
border-color: #4DC7FA;
}
.TagClassName
{
border-color: #4DC7FA;
}
</style>