Shades of Malibu #4DBFFD
Tints of Malibu #4DBFFD
RGB
CMYK
RGB Variations
Color information
#4DBFFD (or 0x4DBFFD) is known color: Malibu. HEX triplet: 4D, BF and FD. RGB value is (77,191,253). Sum of RGB (Red+Green+Blue) = 77+191+253=521 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.78% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DBFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFFD is #B24002. Grayscale: #A3A3A3. Windows color (decimal): -11681795 or 16629581. OLE color: 16629581.
HSL color Cylindrical-coordinate representation of color #4DBFFD: hue angle of 201.14º 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 #4DBFFD is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 191 | 253 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.01 |
| HSL | 201.14º | 0.98% | 0.65% | - |
| HSV(B) | 201.14º | 0.7% | 0.99% | - |
| XYZ | 39.42 | 45.93 | 99.72 | - |
| YUV | 163.98 | 178.23 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 253 | 0.70 | 0.25 | 0 | 0.01 | 201.14 | 0.98 | 0.65 |
| Hex | 4D | BF | FD | 46 | 19 | 0 | 1 | C9 | 62 | 41 |
| Octal | 115 | 277 | 375 | 106 | 31 | 0 | 1 | 311 | 142 | 101 |
| Binary | 1001101 | 10111111 | 11111101 | 1000110 | 11001 | 0 | 1 | 11001001 | 1100010 | 1000001 |
Color Harmonies of #4DBFFD
Complementary color
Monochromatic Colors of #4DBFFD
Black with #4DBFFD
Text Example
Text Example
White with #4DBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFFD; }
p { color: rgb(77,191,253); }
H1.HeaderClassName
{
color: #4DBFFD;
}
.AnyTagClassName
{
color: #4DBFFD;
}
</style>
background-color css
<style>
a { background-color: #4DBFFD; }
a { background-color: rgb(77,191,253); }
div.DivClassName
{
background-color: #4DBFFD;
}
.BgClassName
{
background-color: #4DBFFD;
}
</style>
border-color css
<style>
span { border-color: #4DBFFD; }
span { border-color: rgb(77,191,253); }
td.TdClassName
{
border-color: #4DBFFD;
}
.TagClassName
{
border-color: #4DBFFD;
}
</style>