Shades of Malibu #4DADFD
Tints of Malibu #4DADFD
RGB
CMYK
RGB Variations
Color information
#4DADFD (or 0x4DADFD) is known color: Malibu. HEX triplet: 4D, AD and FD. RGB value is (77,173,253). Sum of RGB (Red+Green+Blue) = 77+173+253=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DADFD is #B25202. Grayscale: #999999. Windows color (decimal): -11686403 or 16624973. OLE color: 16624973.
HSL color Cylindrical-coordinate representation of color #4DADFD: hue angle of 207.27º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DADFD is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 173 | 253 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.01 |
| HSL | 207.27º | 0.98% | 0.65% | - |
| HSV(B) | 207.27º | 0.7% | 0.99% | - |
| XYZ | 35.73 | 38.56 | 98.49 | - |
| YUV | 153.42 | 184.2 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 253 | 0.70 | 0.32 | 0 | 0.01 | 207.27 | 0.98 | 0.65 |
| Hex | 4D | AD | FD | 46 | 20 | 0 | 1 | CF | 62 | 41 |
| Octal | 115 | 255 | 375 | 106 | 40 | 0 | 1 | 317 | 142 | 101 |
| Binary | 1001101 | 10101101 | 11111101 | 1000110 | 100000 | 0 | 1 | 11001111 | 1100010 | 1000001 |
Color Harmonies of #4DADFD
Complementary color
Monochromatic Colors of #4DADFD
Black with #4DADFD
Text Example
Text Example
White with #4DADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DADFD; }
p { color: rgb(77,173,253); }
H1.HeaderClassName
{
color: #4DADFD;
}
.AnyTagClassName
{
color: #4DADFD;
}
</style>
background-color css
<style>
a { background-color: #4DADFD; }
a { background-color: rgb(77,173,253); }
div.DivClassName
{
background-color: #4DADFD;
}
.BgClassName
{
background-color: #4DADFD;
}
</style>
border-color css
<style>
span { border-color: #4DADFD; }
span { border-color: rgb(77,173,253); }
td.TdClassName
{
border-color: #4DADFD;
}
.TagClassName
{
border-color: #4DADFD;
}
</style>