Shades of Malibu #4DB5F7
Tints of Malibu #4DB5F7
RGB
CMYK
RGB Variations
Color information
#4DB5F7 (or 0x4DB5F7) is known color: Malibu. HEX triplet: 4D, B5 and F7. RGB value is (77,181,247). Sum of RGB (Red+Green+Blue) = 77+181+247=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #4DB5F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB5F7 is #B24A08. Grayscale: #9D9D9D. Windows color (decimal): -11684361 or 16233805. OLE color: 16233805.
HSL color Cylindrical-coordinate representation of color #4DB5F7: hue angle of 203.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DB5F7 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 181 | 247 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.03 |
| HSL | 203.29º | 0.91% | 0.64% | - |
| HSV(B) | 203.29º | 0.69% | 0.97% | - |
| XYZ | 36.37 | 41.34 | 94.06 | - |
| YUV | 157.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 247 | 0.69 | 0.27 | 0 | 0.03 | 203.29 | 0.91 | 0.64 |
| Hex | 4D | B5 | F7 | 45 | 1B | 0 | 3 | CB | 5B | 40 |
| Octal | 115 | 265 | 367 | 105 | 33 | 0 | 3 | 313 | 133 | 100 |
| Binary | 1001101 | 10110101 | 11110111 | 1000101 | 11011 | 0 | 11 | 11001011 | 1011011 | 1000000 |
Color Harmonies of #4DB5F7
Complementary color
Monochromatic Colors of #4DB5F7
Black with #4DB5F7
Text Example
Text Example
White with #4DB5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5F7; }
p { color: rgb(77,181,247); }
H1.HeaderClassName
{
color: #4DB5F7;
}
.AnyTagClassName
{
color: #4DB5F7;
}
</style>
background-color css
<style>
a { background-color: #4DB5F7; }
a { background-color: rgb(77,181,247); }
div.DivClassName
{
background-color: #4DB5F7;
}
.BgClassName
{
background-color: #4DB5F7;
}
</style>
border-color css
<style>
span { border-color: #4DB5F7; }
span { border-color: rgb(77,181,247); }
td.TdClassName
{
border-color: #4DB5F7;
}
.TagClassName
{
border-color: #4DB5F7;
}
</style>