Shades of Malibu #4DBDF5
Tints of Malibu #4DBDF5
RGB
CMYK
RGB Variations
Color information
#4DBDF5 (or 0x4DBDF5) is known color: Malibu. HEX triplet: 4D, BD and F5. RGB value is (77,189,245). Sum of RGB (Red+Green+Blue) = 77+189+245=511 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.07% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 245 - color contains mainly: blue. Hex color #4DBDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBDF5 is #B2420A. Grayscale: #A1A1A1. Windows color (decimal): -11682315 or 16104781. OLE color: 16104781.
HSL color Cylindrical-coordinate representation of color #4DBDF5: hue angle of 200º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBDF5 is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 189 | 245 | - |
| CMYK | 0.69 | 0.23 | 0 | 0.04 |
| HSL | 200º | 0.89% | 0.63% | - |
| HSV(B) | 200º | 0.69% | 0.96% | - |
| XYZ | 37.74 | 44.57 | 93 | - |
| YUV | 161.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 245 | 0.69 | 0.23 | 0 | 0.04 | 200 | 0.89 | 0.63 |
| Hex | 4D | BD | F5 | 45 | 17 | 0 | 4 | C8 | 59 | 3F |
| Octal | 115 | 275 | 365 | 105 | 27 | 0 | 4 | 310 | 131 | 77 |
| Binary | 1001101 | 10111101 | 11110101 | 1000101 | 10111 | 0 | 100 | 11001000 | 1011001 | 111111 |
Color Harmonies of #4DBDF5
Complementary color
Monochromatic Colors of #4DBDF5
Black with #4DBDF5
Text Example
Text Example
White with #4DBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBDF5; }
p { color: rgb(77,189,245); }
H1.HeaderClassName
{
color: #4DBDF5;
}
.AnyTagClassName
{
color: #4DBDF5;
}
</style>
background-color css
<style>
a { background-color: #4DBDF5; }
a { background-color: rgb(77,189,245); }
div.DivClassName
{
background-color: #4DBDF5;
}
.BgClassName
{
background-color: #4DBDF5;
}
</style>
border-color css
<style>
span { border-color: #4DBDF5; }
span { border-color: rgb(77,189,245); }
td.TdClassName
{
border-color: #4DBDF5;
}
.TagClassName
{
border-color: #4DBDF5;
}
</style>