Shades of Malibu #4DB2FA
Tints of Malibu #4DB2FA
RGB
CMYK
RGB Variations
Color information
#4DB2FA (or 0x4DB2FA) is known color: Malibu. HEX triplet: 4D, B2 and FA. RGB value is (77,178,250). Sum of RGB (Red+Green+Blue) = 77+178+250=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DB2FA is #B24D05. Grayscale: #9B9B9B. Windows color (decimal): -11685126 or 16429645. OLE color: 16429645.
HSL color Cylindrical-coordinate representation of color #4DB2FA: hue angle of 204.97º 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 #4DB2FA is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 178 | 250 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.02 |
| HSL | 204.97º | 0.95% | 0.64% | - |
| HSV(B) | 204.97º | 0.69% | 0.98% | - |
| XYZ | 36.24 | 40.32 | 96.32 | - |
| YUV | 156.01 | 181.04 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 178 | 250 | 0.69 | 0.29 | 0 | 0.02 | 204.97 | 0.95 | 0.64 |
| Hex | 4D | B2 | FA | 45 | 1D | 0 | 2 | CD | 5F | 40 |
| Octal | 115 | 262 | 372 | 105 | 35 | 0 | 2 | 315 | 137 | 100 |
| Binary | 1001101 | 10110010 | 11111010 | 1000101 | 11101 | 0 | 10 | 11001101 | 1011111 | 1000000 |
Color Harmonies of #4DB2FA
Complementary color
Monochromatic Colors of #4DB2FA
Black with #4DB2FA
Text Example
Text Example
White with #4DB2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB2FA; }
p { color: rgb(77,178,250); }
H1.HeaderClassName
{
color: #4DB2FA;
}
.AnyTagClassName
{
color: #4DB2FA;
}
</style>
background-color css
<style>
a { background-color: #4DB2FA; }
a { background-color: rgb(77,178,250); }
div.DivClassName
{
background-color: #4DB2FA;
}
.BgClassName
{
background-color: #4DB2FA;
}
</style>
border-color css
<style>
span { border-color: #4DB2FA; }
span { border-color: rgb(77,178,250); }
td.TdClassName
{
border-color: #4DB2FA;
}
.TagClassName
{
border-color: #4DB2FA;
}
</style>