Shades of Malibu #4DB3FA
Tints of Malibu #4DB3FA
RGB
CMYK
RGB Variations
Color information
#4DB3FA (or 0x4DB3FA) is known color: Malibu. HEX triplet: 4D, B3 and FA. RGB value is (77,179,250). Sum of RGB (Red+Green+Blue) = 77+179+250=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DB3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB3FA is #B24C05. Grayscale: #9C9C9C. Windows color (decimal): -11684870 or 16429901. OLE color: 16429901.
HSL color Cylindrical-coordinate representation of color #4DB3FA: hue angle of 204.62º 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 #4DB3FA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 179 | 250 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.02 |
| HSL | 204.62º | 0.95% | 0.64% | - |
| HSV(B) | 204.62º | 0.69% | 0.98% | - |
| XYZ | 36.44 | 40.72 | 96.38 | - |
| YUV | 156.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 250 | 0.69 | 0.28 | 0 | 0.02 | 204.62 | 0.95 | 0.64 |
| Hex | 4D | B3 | FA | 45 | 1C | 0 | 2 | CD | 5F | 40 |
| Octal | 115 | 263 | 372 | 105 | 34 | 0 | 2 | 315 | 137 | 100 |
| Binary | 1001101 | 10110011 | 11111010 | 1000101 | 11100 | 0 | 10 | 11001101 | 1011111 | 1000000 |
Color Harmonies of #4DB3FA
Complementary color
Monochromatic Colors of #4DB3FA
Black with #4DB3FA
Text Example
Text Example
White with #4DB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB3FA; }
p { color: rgb(77,179,250); }
H1.HeaderClassName
{
color: #4DB3FA;
}
.AnyTagClassName
{
color: #4DB3FA;
}
</style>
background-color css
<style>
a { background-color: #4DB3FA; }
a { background-color: rgb(77,179,250); }
div.DivClassName
{
background-color: #4DB3FA;
}
.BgClassName
{
background-color: #4DB3FA;
}
</style>
border-color css
<style>
span { border-color: #4DB3FA; }
span { border-color: rgb(77,179,250); }
td.TdClassName
{
border-color: #4DB3FA;
}
.TagClassName
{
border-color: #4DB3FA;
}
</style>