Shades of Malibu #4CBAFE
Tints of Malibu #4CBAFE
RGB
CMYK
RGB Variations
Color information
#4CBAFE (or 0x4CBAFE) is known color: Malibu. HEX triplet: 4C, BA and FE. RGB value is (76,186,254). Sum of RGB (Red+Green+Blue) = 76+186+254=516 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.73% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBAFE is #B34501. Grayscale: #A0A0A0. Windows color (decimal): -11748610 or 16693836. OLE color: 16693836.
HSL color Cylindrical-coordinate representation of color #4CBAFE: hue angle of 202.92º 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 #4CBAFE is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 186 | 254 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.00 |
| HSL | 202.92º | 0.99% | 0.65% | - |
| HSV(B) | 202.92º | 0.7% | 1% | - |
| XYZ | 38.43 | 43.81 | 100.2 | - |
| YUV | 160.86 | 180.56 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 254 | 0.70 | 0.27 | 0 | 0.00 | 202.92 | 0.99 | 0.65 |
| Hex | 4C | BA | FE | 46 | 1B | 0 | 0 | CB | 63 | 41 |
| Octal | 114 | 272 | 376 | 106 | 33 | 0 | 0 | 313 | 143 | 101 |
| Binary | 1001100 | 10111010 | 11111110 | 1000110 | 11011 | 0 | 0 | 11001011 | 1100011 | 1000001 |
Color Harmonies of #4CBAFE
Complementary color
Monochromatic Colors of #4CBAFE
Black with #4CBAFE
Text Example
Text Example
White with #4CBAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBAFE; }
p { color: rgb(76,186,254); }
H1.HeaderClassName
{
color: #4CBAFE;
}
.AnyTagClassName
{
color: #4CBAFE;
}
</style>
background-color css
<style>
a { background-color: #4CBAFE; }
a { background-color: rgb(76,186,254); }
div.DivClassName
{
background-color: #4CBAFE;
}
.BgClassName
{
background-color: #4CBAFE;
}
</style>
border-color css
<style>
span { border-color: #4CBAFE; }
span { border-color: rgb(76,186,254); }
td.TdClassName
{
border-color: #4CBAFE;
}
.TagClassName
{
border-color: #4CBAFE;
}
</style>