Shades of Malibu #4CBDFE
Tints of Malibu #4CBDFE
RGB
CMYK
RGB Variations
Color information
#4CBDFE (or 0x4CBDFE) is known color: Malibu. HEX triplet: 4C, BD and FE. RGB value is (76,189,254). Sum of RGB (Red+Green+Blue) = 76+189+254=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CBDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CBDFE is #B34201. Grayscale: #A2A2A2. Windows color (decimal): -11747842 or 16694604. OLE color: 16694604.
HSL color Cylindrical-coordinate representation of color #4CBDFE: hue angle of 201.91º 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 #4CBDFE is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 189 | 254 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.00 |
| HSL | 201.91º | 0.99% | 0.65% | - |
| HSV(B) | 201.91º | 0.7% | 1% | - |
| XYZ | 39.07 | 45.09 | 100.41 | - |
| YUV | 162.62 | 179.56 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 254 | 0.70 | 0.26 | 0 | 0.00 | 201.91 | 0.99 | 0.65 |
| Hex | 4C | BD | FE | 46 | 1A | 0 | 0 | CA | 63 | 41 |
| Octal | 114 | 275 | 376 | 106 | 32 | 0 | 0 | 312 | 143 | 101 |
| Binary | 1001100 | 10111101 | 11111110 | 1000110 | 11010 | 0 | 0 | 11001010 | 1100011 | 1000001 |
Color Harmonies of #4CBDFE
Complementary color
Monochromatic Colors of #4CBDFE
Black with #4CBDFE
Text Example
Text Example
White with #4CBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDFE; }
p { color: rgb(76,189,254); }
H1.HeaderClassName
{
color: #4CBDFE;
}
.AnyTagClassName
{
color: #4CBDFE;
}
</style>
background-color css
<style>
a { background-color: #4CBDFE; }
a { background-color: rgb(76,189,254); }
div.DivClassName
{
background-color: #4CBDFE;
}
.BgClassName
{
background-color: #4CBDFE;
}
</style>
border-color css
<style>
span { border-color: #4CBDFE; }
span { border-color: rgb(76,189,254); }
td.TdClassName
{
border-color: #4CBDFE;
}
.TagClassName
{
border-color: #4CBDFE;
}
</style>