Shades of Malibu #4DBFF1
Tints of Malibu #4DBFF1
RGB
CMYK
RGB Variations
Color information
#4DBFF1 (or 0x4DBFF1) is known color: Malibu. HEX triplet: 4D, BF and F1. RGB value is (77,191,241). Sum of RGB (Red+Green+Blue) = 77+191+241=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DBFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBFF1 is #B2400E. Grayscale: #A2A2A2. Windows color (decimal): -11681807 or 15843149. OLE color: 15843149.
HSL color Cylindrical-coordinate representation of color #4DBFF1: hue angle of 198.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBFF1 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 191 | 241 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.05 |
| HSL | 198.29º | 0.85% | 0.62% | - |
| HSV(B) | 198.29º | 0.68% | 0.95% | - |
| XYZ | 37.57 | 45.19 | 89.96 | - |
| YUV | 162.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 241 | 0.68 | 0.21 | 0 | 0.05 | 198.29 | 0.85 | 0.62 |
| Hex | 4D | BF | F1 | 44 | 15 | 0 | 5 | C6 | 55 | 3E |
| Octal | 115 | 277 | 361 | 104 | 25 | 0 | 5 | 306 | 125 | 76 |
| Binary | 1001101 | 10111111 | 11110001 | 1000100 | 10101 | 0 | 101 | 11000110 | 1010101 | 111110 |
Color Harmonies of #4DBFF1
Complementary color
Monochromatic Colors of #4DBFF1
Black with #4DBFF1
Text Example
Text Example
White with #4DBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBFF1; }
p { color: rgb(77,191,241); }
H1.HeaderClassName
{
color: #4DBFF1;
}
.AnyTagClassName
{
color: #4DBFF1;
}
</style>
background-color css
<style>
a { background-color: #4DBFF1; }
a { background-color: rgb(77,191,241); }
div.DivClassName
{
background-color: #4DBFF1;
}
.BgClassName
{
background-color: #4DBFF1;
}
</style>
border-color css
<style>
span { border-color: #4DBFF1; }
span { border-color: rgb(77,191,241); }
td.TdClassName
{
border-color: #4DBFF1;
}
.TagClassName
{
border-color: #4DBFF1;
}
</style>