Shades of Malibu #4DBFEA
Tints of Malibu #4DBFEA
RGB
CMYK
RGB Variations
Color information
#4DBFEA (or 0x4DBFEA) is known color: Malibu. HEX triplet: 4D, BF and EA. RGB value is (77,191,234). Sum of RGB (Red+Green+Blue) = 77+191+234=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DBFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFEA is #B24015. Grayscale: #A1A1A1. Windows color (decimal): -11681814 or 15384397. OLE color: 15384397.
HSL color Cylindrical-coordinate representation of color #4DBFEA: hue angle of 196.43º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DBFEA is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 191 | 234 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.08 |
| HSL | 196.43º | 0.79% | 0.61% | - |
| HSV(B) | 196.43º | 0.67% | 0.92% | - |
| XYZ | 36.54 | 44.78 | 84.56 | - |
| YUV | 161.82 | 168.73 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 234 | 0.67 | 0.18 | 0 | 0.08 | 196.43 | 0.79 | 0.61 |
| Hex | 4D | BF | EA | 43 | 12 | 0 | 8 | C4 | 4F | 3D |
| Octal | 115 | 277 | 352 | 103 | 22 | 0 | 10 | 304 | 117 | 75 |
| Binary | 1001101 | 10111111 | 11101010 | 1000011 | 10010 | 0 | 1000 | 11000100 | 1001111 | 111101 |
Color Harmonies of #4DBFEA
Complementary color
Monochromatic Colors of #4DBFEA
Black with #4DBFEA
Text Example
Text Example
White with #4DBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFEA; }
p { color: rgb(77,191,234); }
H1.HeaderClassName
{
color: #4DBFEA;
}
.AnyTagClassName
{
color: #4DBFEA;
}
</style>
background-color css
<style>
a { background-color: #4DBFEA; }
a { background-color: rgb(77,191,234); }
div.DivClassName
{
background-color: #4DBFEA;
}
.BgClassName
{
background-color: #4DBFEA;
}
</style>
border-color css
<style>
span { border-color: #4DBFEA; }
span { border-color: rgb(77,191,234); }
td.TdClassName
{
border-color: #4DBFEA;
}
.TagClassName
{
border-color: #4DBFEA;
}
</style>