Shades of Malibu #4DB9F6
Tints of Malibu #4DB9F6
RGB
CMYK
RGB Variations
Color information
#4DB9F6 (or 0x4DB9F6) is known color: Malibu. HEX triplet: 4D, B9 and F6. RGB value is (77,185,246). Sum of RGB (Red+Green+Blue) = 77+185+246=508 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.16% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DB9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB9F6 is #B24609. Grayscale: #9F9F9F. Windows color (decimal): -11683338 or 16169293. OLE color: 16169293.
HSL color Cylindrical-coordinate representation of color #4DB9F6: hue angle of 201.66º degrees, saturation: 0.9, 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 #4DB9F6 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 185 | 246 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.04 |
| HSL | 201.66º | 0.9% | 0.63% | - |
| HSV(B) | 201.66º | 0.69% | 0.96% | - |
| XYZ | 37.04 | 42.93 | 93.52 | - |
| YUV | 159.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 246 | 0.69 | 0.25 | 0 | 0.04 | 201.66 | 0.9 | 0.63 |
| Hex | 4D | B9 | F6 | 45 | 19 | 0 | 4 | CA | 5A | 3F |
| Octal | 115 | 271 | 366 | 105 | 31 | 0 | 4 | 312 | 132 | 77 |
| Binary | 1001101 | 10111001 | 11110110 | 1000101 | 11001 | 0 | 100 | 11001010 | 1011010 | 111111 |
Color Harmonies of #4DB9F6
Complementary color
Monochromatic Colors of #4DB9F6
Black with #4DB9F6
Text Example
Text Example
White with #4DB9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9F6; }
p { color: rgb(77,185,246); }
H1.HeaderClassName
{
color: #4DB9F6;
}
.AnyTagClassName
{
color: #4DB9F6;
}
</style>
background-color css
<style>
a { background-color: #4DB9F6; }
a { background-color: rgb(77,185,246); }
div.DivClassName
{
background-color: #4DB9F6;
}
.BgClassName
{
background-color: #4DB9F6;
}
</style>
border-color css
<style>
span { border-color: #4DB9F6; }
span { border-color: rgb(77,185,246); }
td.TdClassName
{
border-color: #4DB9F6;
}
.TagClassName
{
border-color: #4DB9F6;
}
</style>