Shades of Malibu #4DB5FE
Tints of Malibu #4DB5FE
RGB
CMYK
RGB Variations
Color information
#4DB5FE (or 0x4DB5FE) is known color: Malibu. HEX triplet: 4D, B5 and FE. RGB value is (77,181,254). Sum of RGB (Red+Green+Blue) = 77+181+254=512 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.04% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #4DB5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DB5FE is #B24A01. Grayscale: #9D9D9D. Windows color (decimal): -11684354 or 16692557. OLE color: 16692557.
HSL color Cylindrical-coordinate representation of color #4DB5FE: hue angle of 204.75º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DB5FE is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 181 | 254 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.00 |
| HSL | 204.75º | 0.99% | 0.65% | - |
| HSV(B) | 204.75º | 0.7% | 1% | - |
| XYZ | 37.47 | 41.78 | 99.86 | - |
| YUV | 158.23 | 182.04 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 181 | 254 | 0.70 | 0.29 | 0 | 0.00 | 204.75 | 0.99 | 0.65 |
| Hex | 4D | B5 | FE | 46 | 1D | 0 | 0 | CD | 63 | 41 |
| Octal | 115 | 265 | 376 | 106 | 35 | 0 | 0 | 315 | 143 | 101 |
| Binary | 1001101 | 10110101 | 11111110 | 1000110 | 11101 | 0 | 0 | 11001101 | 1100011 | 1000001 |
Color Harmonies of #4DB5FE
Complementary color
Monochromatic Colors of #4DB5FE
Black with #4DB5FE
Text Example
Text Example
White with #4DB5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB5FE; }
p { color: rgb(77,181,254); }
H1.HeaderClassName
{
color: #4DB5FE;
}
.AnyTagClassName
{
color: #4DB5FE;
}
</style>
background-color css
<style>
a { background-color: #4DB5FE; }
a { background-color: rgb(77,181,254); }
div.DivClassName
{
background-color: #4DB5FE;
}
.BgClassName
{
background-color: #4DB5FE;
}
</style>
border-color css
<style>
span { border-color: #4DB5FE; }
span { border-color: rgb(77,181,254); }
td.TdClassName
{
border-color: #4DB5FE;
}
.TagClassName
{
border-color: #4DB5FE;
}
</style>