Shades of Malibu #4DBAF3
Tints of Malibu #4DBAF3
RGB
CMYK
RGB Variations
Color information
#4DBAF3 (or 0x4DBAF3) is known color: Malibu. HEX triplet: 4D, BA and F3. RGB value is (77,186,243). Sum of RGB (Red+Green+Blue) = 77+186+243=506 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.22% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #4DBAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAF3 is #B2450C. Grayscale: #9F9F9F. Windows color (decimal): -11683085 or 15972941. OLE color: 15972941.
HSL color Cylindrical-coordinate representation of color #4DBAF3: hue angle of 200.6º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DBAF3 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 77 | 186 | 243 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.05 |
| HSL | 200.6º | 0.87% | 0.63% | - |
| HSV(B) | 200.6º | 0.68% | 0.95% | - |
| XYZ | 36.8 | 43.17 | 91.19 | - |
| YUV | 159.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 243 | 0.68 | 0.23 | 0 | 0.05 | 200.6 | 0.87 | 0.63 |
| Hex | 4D | BA | F3 | 44 | 17 | 0 | 5 | C9 | 57 | 3F |
| Octal | 115 | 272 | 363 | 104 | 27 | 0 | 5 | 311 | 127 | 77 |
| Binary | 1001101 | 10111010 | 11110011 | 1000100 | 10111 | 0 | 101 | 11001001 | 1010111 | 111111 |
Color Harmonies of #4DBAF3
Complementary color
Monochromatic Colors of #4DBAF3
Black with #4DBAF3
Text Example
Text Example
White with #4DBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAF3; }
p { color: rgb(77,186,243); }
H1.HeaderClassName
{
color: #4DBAF3;
}
.AnyTagClassName
{
color: #4DBAF3;
}
</style>
background-color css
<style>
a { background-color: #4DBAF3; }
a { background-color: rgb(77,186,243); }
div.DivClassName
{
background-color: #4DBAF3;
}
.BgClassName
{
background-color: #4DBAF3;
}
</style>
border-color css
<style>
span { border-color: #4DBAF3; }
span { border-color: rgb(77,186,243); }
td.TdClassName
{
border-color: #4DBAF3;
}
.TagClassName
{
border-color: #4DBAF3;
}
</style>